-
Notifications
You must be signed in to change notification settings - Fork 0
/
thread.html
267 lines (214 loc) · 14.3 KB
/
thread.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
<!DOCTYPE html>
<!-- saved from url=(0049)http://getbootstrap.com/examples/offcanvas/#about -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Anonymous Incident Reporting For Everyone">
<meta name="author" content="">
<link rel="shortcut icon" href="http://syner.us/favicon.ico">
<title>Syner - Thread</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./css/offcanvas.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- 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]-->
<style>[touch-action="none"]{ -ms-touch-action: none; touch-action: none; }[touch-action="pan-x"]{ -ms-touch-action: pan-x; touch-action: pan-x; }[touch-action="pan-y"]{ -ms-touch-action: pan-y; touch-action: pan-y; }[touch-action="scroll"],[touch-action="pan-x pan-y"],[touch-action="pan-y pan-x"]{ -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; }</style><style id="clearly_highlighting_css" type="text/css">/* selection */ html.clearly_highlighting_enabled ::-moz-selection { background: rgba(246, 238, 150, 0.99); } html.clearly_highlighting_enabled ::selection { background: rgba(246, 238, 150, 0.99); } /* cursor */ html.clearly_highlighting_enabled { /* cursor and hot-spot position -- requires a default cursor, after the URL one */ cursor: url("chrome-extension://pioclpoplcdbaefihamjohnefbikjilc/clearly/images/highlight--cursor.png") 14 16, text; } /* highlight tag */ em.clearly_highlight_element { font-style: inherit !important; font-weight: inherit !important; background-image: url("chrome-extension://pioclpoplcdbaefihamjohnefbikjilc/clearly/images/highlight--yellow.png"); background-repeat: repeat-x; background-position: top left; background-size: 100% 100%; } /* the delete-buttons are positioned relative to this */ em.clearly_highlight_element.clearly_highlight_first { position: relative; } /* delete buttons */ em.clearly_highlight_element a.clearly_highlight_delete_element { display: none; cursor: pointer; padding: 0; margin: 0; line-height: 0; position: absolute; width: 34px; height: 34px; left: -17px; top: -17px; background-image: url("chrome-extension://pioclpoplcdbaefihamjohnefbikjilc/clearly/images/highlight--delete-sprite.png"); background-repeat: no-repeat; background-position: 0px 0px; } em.clearly_highlight_element a.clearly_highlight_delete_element:hover { background-position: -34px 0px; } /* retina */ @media (min--moz-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) { em.clearly_highlight_element { background-image: url("chrome-extension://pioclpoplcdbaefihamjohnefbikjilc/clearly/images/highlight--yellow@2x.png"); } em.clearly_highlight_element a.clearly_highlight_delete_element { background-image: url("chrome-extension://pioclpoplcdbaefihamjohnefbikjilc/clearly/images/highlight--delete-sprite@2x.png"); background-size: 68px 34px; } } </style></head>
<body style="">
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<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="index.html">Syner</a>
</div>
<div class="navbar-collapse collapse" style="height: 1px;">
<ul class="nav navbar-nav navbar-right">
<li><a href="login.html">Login</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-offset-2 col-md-8">
<div class="">
<h4 class="panel-heading">
<b>What is a problem you see in the world?</b>
</h4>
</div><!--/End OP-->
<blockquote class="">
<div class="btn-group">
<a class="btn btn-primary btn-xs" href="submit.html"><i class="fa fa-arrow-down fa-fw"></i> Add Post</a>
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
Most Recent <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Most Edits</a></li>
<li><a href="#">Most Upvotes</a></li>
</ul>
</div>
</blockquote>
<!-- Accordion starts here -->
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" class="post">
<div class="panel-heading">
<h4 class="panel-title">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</h4>
</div>
</a>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<div class="btn-toolbar pull-right" role="toolbar">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-pencil fa-fw"></i> <b>Edit</b></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-up fa-fw"></i></button>
<button type="button" class="btn btn-default disabled btn-sm">125</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-down fa-fw"></i></button>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" class="post">
<div class="panel-heading">
<h4 class="panel-title">
Sed vel malesuada velit. Donec tempor nulla quam, id fringilla ipsum sollicitudin vel. Suspendisse eleifend id lacus eu tincidunt. Duis tincidunt nisi a dolor lacinia, et tempor lectus elementum. Vivamus et dapibus ante, vel cursus est. Duis quis sapien sit amet sem vulputate varius at vitae lorem. Mauris aliquet diam eu eleifend lobortis. Vivamus bibendum arcu magna, vel pellentesque nibh elementum ut.
</h4>
</div>
</a>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<div class="btn-toolbar pull-right" role="toolbar">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-pencil fa-fw"></i> <b>Edit</b></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-up fa-fw"></i></button>
<button type="button" class="btn btn-default disabled btn-sm">100</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-down fa-fw"></i></button>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree" class="post">
<div class="panel-heading">
<h4 class="panel-title">
Aenean sollicitudin, arcu a egestas pulvinar, massa erat pharetra ante, sed sagittis est libero ac dolor. Nulla consequat placerat dui in volutpat. Fusce rutrum sagittis dui, eget commodo arcu volutpat vel. Cras porttitor interdum mauris, vitae lobortis mi iaculis eu. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut ullamcorper, mi quis facilisis lacinia, eros metus aliquam odio, id vehicula diam tortor ut magna. Sed vel urna vel ligula suscipit facilisis in sit amet erat.
</h4>
</div>
</a>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<div class="btn-toolbar pull-right" role="toolbar">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-pencil fa-fw"></i> <b>Edit</b></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-up fa-fw"></i></button>
<button type="button" class="btn btn-default disabled btn-sm">75</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-down fa-fw"></i></button>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour" class="post">
<div class="panel-heading">
<h4 class="panel-title">
Aenean sollicitudin, arcu a egestas pulvinar, massa erat pharetra ante, sed sagittis est libero ac dolor. Nulla consequat placerat dui in volutpat.
</h4>
</div>
</a>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
<div class="btn-toolbar pull-right" role="toolbar">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-pencil fa-fw"></i> <b>Edit</b></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-up fa-fw"></i></button>
<button type="button" class="btn btn-default disabled btn-sm">50</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-down fa-fw"></i></button>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive" class="post">
<div class="panel-heading">
<h4 class="panel-title">
Nulla consequat placerat dui in volutpat. Fusce rutrum sagittis dui, eget commodo arcu volutpat vel. Cras porttitor interdum mauris, vitae lobortis mi iaculis eu.
</h4>
</div>
</a>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
<div class="btn-toolbar pull-right" role="toolbar">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-pencil fa-fw"></i> <b>Edit</b></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-up fa-fw"></i></button>
<button type="button" class="btn btn-default disabled btn-sm">10</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-arrow-down fa-fw"></i></button>
</div>
</div>
</div>
</div>
</div>
</div> <!-- Accordion ends here -->
<ul class="pager">
<li class="previous disabled"><a href="#">← Older</a></li>
<li class="next"><a href="#">Next 20 →</a></li>
</ul>
<hr>
<footer>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
<a href="https://github.com/Syner/Synerv2"><i class="fa fa-github fa-fw fa-lg"></i>Github</a>
<a href="http://www.tladner.com"><i class="fa fa-comments fa-fw fa-lg"></i>Social</a>
<a href="mailto:travis@tladner.com"><i class="fa fa-envelope fa-fw fa-lg"></i>Email</a>
</p>
</footer>
</div><!--/col-->
</div><!--/row-->
<!-- No footer on this one...
<footer>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
<a href="https://github.com/Syner/Synerv2"><i class="fa fa-github fa-fw fa-lg"></i>Github</a>
<a href="http://www.tladner.com"><i class="fa fa-comments fa-fw fa-lg"></i>Social</a>
<a href="mailto:travis@tladner.com"><i class="fa fa-envelope fa-fw fa-lg"></i>Email</a>
</p>
</footer>
-->
</div><!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/offcanvas.js"></script>
</body></html>