-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest.html
More file actions
178 lines (160 loc) · 6.67 KB
/
request.html
File metadata and controls
178 lines (160 loc) · 6.67 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
<template name="request">
<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">
<title>Trans*Network</title>
</head>
{{> nav_bar}}
<div class="container">
<h1> Mentoring </h1>
<ul class="nav nav-tabs">
<li><a href="#default" data-toggle="tab">Home</a></li>
<li class="active"><a href="#request" data-toggle="tab">Request a mentor</a></li>
<li><a href="#become" data-toggle="tab">Become a mentor</a></li>
<li><a href="#faq" data-toggle="tab">Become a mentor FAQ</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane" id="default">
<h3 align="left"> Your Mentees </h3>
<table id ="mentees" border="1" style="height:600px; width:700px">
<tr>
<td> alisa </td>
<td> <button class="btn btn-primary" id="envelope" onclick="window.open('{{ pathFor 'pm' }}', 'newwindow', 'width=500, height=400'); return false;"><span class="glyphicon glyphicon-envelope"></span></button></td>
<td style="width:100%;height:100%">
<div style="border-style:double;">
<p style="text-align:left;">
<a href onclick="window.open('{{ pathFor 'urgent' }}', 'newwindow', 'width=500, height=400'); return false;">Re: Having problems -- Please respond</a>
<span style="float:right;">April 28, 2014 <br> 05:16PM</span>
</p>
<hr>
</div>
<br>
<div style="border-style:double;">
<p style="text-align:left;">
<a href onclick="window.open('{{ pathFor 'hey' }}', 'newwindow', 'width=500, height=400'); return false;">Hey!</a>
<span style="float:right;">April 30, 2014 <br> 04:36PM</span>
</p>
<hr>
</div>
</td>
</tr>
<tr>
<td> ben</td>
<td> <button class="btn btn-primary" id="envelope" onclick="window.open('{{ pathFor 'pm' }}', 'newwindow', 'width=500, height=400'); return false;"><span class="glyphicon glyphicon-envelope"></span></button></td>
<td> No messages </td>
</tr>
<tr>
<td> jim</td>
<td> <button class="btn btn-primary" id="envelope" onclick="window.open('{{ pathFor 'pm' }}', 'newwindow', 'width=500, height=400'); return false;"><span class="glyphicon glyphicon-envelope"></span></button></td>
<td>No messages</td>
</tr>
<tr>
<td> julia</td>
<td> <button class="btn btn-primary" id="envelope" onclick="window.open('{{ pathFor 'pm' }}', 'newwindow', 'width=500, height=400'); return false;"><span class="glyphicon glyphicon-envelope"></span></button></td>
<td> No messages </td>
</tr>
</table><!-- end of mentee table -->
<h3> You have no mentors </h3>
<table id="mentors" border="1">
</table>
</div> <!-- end of this tab pane -->
<div class="tab-pane active" id="request">
<h3 align="left"> Match me with someone who identifies as: </h3>
<table style="height:600px; width:700px">
<tr>
<td>
<div class="col-md-10" align="left">
<label>
<input type="radio" value="transman" name="gender">Transman</label>
<br><label>
<input type="radio" value="transwoman" name="gender">Transwoman</label>
<br>
<label>
<input type="radio" value="other" name="gender">Other
</label>
<input type="input" value="">
</div>
</td>
</tr>
<tr>
<td align="left">
<h3 align="left"> Message to potential mentor </h3>
<textarea align="left"></textarea>
</td>
</tr>
<tr align="left">
<td>
<h3> Anything else you want to share? </h3>
<textarea value="Request a mentor"></textarea>
</td>
</tr>
<tr>
<td>
<div align="center"><button class="btn btn-primary" id="request_mentor" onclick="window.open('{{ pathFor 'mentor_request_confirm' }}', 'newwindow', 'width=500, height=100'); return false;">Submit Mentor Request</button></div>
</td>
</tr>
</table>
</div><!-- end of this tab pane -->
<div class="tab-pane" id="become">
<h3 align="left">Select one or more potential mentees</h3>
<table style="width:700px" id="available_mentees">
<tr>
<td>
<input type="checkbox">
</td>
<td> alisa </td>
<td>
<h3> Message of alisa</h3>
<p> I am a transwoman and I like spending time figuring out how to help the community. I am willing to spend much of my free time
to help others but first I am very much willing to learn from someone who has done community service </p>
</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td> jim </td>
<td><h3> Message of jim</h3>
<p> I am a transman and I am originally from Germany. I moved to the United States and I am excited to realize that the community here is larger than in most places in Europe. I am looking for someone to talk to and discuss how the community here is. </p>
</td>
</tr>
<tr>
<td></td><td></td>
<td><div align="center"><button class="btn btn-primary" id="request_mentor" onclick="window.open('{{ pathFor 'mentee_confirm' }}', 'newwindow', 'width=500, height=100'); return false;">Request Mentees</button></div></td>
</tr>
</table><!-- end of available mentees taable -->
</div><!-- end of this tab pane -->
<div class="tab-pane" id="faq">
<h3 align="left"> Trans*Network Mentor FAQ </h3>
<table style="height:650px;width:700px">
<tr>
<td> <h3> What is a mentor? </h3>
Mentor is someone that is there to support you and answer your questions when you have some.
To be a mentor is a very rewarding experience as you get to teach people and advice
them on some specific hard periods of the transition.
</td>
</tr>
<tr>
<td> <h3>Why should I mentor? </h3>
You should be a mentor because this is a chance to give back to the community.
It is alsmost for sure that you were helped by someone or many individual transgender people
when you were going through your own transition. Now, as a person who found who they are
and how to deal with situations, advice some people who are just begining the transition.</td>
</tr>
<tr>
<td> <h3> What can I do as a mentor? </h3>
As a mentor you get to personal messages to your mentees when you want to
gice them advice or answer their questions. You get to be the source of information for them which
is sometimes more importnat then the information they find on the internet. As such, your task is important
but also very rewarding. </td>
</tr>
<tr>
<td>
<div align="center"><h3> Think you are ready? </h3></div>
<button class="btn btn-primary" value="Become a mentor" onclick="window.open('{{ pathFor 'mentor_confirm' }}', 'newwindow', 'width=500, height=100'); return false;">Become a mentor</button>
</td>
</tr>
</table>
</div>
</div>
</div>
</template>