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