-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
282 lines (269 loc) · 10.5 KB
/
index.html
File metadata and controls
282 lines (269 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>::Enterprise OpenSource Wiki – GLiDER™</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://bootswatch.com/cerulean/bootstrap.min.css" rel="stylesheet">
<link href="../font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- header -->
<header class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button data-target=".bs-navbar-collapse" data-toggle="collapse" type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">GLiDERWiki</a>
</div>
<nav role="navigation" class="navbar-collapse bs-navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#"><i class="fa fa-user"></i></a>
<div class="dropdown-menu">
<form class="form-inline login_member_form" role="form">
<div class="form-group">
<input type="text" placeholder="Username" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn">Log in</button>
</form>
<div class="input-group pull-right">
<button type="button" class="btn btn-link">아이디 찾기</button>
<button type="button" class="btn btn-link">비밀번호 찾기</button>
<button type="button" class="btn btn-link">회원 가입</button>
</div>
</div>
</li>
</ul>
</nav>
</div>
</header>
<!--// header -->
<div class="container">
<h1>HTML Working List</h1>
<div class="table-responsive">
<table class="table table-bordered">
<tr>
<th>Depth 1</th>
<th>Depth 2</th>
<th>link</th>
<th>비고</th>
</tr>
<tr class="active">
<td colspan="4">공통</td>
</tr>
<tr>
<td> </td>
<td>컴포넌트</td>
<td><a href="common/components.html" target="_blank">common/components.html</a></td>
<td>
Fixed Button 추가 (2014.07.14) <br />
Font-awesome 적용 (2014.07.28) <br />
Profile image, Media object list, tag, badge 추가 (2014.08.14) <br />
Form example (2014.08.14) <br />
</td>
</tr>
<tr>
<td> </td>
<td>메인</td>
<td><a href="main.html" target="_blank">main.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>header(로그인 전)</td>
<td><a href="common/header_before_login.html" target="_blank">common/header_before_login.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>header(로그인 후)</td>
<td><a href="common/header_after_login.html" target="_blank">common/header_after_login.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>footer</td>
<td><a href="common/footer.html" target="_blank">common/footer.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>1단 레이아웃</td>
<td><a href="common/layout1.html" target="_blank">common/layout1.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>2단 레이아웃</td>
<td><a href="common/layout2.html" target="_blank">common/layout2.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>3단 레이아웃</td>
<td><a href="common/layout3.html" target="_blank">common/layout3.html</a></td>
<td> </td>
</tr>
<tr class="active">
<td colspan="4">FEED</td>
</tr>
<tr>
<td> </td>
<td>메인</td>
<td><a href="feed/main.html" target="_blank">feed/main.html</a></td>
<td> </td>
</tr>
<tr class="active">
<td colspan="4">Q&A</td>
</tr>
<tr>
<td> </td>
<td>메인</td>
<td><a href="qna/main.html" target="_blank">qna/main.html</a></td>
<td> </td>
</tr>
<!--<tr>-->
<!--<td> </td>-->
<!--<td>my_qna</td>-->
<!--<td><a href="qna/my_qna.html" target="_blank">qna/my_qna.html</a></td>-->
<!--<td> </td>-->
<!--</tr>-->
<tr>
<td> </td>
<td>main_my</td>
<td><a href="qna/main_my.html" target="_blank">qna/main_my.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>qna_view</td>
<td><a href="qna/qna_view.html" target="_blank">qna/qna_view.html</a></td>
<td> </td>
</tr>
<tr class="active">
<td colspan="4">Son wiki</td>
</tr>
<tr>
<td> </td>
<td>main</td>
<td><a href="son-wiki/wiki_main.html" target="_blank">son-wiki/wiki_main.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>view</td>
<td><a href="son-wiki/wiki_view.html" target="_blank">son-wiki/wiki_view.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>write</td>
<td><a href="son-wiki/wiki_write.html" target="_blank">son-wiki/wiki_write.html</a></td>
<td> </td>
</tr>
<tr class="active">
<td colspan="4">Space</td>
</tr>
<tr>
<td> </td>
<td>form</td>
<td><a href="space/basicmenu.html" target="_blank">space/basicmenu.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>form</td>
<td><a href="space/form.html" target="_blank">space/form.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>form</td>
<td><a href="space/leftmenu.html" target="_blank">space/leftmenu.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>form</td>
<td><a href="space/rightmenu.html" target="_blank">space/rightmenu.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>space</td>
<td><a href="space/space.html" target="_blank">space/space.html</a></td>
<td> </td>
</tr>
<tr class="active">
<td colspan="4">User</td>
</tr>
<tr>
<td> </td>
<td>회원가입</td>
<td><a href="user/registration.html" target="_blank">user/registration.html</a></td>
<td> </td>
</tr>
<tr class="active">
<td colspan="4">yongpwi</td>
</tr>
<tr>
<td> </td>
<td>space_create</td>
<td><a href="yongpwi/space_create.html" target="_blank">yongpwi/space_create.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>space_create_sub</td>
<td><a href="yongpwi/space_create_sub.html" target="_blank">yongpwi/space_create_sub.html</a></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>space_main</td>
<td><a href="yongpwi/space_create.html" target="_blank">yongpwi/space_main.html</a></td>
<td> </td>
</tr>
</table>
</div>
</div>
<!-- footer -->
<footer id="footer">
<div class="container">
<div class="col-md-12 text-center">
<ul class="list-inline">
<li>사이트 소개</li>
<li>Wiki 다운로드</li>
<li>Contact Us</li>
<li>Home</li>
</ul>
</div>
<div class="col-md-12 text-center">
<p class="">
Copyright © 2014 GLiDERWiki™ OpenSource Team
</p>
</div>
</div>
</footer>
<!--// footer -->
</body>
</html>