]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/profile_edit.tpl
Merge pull request #1122 from tugelbend/master
[friendica.git] / view / theme / decaf-mobile / 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/{{$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="28" 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="28" 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="28" 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="28" 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="28" 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="28" 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 <input type="text" size="28" name="country_name" id="profile-edit-country-name" value="{{$country_name}}" />
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 <input type="text" size="28" name="region" id="profile-edit-region" value="{{$region}}" />
96 {{*<!--<select name="region" id="profile-edit-region" onChange="Update_Globals();" >
97 <option selected="selected" >{{$region}}</option>
98 <option>temp</option>
99 </select>-->*}}
100 </div>
101 <div id="profile-edit-region-end"></div>
102
103 <div id="profile-edit-hometown-wrapper" >
104 <label id="profile-edit-hometown-label" for="profile-edit-hometown" >{{$lbl_hometown}} </label>
105 <input type="text" size="28" name="hometown" id="profile-edit-hometown" value="{{$hometown}}" />
106 </div>
107 <div id="profile-edit-hometown-end"></div>
108
109 <div class="profile-edit-submit-wrapper" >
110 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
111 </div>
112 <div class="profile-edit-submit-end"></div>
113
114 <div id="profile-edit-marital-wrapper" >
115 <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}} </label>
116 {{$marital}}
117 </div>
118 <label id="profile-edit-with-label" for="profile-edit-with" > {{$lbl_with}} </label>
119 <input type="text" size="28" name="with" id="profile-edit-with" title="{{$lbl_ex1}}" value="{{$with}}" />
120 <label id="profile-edit-howlong-label" for="profile-edit-howlong" > {{$lbl_howlong}} </label>
121 <input type="text" size="28" name="howlong" id="profile-edit-howlong" title="{{$lbl_howlong}}" value="{{$howlong}}" />
122
123 <div id="profile-edit-marital-end"></div>
124
125 <div id="profile-edit-sexual-wrapper" >
126 <label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
127 {{$sexual}}
128 </div>
129 <div id="profile-edit-sexual-end"></div>
130
131
132
133 <div id="profile-edit-homepage-wrapper" >
134 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$lbl_homepage}} </label>
135 <input type="text" size="28" name="homepage" id="profile-edit-homepage" value="{{$homepage}}" />
136 </div>
137 <div id="profile-edit-homepage-end"></div>
138
139 <div id="profile-edit-politic-wrapper" >
140 <label id="profile-edit-politic-label" for="profile-edit-politic" >{{$lbl_politic}} </label>
141 <input type="text" size="28" name="politic" id="profile-edit-politic" value="{{$politic}}" />
142 </div>
143 <div id="profile-edit-politic-end"></div>
144
145 <div id="profile-edit-religion-wrapper" >
146 <label id="profile-edit-religion-label" for="profile-edit-religion" >{{$lbl_religion}} </label>
147 <input type="text" size="28" name="religion" id="profile-edit-religion" value="{{$religion}}" />
148 </div>
149 <div id="profile-edit-religion-end"></div>
150
151 <div id="profile-edit-pubkeywords-wrapper" >
152 <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >{{$lbl_pubkey}} </label>
153 <input type="text" size="28" name="pub_keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$pub_keywords}}" />
154 </div><div id="profile-edit-pubkeywords-desc">{{$lbl_pubdsc}}</div>
155 <div id="profile-edit-pubkeywords-end"></div>
156
157 <div id="profile-edit-prvkeywords-wrapper" >
158 <label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >{{$lbl_prvkey}} </label>
159 <input type="text" size="28" name="prv_keywords" id="profile-edit-prvkeywords" title="{{$lbl_ex2}}" value="{{$prv_keywords}}" />
160 </div><div id="profile-edit-prvkeywords-desc">{{$lbl_prvdsc}}</div>
161 <div id="profile-edit-prvkeywords-end"></div>
162
163
164 <div class="profile-edit-submit-wrapper" >
165 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
166 </div>
167 <div class="profile-edit-submit-end"></div>
168
169 <div id="about-jot-wrapper" class="profile-jot-box">
170 <p id="about-jot-desc" >
171 {{$lbl_about}}
172 </p>
173
174 <textarea rows="10" cols="30" id="profile-about-text" class="profile-edit-textarea" name="about" >{{$about}}</textarea>
175
176 </div>
177 <div id="about-jot-end"></div>
178
179
180 <div id="interest-jot-wrapper" class="profile-jot-box" >
181 <p id="interest-jot-desc" >
182 {{$lbl_hobbies}}
183 </p>
184
185 <textarea rows="10" cols="30" id="interest-jot-text" class="profile-edit-textarea" name="interest" >{{$interest}}</textarea>
186
187 </div>
188 <div id="interest-jot-end"></div>
189
190
191 <div id="likes-jot-wrapper" class="profile-jot-box" >
192 <p id="likes-jot-desc" >
193 {{$lbl_likes}}
194 </p>
195
196 <textarea rows="10" cols="30" id="likes-jot-text" class="profile-edit-textarea" name="likes" >{{$likes}}</textarea>
197
198 </div>
199 <div id="likes-jot-end"></div>
200
201
202 <div id="dislikes-jot-wrapper" class="profile-jot-box" >
203 <p id="dislikes-jot-desc" >
204 {{$lbl_dislikes}}
205 </p>
206
207 <textarea rows="10" cols="30" id="dislikes-jot-text" class="profile-edit-textarea" name="dislikes" >{{$dislikes}}</textarea>
208
209 </div>
210 <div id="dislikes-jot-end"></div>
211
212
213 <div id="contact-jot-wrapper" class="profile-jot-box" >
214 <p id="contact-jot-desc" >
215 {{$lbl_social}}
216 </p>
217
218 <textarea rows="10" cols="30" id="contact-jot-text" class="profile-edit-textarea" name="contact" >{{$contact}}</textarea>
219
220 </div>
221 <div id="contact-jot-end"></div>
222
223
224 <div class="profile-edit-submit-wrapper" >
225 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
226 </div>
227 <div class="profile-edit-submit-end"></div>
228
229
230 <div id="music-jot-wrapper" class="profile-jot-box" >
231 <p id="music-jot-desc" >
232 {{$lbl_music}}
233 </p>
234
235 <textarea rows="10" cols="30" id="music-jot-text" class="profile-edit-textarea" name="music" >{{$music}}</textarea>
236
237 </div>
238 <div id="music-jot-end"></div>
239
240 <div id="book-jot-wrapper" class="profile-jot-box" >
241 <p id="book-jot-desc" >
242 {{$lbl_book}}
243 </p>
244
245 <textarea rows="10" cols="30" id="book-jot-text" class="profile-edit-textarea" name="book" >{{$book}}</textarea>
246
247 </div>
248 <div id="book-jot-end"></div>
249
250
251
252 <div id="tv-jot-wrapper" class="profile-jot-box" >
253 <p id="tv-jot-desc" >
254 {{$lbl_tv}} 
255 </p>
256
257 <textarea rows="10" cols="30" id="tv-jot-text" class="profile-edit-textarea" name="tv" >{{$tv}}</textarea>
258
259 </div>
260 <div id="tv-jot-end"></div>
261
262
263
264 <div id="film-jot-wrapper" class="profile-jot-box" >
265 <p id="film-jot-desc" >
266 {{$lbl_film}}
267 </p>
268
269 <textarea rows="10" cols="30" id="film-jot-text" class="profile-edit-textarea" name="film" >{{$film}}</textarea>
270
271 </div>
272 <div id="film-jot-end"></div>
273
274
275 <div class="profile-edit-submit-wrapper" >
276 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
277 </div>
278 <div class="profile-edit-submit-end"></div>
279
280
281 <div id="romance-jot-wrapper" class="profile-jot-box" >
282 <p id="romance-jot-desc" >
283 {{$lbl_love}}
284 </p>
285
286 <textarea rows="10" cols="30" id="romance-jot-text" class="profile-edit-textarea" name="romance" >{{$romance}}</textarea>
287
288 </div>
289 <div id="romance-jot-end"></div>
290
291
292
293 <div id="work-jot-wrapper" class="profile-jot-box" >
294 <p id="work-jot-desc" >
295 {{$lbl_work}}
296 </p>
297
298 <textarea rows="10" cols="30" id="work-jot-text" class="profile-edit-textarea" name="work" >{{$work}}</textarea>
299
300 </div>
301 <div id="work-jot-end"></div>
302
303
304
305 <div id="education-jot-wrapper" class="profile-jot-box" >
306 <p id="education-jot-desc" >
307 {{$lbl_school}} 
308 </p>
309
310 <textarea rows="10" cols="30" id="education-jot-text" class="profile-edit-textarea" name="education" >{{$education}}</textarea>
311
312 </div>
313 <div id="education-jot-end"></div>
314
315
316
317 <div class="profile-edit-submit-wrapper" >
318 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
319 </div>
320 <div class="profile-edit-submit-end"></div>
321
322
323 </form>
324 </div>
325