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