-
Notifications
You must be signed in to change notification settings - Fork 2
/
topic.html
360 lines (322 loc) · 20.9 KB
/
topic.html
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shamcey - Metro Style Admin Template</title>
<link rel="stylesheet" href="css/style.default.css" type="text/css" />
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate-1.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.3.min.js"></script>
<script type="text/javascript" src="js/modernizr.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/jquery.slimscroll.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<div id="mainwrapper" class="mainwrapper">
<div class="header">
<div class="logo">
<a href="dashboard.html"><img src="images/logo.png" alt="" /></a>
</div>
<div class="headerinner">
<ul class="headmenu">
<li class="odd">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<span class="count">4</span>
<span class="head-icon head-message"></span>
<span class="headmenu-label">Messages</span>
</a>
<ul class="dropdown-menu">
<li class="nav-header">Messages</li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Jack</strong> <small class="muted"> - 19 hours ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Daniel</strong> <small class="muted"> - 2 days ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Jane</strong> <small class="muted"> - 3 days ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Tanya</strong> <small class="muted"> - 1 week ago</small></a></li>
<li><a href=""><span class="icon-envelope"></span> New message from <strong>Lee</strong> <small class="muted"> - 1 week ago</small></a></li>
<li class="viewmore"><a href="messages.html">View More Messages</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#">
<span class="count">10</span>
<span class="head-icon head-users"></span>
<span class="headmenu-label">New Users</span>
</a>
<ul class="dropdown-menu newusers">
<li class="nav-header">New Users</li>
<li>
<a href="">
<img src="images/photos/thumb1.png" alt="" class="userthumb" />
<strong>Draniem Daamul</strong>
<small>April 20, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb2.png" alt="" class="userthumb" />
<strong>Shamcey Sindilmaca</strong>
<small>April 19, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb3.png" alt="" class="userthumb" />
<strong>Nusja Paul Nawancali</strong>
<small>April 19, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb4.png" alt="" class="userthumb" />
<strong>Rose Cerona</strong>
<small>April 18, 2013</small>
</a>
</li>
<li>
<a href="">
<img src="images/photos/thumb5.png" alt="" class="userthumb" />
<strong>John Doe</strong>
<small>April 16, 2013</small>
</a>
</li>
</ul>
</li>
<li class="odd">
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#">
<span class="count">1</span>
<span class="head-icon head-bar"></span>
<span class="headmenu-label">Statistics</span>
</a>
<ul class="dropdown-menu">
<li class="nav-header">Statistics</li>
<li><a href=""><span class="icon-align-left"></span> New Reports from <strong>Products</strong> <small class="muted"> - 19 hours ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> New Statistics from <strong>Users</strong> <small class="muted"> - 2 days ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> New Statistics from <strong>Comments</strong> <small class="muted"> - 3 days ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> Most Popular in <strong>Products</strong> <small class="muted"> - 1 week ago</small></a></li>
<li><a href=""><span class="icon-align-left"></span> Most Viewed in <strong>Blog</strong> <small class="muted"> - 1 week ago</small></a></li>
<li class="viewmore"><a href="charts.html">View More Statistics</a></li>
</ul>
</li>
<li class="right">
<div class="userloggedinfo">
<img src="images/photos/thumb1.png" alt="" />
<div class="userinfo">
<h5>Juan Dela Cruz <small>- [email protected]</small></h5>
<ul>
<li><a href="editprofile.html">Edit Profile</a></li>
<li><a href="">Account Settings</a></li>
<li><a href="index.html">Sign Out</a></li>
</ul>
</div>
</div>
</li>
</ul><!--headmenu-->
</div>
</div>
<div class="leftpanel">
<div class="leftmenu">
<ul class="nav nav-tabs nav-stacked">
<li class="nav-header">Navigation</li>
<li><a href="dashboard.html"><span class="iconfa-laptop"></span> Dashboard</a></li>
<li><a href="buttons.html"><span class="iconfa-hand-up"></span> Buttons & Icons</a></li>
<li class="dropdown"><a href=""><span class="iconfa-pencil"></span> Forms</a>
<ul>
<li><a href="forms.html">Form Styles</a></li>
<li><a href="wizards.html">Wizard Form</a></li>
<li><a href="wysiwyg.html">WYSIWYG</a></li>
<li><a href="registration.html">Registration Page</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span class="iconfa-briefcase"></span> UI Elements & Widgets</a>
<ul>
<li><a href="elements.html">Theme Components</a></li>
<li><a href="bootstrap.html">Bootstrap Components</a></li>
<li><a href="boxes.html">Headers & Boxes</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span class="iconfa-th-list"></span> Tables</a>
<ul>
<li><a href="table-static.html">Static Table</a></li>
<li><a href="table-dynamic.html">Dynamic Table</a></li>
</ul>
</li>
<li><a href="media.html"><span class="iconfa-picture"></span> Media Manager</a></li>
<li><a href="typography.html"><span class="iconfa-font"></span> Typography</a></li>
<li><a href="charts.html"><span class="iconfa-signal"></span> Graph & Charts</a></li>
<li class="dropdown"><a href=""><span class="iconfa-envelope"></span> Messaging</a>
<ul>
<li><a href="messages.html">Mailbox</a></li>
<li><a href="chat.html">Chat Page</a></li>
</ul>
</li>
<li><a href="calendar.html"><span class="iconfa-calendar"></span> Calendar</a></li>
<li class="dropdown active"><a href=""><span class="iconfa-book"></span> Other Pages</a>
<ul style="display: block">
<li><a href="404.html">404 Error Page</a></li>
<li><a href="editprofile.html">Edit Profile</a></li>
<li><a href="invoice.html">Invoice Page</a></li>
<li><a href="discussion.html">Discussion Page</a></li>
<li><a href="topic.html">View Topic Page</a></li>
<li><a href="blog.html">Grid Blog List</a></li>
<li><a href="blank.html">Blank Page</a></li>
<li><a href="timeline.html">Timeline Page</a></li>
<li><a href="people.html">People Directory</a></li>
<li><a href="lockscreen.html">Lock Screen</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span class="iconfa-th-list"></span> Three Level Menu Sample</a>
<ul>
<li class="dropdown"><a href="">Second Level Menu</a>
<ul>
<li><a href="">Third Level Menu</a></li>
<li><a href="">Another Third Level Menu</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><!--leftmenu-->
</div><!-- leftpanel -->
<div class="rightpanel">
<ul class="breadcrumbs">
<li><a href="dashboard.html"><i class="iconfa-home"></i></a> <span class="separator"></span></li>
<li><a href="dashboard.html">Other Pages</a> <span class="separator"></span></li>
<li><a href="discussion.html">Discussion Page</a> <span class="separator"></span></li>
<li>Topic Page</li>
<li class="right">
<a href="" data-toggle="dropdown" class="dropdown-toggle"><i class="icon-tint"></i> Color Skins</a>
<ul class="dropdown-menu pull-right skin-color">
<li><a href="default">Default</a></li>
<li><a href="navyblue">Navy Blue</a></li>
<li><a href="palegreen">Pale Green</a></li>
<li><a href="red">Red</a></li>
<li><a href="green">Green</a></li>
<li><a href="brown">Brown</a></li>
</ul>
</li>
</ul>
<div class="pageheader">
<form action="results.html" method="post" class="searchbar">
<input type="text" name="keyword" placeholder="To search type and hit enter..." />
</form>
<div class="pageicon"><span class="iconfa-comments-alt"></span></div>
<div class="pagetitle">
<h5>More than just talk</h5>
<h1>Topic Page</h1>
</div>
</div><!--pageheader-->
<div class="maincontent">
<div class="maincontentinner">
<div class="row-fluid">
<div class="span9">
<h2 class="topictitle">Sed ut perspiciatis unde omnis iste natus error sit</h2>
<div class="topicpanel">
<div class="author-thumb">
<img src="images/photos/thumb1.png" alt="" />
</div><!--author-thumb-->
<div class="topic-content">
<h5><a href=""><strong>juandelacruz</strong></a></h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<p>Excepteur sint occaecat cupidatat non proident, <a href="">sunt in culpa qui</a> officia deserunt mollit anim id est laborum.</p>
<p class="date">1 week 2 hours ago</p>
</div><!--topic-content-->
</div><!--topicpanel-->
<br />
<h3 class="widgettitle">Replies</h3>
<br />
<ul class="comments">
<li>
<a class="authorimg" href=""><img alt="" src="images/photos/thumb2.png"></a>
<div class="comment">
<div class="commentauthor">
<strong>Nusjan Nawancali</strong> <span class="commenttime">less than a minute</span> - <a href="" class="commentreply">Reply</a>
</div>
<p class="commentbody">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<ul>
<li>
<a class="authorimg" href=""><img alt="" src="images/photos/thumb3.png"></a>
<div class="comment">
<div class="commentauthor">
<strong>Zaham Sindilmaca</strong> <span class="commenttime">less than a minute</span> - <a href="" class="commentreply">Reply</a>
</div>
<p class="commentbody">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<ul>
<li>
<a class="authorimg" href=""><img alt="" src="images/photos/thumb4.png"></a>
<div class="comment">
<div class="commentauthor"><strong>Nusjan Nawancali</strong> <span class="commenttime">an hour ago</span> - <a href="" class="commentreply">Reply</a></div>
<p class="commentbody">Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p>
</div>
</li>
</ul>
</li>
<li>
<a class="authorimg" href=""><img alt="" src="images/photos/thumb3.png"></a>
<div class="comment">
<div class="commentauthor"><strong>Wena Carasbong</strong> <span class="commenttime">less than a minute</span> - <a href="" class="commentreply">Reply</a></div>
<p class="commentbody">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
</li>
</ul>
</li>
<li>
<a class="authorimg" href=""><img alt="" src="images/photos/thumb5.png"></a>
<div class="comment">
<div class="commentauthor"><strong>Wena Carasbong</strong> <span class="commenttime">an hour ago</span> - <a href="" class="commentreply">Reply</a></div>
<p class="commentbody">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</li>
<li>
<a class="authorimg" href=""><img alt="" src="images/photos/thumb6.png"></a>
<div class="comment">
<div class="commentauthor"><strong>Nusjan Nawancali</strong> <span class="commenttime">an hour ago</span> - <a href="" class="commentreply">Reply</a></div>
<p class="commentbody">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</li>
</ul>
<br />
<a href="" class="btn btn-block">Load More Replies</a>
<br /><br /><br />
<h4 class="widgettitle">Post a New Reply</h4>
<div class="replypanel">
<div class="author-thumb">
<img src="images/photos/thumb1.png" alt="" />
</div><!--author-thumb-->
<div class="topic-content">
<h5><a href=""><strong>johndoe</strong></a></h5>
<p><textarea></textarea></p>
<small>Did you know? You can highlight your code samples using the <code> & </code> tags. Many languages are supported like <javascript>, <xml>, <html>, <ruby>, <php>, <python>...</small>
<br /><br />
<button class="btn btn-success">Reply</button>
</div><!--topic-content-->
</div><!--replypanel-->
</div><!--span9-->
<div class="span3">
<div class="alert">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Discussion Rules</h4>
<div class="divider15"></div>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
<br />
<h3 class="subtitle2">Categories</h3>
<ul class="sidebarlist">
<li><i class="iconfa-angle-right"></i> <a href="">Perspiciatis Unde <span>21</span></a></li>
<li><i class="iconfa-angle-right"></i> <a href="">Accusantium <span>5</span></a></li>
<li><i class="iconfa-angle-right"></i> <a href="">Laudantium, <span>1</span></a></li>
<li><i class="iconfa-angle-right"></i> <a href="">Quibusdam <span>3</span></a></li>
<li><i class="iconfa-angle-right"></i> <a href="">Natuserror <span>11</span></a></li>
<li><i class="iconfa-angle-right"></i> <a href="">Doloremque <span>20</span></a></li>
</ul>
</div><!--span3-->
</div><!--row-fluid-->
</div><!--maincontentinner-->
</div><!--maincontent-->
</div><!--rightpanel-->
</div><!--mainwrapper-->
</body>
</html>