-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.html
272 lines (269 loc) · 13.3 KB
/
questions.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
<template name="questions">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
{{> nav_bar}}
<div class="container">
<h1>Questions</h1>
<!-- Search -->
<div class="input-group col-lg-2 pull-right">
<input type="text" class="input-control pull-right-nopad" placeholder="Search Questions">
<span class="input-group-btn">
<a class="btn btn-default" href="{{ pathFor 'search_questions'}}"><i class="glyphicon glyphicon-search"></i></a>
</span>
</div><!-- /input-group -->
<!-- Tabs used for navagation -->
<ul class="nav nav-tabs">
<li class="{{ isActiveRoute 'hot'}}"><a href="#hot" data-toggle="tab">Hot Answers</a></li>
<li class="{{ isActiveRoute 'topics'}}"><a href="#topic" data-toggle="tab">By Topic</a></li>
<li class="{{ isActiveRoute 'followed'}}"><a href="#followed" data-toggle="tab">Followed <span class="badge">2</span></a></li>
<li class="{{ isActivePath 'unanswered'}}"><a href="#unanswered" data-toggle="tab">Unanswered</a></li>
<li class="{{ isActiveRoute 'allq'}}"><a href="#all" data-toggle="tab">All Questions</a></li>
<li class="{{ isActivePath 'askq'}}"><a href="#askq" data-toggle="tab">Ask a question</a></li>
</ul>
<!-- Tab Pane Contents (from http://getbootstrap.com/javascript/#tabs) -->
<div class="tab-content">
<div class="tab-pane {{ isActiveRoute 'hot'}}" id="hot">
<br>
<h1>Most Popular Answers</h1> <br>
<p>
<table border="1" class="contentTable" align="center" id="hotAnswersTable">
<tr>
<td>
<b>What is the difference between sex and gender?</b><br>
Sex is strictly biological - the physical body - while gender encompasses biological, cognitive, and social aspects of a human being, including identity, expression, and the expectations of others. Because gender and sex are not the same thing, it is possible for a person's sex and gender to disagree. When this happens, it can be extremely problematic for the person dealing with this incongruity, and it can often be life-threatening, due to the potential for suicide. This sex/gender incongruity has been determined by many professional organizations and courts to be a medical condition.
<br>
Topics: Sex and gender, trans* basics <a href="#"> edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td style="width:25%">
<p>Asked: February 1, 2014 by <a href="#">username1</a></p>
<p align="center">30 Likes
<br><button type="button" class="btn btn-default likebtn">
<span class="glyphicon glyphicon-thumbs-up"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
<tr>
<td>
<b>Does being transgender mean I'm gay?</b><br>
Gender identity and sexual orientation are different concepts in Western culture. Sexual orientation refers to a person's attractions. Gender identity refers to who a person believes him- or herself to be. Transgender and transsexual people can have any sexual orientation. It is also possible for sexual attraction to change after transition. It is better not to put too much importance on labels such as gay, lesbian, and straight. In many ways, trans* people confound the ''simple'' expectations of sexual orientation that go with such labels.
<br>
Topics: sexual orientation, trans* basics <a href="#">edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td style="width:25%">
<p>Asked: March 31, 2014 by anonymous</p>
<p align="center">29 Likes
<br><button type="button" class="btn btn-default likebtn">
<span class="glyphicon glyphicon-thumbs-up"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
</table>
</p>
<br>
</div>
<div class="tab-pane" id="topic">
<br><h1>Topics</h1>
<h2>Trans* Basics</h2>
<table border="1" class="contentTable" align="center" id="hotAnswersTable">
<tr>
<td>
<b>What is the difference between sex and gender?</b><br>
Sex is strictly biological - the physical body - while gender encompasses biological, cognitive, and social aspects of a human being, including identity, expression, and the expectations of others. Because gender and sex are not the same thing, it is possible for a person's sex and gender to disagree. When this happens, it can be extremely problematic for the person dealing with this incongruity, and it can often be life-threatening, due to the potential for suicide. This sex/gender incongruity has been determined by many professional organizations and courts to be a medical condition.
<br>
Topics: Sex and gender, trans* basics <a href="#"> edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td style="width:25%">
<p>Asked: February 1, 2014 by <a href="#">username1</a></p>
<p align="center">30 Likes
<button type="button" class="btn btn-default likebtn">
<span class="glyphicon glyphicon-thumbs-up"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
<tr>
<td>
<b>Does being transgender mean I'm gay?</b> <br>
<p class="list-group-item-text">Gender identity and sexual orientation are different concepts in Western culture. Sexual orientation refers to a person's attractions. Gender identity refers to who a person believes him- or herself to be. Transgender and transsexual people can have any sexual orientation. It is also possible for sexual attraction to change after transition. It is better not to put too much importance on labels such as gay, lesbian, and straight. In many ways, trans people confound the ''simple'' expectations of sexual orientation that go with such labels.</p>
<br>
Topics: sexual orientation, trans* basics <a href="#">edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td style="width:25%">
<p>Asked: March 31, 2014 by anonymous</p>
<p align="center">29 Likes
<button type="button" class="btn btn-default likebtn">
<span class="glyphicon glyphicon-thumbs-up"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
</table>
<br>
</div>
<div class="tab-pane" id="followed">
<br><h1>Followed Questions </h1><br>
<button class="btn btn-primary btn-lg" type="submit" style="float: left; margin-bottom: 10px" id="unfollow">Unfollow Selected</button>
<table border="1" class="contentTable" align="center" id="followedQuestionsTable">
{{#each followed}}
<tr>
<td>
<input type="checkbox">
</td>
<td>
<b>{{title}}</b>
<p>answer answer answer answer answer answer</p>
<br>
Topics:{{topics}} <a href="#">edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td style="width:25%">
<p>Asked: {{askeddate}} by <a href="#">{{askedby}}</a></p>
<p>Status: Answered</p>
</td>
</tr>
{{/each}}
</table>
<br>
</div>
<div class="tab-pane {{ isActivePath 'unanswered'}}" id="unanswered">
<br><h1> Unanswered Questions</h1>
<table border="1" class="contentTable" align="center" id="unansweredQuestionsTable">
{{#each unanswered}}
<tr>
<td>
<b>{{title}}</b><br>
<p>{{content}}</p>
<br>
Topics: {{topics}} <a href="#">edit</a>
<p class="pull-right"><a href="#">Answer</a></p>
</td>
<td style="width:200px">
<p>Asked: {{askeddate}} by <a href="#">{{askedby}}</a></p>
<p align="center">{{followers}} Followers<br>
<button class="btn btn-default followbtn">
<span class="glyphicon glyphicon-bell"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
{{/each}}
</table>
<br>
</div>
<div class="tab-pane" id="all">
<br> <h1>All Questions</h1><br>
<table border="1" class="contentTable" align="center" id="allQuestionsTable">
{{#each questions}}
<tr>
<td>
<b>{{title}}</b>
<p>Sex is strictly biological - the physical body - while gender encompasses biological, cognitive, and social aspects of a human being, including identity, expression, and the expectations of others. Because gender and sex are not the same thing, it is possible for a person's sex and gender to disagree. When this happens, it can be extremely problematic for the person dealing with this incongruity, and it can often be life-threatening, due to the potential for suicide. This sex/gender incongruity has been determined by many professional organizations and courts to be a medical condition.</p>
<br>
Topics: {{topics}} <a href="#">edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td style="width:200px">
<p>Asked: {{askeddate}} by <a href="#">{{askedby}}</a></p>
<p align="center">30 Likes
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-thumbs-up"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
{{/each}}
<tr>
<td>
<b>Does being transgender mean I'm gay?</b>
<p>Gender identity and sexual orientation are different concepts in Western culture. Sexual orientation refers to a person's attractions. Gender identity refers to who a person believes him- or herself to be. Transgender and transsexual people can have any sexual orientation. It is also possible for sexual attraction to change after transition. It is better not to put too much importance on labels such as gay, lesbian, and straight. In many ways, trans people confound the ''simple'' expectations of sexual orientation that go with such labels.</p>
<br>
Topics: sexual orientation, trans* basics <a href="#">edit</a>
<p class="pull-right"><a href="#">Add another answer</a></p>
</td>
<td>
<p>Asked: March 31, 2014 by anonymous</p>
<p align="center">29 Likes
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-thumbs-up"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
<tr>
<td>
<b>I think my partner might be trans*</b>
<p>I think my partner is questioning his gender identity.
He is maab and has been talking a lot about how he doesn't feel comfortable with male gender roles, and seems to have some body dysphoria. He is struggling with not conforming to gender roles; he says he feels guilty. I 100% support him no matter what, but as a ciswoman I don't know how he is feeling or what I should do. He hasn't explicitly told me he's questioning, and obviously I don't want to push him on this. How can I be most supportive?</p>
<br>
Topics: significant others <a href="#">edit</a>
<p class="pull-right"><a href="#">Answer</a></p>
</td>
<td>
<p>Asked: March 31, 2014 by anonymous</p>
<p align="center">50 Followers
<button class="btn btn-default followbtn" disabled>
<span class="glyphicon glyphicon-bell"></span><!-- from http://glyphicons.com/ -->
</button>
</p>
</td>
</tr>
</table>
<br>
</div>
<div class="tab-pane {{ isActivePath 'askq'}}" id="askq">
<!-- Ask a Question -->
<form class="row navbar-form" id="askquestion">
<h1>Ask a Question</h1>
<p>To improve your chances of having your questions answered, check and see if someone has already asked a similar question.</p>
<table class="col-md-12" style="vertical-align: middle">
<tr>
<td class="pull-right table-text">Title</td>
<td> <input type="text" class="form-control" id="qtitle" maxlength="250"
placeholder="Title" autofocus required>
</td>
</tr>
<tr>
<td class="pull-right table-text">Question</td>
<td>
<textarea class="form-control" id="qcontent" rows="3" style="width=100%" placeholder="Question" required></textarea>
</td>
</tr>
<tr>
<td class="table-text pull-right" width="300px">Send me email updates</td>
<td>
<div class="input-group">
<span class="input-group-addon">
<input type="checkbox" id="emailyes">
</span>
<input type="email" class="form-control" id="emailval">
</div><!-- /input-group -->
</td>
</tr>
</table>
<br>
<button class="btn btn-primary btn-lg" type="submit" id="submitq">Submit my question</button>
<div class="alert alert-danger alert-dismissible" hidden="true" id="emailAlert">
<button type="button" class="close" id="emailAlertClose" aria-hidden="true">×</button>
<p>You checked "send me email updates" but did not enter a valid email address.</p>
</div>
</form>
<br>
</div><!-- end tab pane div -->
</div><!-- end ALL tab content div -->
</div><!-- end container used for content -->
<!-- Sources:
bootstrap components page
bootstrap javascript page
http://stackoverflow.com/questions/17357630
question content from http://tranifesto.com/transgender-faqs-and-info/transgender-faq/ and everyoneisgay.com
-->
</template>