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