]> git.mxchange.org Git - friendica.git/blob - view/profile_edit.tpl
changes to support a mobile theme
[friendica.git] / view / profile_edit.tpl
1 $default
2
3 <h1>$banner</h1>
4
5 <div id="profile-edit-links">
6 <ul>
7 <li><a href="profile/$profile_id/view?tab=profile" id="profile-edit-view-link" title="$viewprof">$viewprof</a></li>
8 <li><a href="$profile_clone_link" id="profile-edit-clone-link" title="$cr_prof">$cl_prof</a></li>
9 <li></li>
10 <li><a href="$profile_drop_link" id="profile-edit-drop-link" title="$del_prof" $disabled >$del_prof</a></li>
11
12 </ul>
13 </div>
14
15 <div id="profile-edit-links-end"></div>
16
17
18 <div id="profile-edit-wrapper" >
19 <form id="profile-edit-form" name="form1" action="profiles/$profile_id" method="post" >
20 <input type='hidden' name='form_security_token' value='$form_security_token'>
21
22 <div id="profile-edit-profile-name-wrapper" >
23 <label id="profile-edit-profile-name-label" for="profile-edit-profile-name" >$lbl_profname </label>
24 <input type="text" size="32" name="profile_name" id="profile-edit-profile-name" value="$profile_name" /><div class="required">*</div>
25 </div>
26 <div id="profile-edit-profile-name-end"></div>
27
28 <div id="profile-edit-name-wrapper" >
29 <label id="profile-edit-name-label" for="profile-edit-name" >$lbl_fullname </label>
30 <input type="text" size="32" name="name" id="profile-edit-name" value="$name" />
31 </div>
32 <div id="profile-edit-name-end"></div>
33
34 <div id="profile-edit-pdesc-wrapper" >
35 <label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >$lbl_title </label>
36 <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" />
37 </div>
38 <div id="profile-edit-pdesc-end"></div>
39
40
41 <div id="profile-edit-gender-wrapper" >
42 <label id="profile-edit-gender-label" for="gender-select" >$lbl_gender </label>
43 $gender
44 </div>
45 <div id="profile-edit-gender-end"></div>
46
47 <div id="profile-edit-dob-wrapper" >
48 <label id="profile-edit-dob-label" for="dob-select" >$lbl_bd </label>
49 <div id="profile-edit-dob" >
50 $dob $age
51 </div>
52 </div>
53 <div id="profile-edit-dob-end"></div>
54
55 $hide_friends
56
57 <div class="profile-edit-submit-wrapper" >
58 <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
59 </div>
60 <div class="profile-edit-submit-end"></div>
61
62
63 <div id="profile-edit-address-wrapper" >
64 <label id="profile-edit-address-label" for="profile-edit-address" >$lbl_address </label>
65 <input type="text" size="32" name="address" id="profile-edit-address" value="$address" />
66 </div>
67 <div id="profile-edit-address-end"></div>
68
69 <div id="profile-edit-locality-wrapper" >
70 <label id="profile-edit-locality-label" for="profile-edit-locality" >$lbl_city </label>
71 <input type="text" size="32" name="locality" id="profile-edit-locality" value="$locality" />
72 </div>
73 <div id="profile-edit-locality-end"></div>
74
75
76 <div id="profile-edit-postal-code-wrapper" >
77 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >$lbl_zip </label>
78 <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="$postal_code" />
79 </div>
80 <div id="profile-edit-postal-code-end"></div>
81
82 <div id="profile-edit-country-name-wrapper" >
83 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >$lbl_country </label>
84 <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('$region');">
85 <option selected="selected" >$country_name</option>
86 <option>temp</option>
87 </select>
88 </div>
89 <div id="profile-edit-country-name-end"></div>
90
91 <div id="profile-edit-region-wrapper" >
92 <label id="profile-edit-region-label" for="profile-edit-region" >$lbl_region </label>
93 <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
94 <option selected="selected" >$region</option>
95 <option>temp</option>
96 </select>
97 </div>
98 <div id="profile-edit-region-end"></div>
99
100 <div id="profile-edit-hometown-wrapper" >
101 <label id="profile-edit-hometown-label" for="profile-edit-hometown" >$lbl_hometown </label>
102 <input type="text" size="32" name="hometown" id="profile-edit-hometown" value="$hometown" />
103 </div>
104 <div id="profile-edit-hometown-end"></div>
105
106 <div class="profile-edit-submit-wrapper" >
107 <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
108 </div>
109 <div class="profile-edit-submit-end"></div>
110
111 <div id="profile-edit-marital-wrapper" >
112 <label id="profile-edit-marital-label" for="profile-edit-marital" >$lbl_marital </label>
113 $marital
114 </div>
115 <label id="profile-edit-with-label" for="profile-edit-with" > $lbl_with </label>
116 <input type="text" size="32" name="with" id="profile-edit-with" title="$lbl_ex1" value="$with" />
117 <label id="profile-edit-howlong-label" for="profile-edit-howlong" > $lbl_howlong </label>
118 <input type="text" size="32" name="howlong" id="profile-edit-howlong" title="$lbl_howlong" value="$howlong" />
119
120 <div id="profile-edit-marital-end"></div>
121
122 <div id="profile-edit-sexual-wrapper" >
123 <label id="profile-edit-sexual-label" for="sexual-select" >$lbl_sexual </label>
124 $sexual
125 </div>
126 <div id="profile-edit-sexual-end"></div>
127
128
129
130 <div id="profile-edit-homepage-wrapper" >
131 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >$lbl_homepage </label>
132 <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="$homepage" />
133 </div>
134 <div id="profile-edit-homepage-end"></div>
135
136 <div id="profile-edit-politic-wrapper" >
137 <label id="profile-edit-politic-label" for="profile-edit-politic" >$lbl_politic </label>
138 <input type="text" size="32" name="politic" id="profile-edit-politic" value="$politic" />
139 </div>
140 <div id="profile-edit-politic-end"></div>
141
142 <div id="profile-edit-religion-wrapper" >
143 <label id="profile-edit-religion-label" for="profile-edit-religion" >$lbl_religion </label>
144 <input type="text" size="32" name="religion" id="profile-edit-religion" value="$religion" />
145 </div>
146 <div id="profile-edit-religion-end"></div>
147
148 <div id="profile-edit-pubkeywords-wrapper" >
149 <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >$lbl_pubkey </label>
150 <input type="text" size="32" name="pub_keywords" id="profile-edit-pubkeywords" title="$lbl_ex2" value="$pub_keywords" />
151 </div><div id="profile-edit-pubkeywords-desc">$lbl_pubdsc</div>
152 <div id="profile-edit-pubkeywords-end"></div>
153
154 <div id="profile-edit-prvkeywords-wrapper" >
155 <label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >$lbl_prvkey </label>
156 <input type="text" size="32" name="prv_keywords" id="profile-edit-prvkeywords" title="$lbl_ex2" value="$prv_keywords" />
157 </div><div id="profile-edit-prvkeywords-desc">$lbl_prvdsc</div>
158 <div id="profile-edit-prvkeywords-end"></div>
159
160
161 <div class="profile-edit-submit-wrapper" >
162 <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
163 </div>
164 <div class="profile-edit-submit-end"></div>
165
166 <div id="about-jot-wrapper" >
167 <p id="about-jot-desc" >
168 $lbl_about
169 </p>
170
171 <textarea rows="10" cols="72" id="profile-about-text" name="about" >$about</textarea>
172
173 </div>
174 <div id="about-jot-end"></div>
175
176
177 <div id="interest-jot-wrapper" >
178 <p id="interest-jot-desc" >
179 $lbl_hobbies
180 </p>
181
182 <textarea rows="10" cols="72" id="interest-jot-text" name="interest" >$interest</textarea>
183
184 </div>
185 <div id="interest-jot-end"></div>
186
187
188 <div id="likes-jot-wrapper" >
189 <p id="likes-jot-desc" >
190 $lbl_likes
191 </p>
192
193 <textarea rows="10" cols="72" id="likes-jot-text" name="likes" >$likes</textarea>
194
195 </div>
196 <div id="likes-jot-end"></div>
197
198
199 <div id="dislikes-jot-wrapper" >
200 <p id="dislikes-jot-desc" >
201 $lbl_dislikes
202 </p>
203
204 <textarea rows="10" cols="72" id="dislikes-jot-text" name="dislikes" >$dislikes</textarea>
205
206 </div>
207 <div id="dislikes-jot-end"></div>
208
209
210 <div id="contact-jot-wrapper" >
211 <p id="contact-jot-desc" >
212 $lbl_social
213 </p>
214
215 <textarea rows="10" cols="72" id="contact-jot-text" name="contact" >$contact</textarea>
216
217 </div>
218 <div id="contact-jot-end"></div>
219
220
221 <div class="profile-edit-submit-wrapper" >
222 <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
223 </div>
224 <div class="profile-edit-submit-end"></div>
225
226
227 <div id="music-jot-wrapper" >
228 <p id="music-jot-desc" >
229 $lbl_music
230 </p>
231
232 <textarea rows="10" cols="72" id="music-jot-text" name="music" >$music</textarea>
233
234 </div>
235 <div id="music-jot-end"></div>
236
237 <div id="book-jot-wrapper" >
238 <p id="book-jot-desc" >
239 $lbl_book
240 </p>
241
242 <textarea rows="10" cols="72" id="book-jot-text" name="book" >$book</textarea>
243
244 </div>
245 <div id="book-jot-end"></div>
246
247
248
249 <div id="tv-jot-wrapper" >
250 <p id="tv-jot-desc" >
251 $lbl_tv 
252 </p>
253
254 <textarea rows="10" cols="72" id="tv-jot-text" name="tv" >$tv</textarea>
255
256 </div>
257 <div id="tv-jot-end"></div>
258
259
260
261 <div id="film-jot-wrapper" >
262 <p id="film-jot-desc" >
263 $lbl_film
264 </p>
265
266 <textarea rows="10" cols="72" id="film-jot-text" name="film" >$film</textarea>
267
268 </div>
269 <div id="film-jot-end"></div>
270
271
272 <div class="profile-edit-submit-wrapper" >
273 <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
274 </div>
275 <div class="profile-edit-submit-end"></div>
276
277
278 <div id="romance-jot-wrapper" >
279 <p id="romance-jot-desc" >
280 $lbl_love
281 </p>
282
283 <textarea rows="10" cols="72" id="romance-jot-text" name="romance" >$romance</textarea>
284
285 </div>
286 <div id="romance-jot-end"></div>
287
288
289
290 <div id="work-jot-wrapper" >
291 <p id="work-jot-desc" >
292 $lbl_work
293 </p>
294
295 <textarea rows="10" cols="72" id="work-jot-text" name="work" >$work</textarea>
296
297 </div>
298 <div id="work-jot-end"></div>
299
300
301
302 <div id="education-jot-wrapper" >
303 <p id="education-jot-desc" >
304 $lbl_school 
305 </p>
306
307 <textarea rows="10" cols="72" id="education-jot-text" name="education" >$education</textarea>
308
309 </div>
310 <div id="education-jot-end"></div>
311
312
313
314 <div class="profile-edit-submit-wrapper" >
315 <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />
316 </div>
317 <div class="profile-edit-submit-end"></div>
318
319
320 </form>
321 </div>
322 <script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>