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