]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/templates/profile_edit.tpl
Improved translation functions
[friendica.git] / view / theme / frost-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" >{{$profile_name.1}} </label>
25 <input type="text" size="28" name="profile_name" id="profile-edit-profile-name" value="{{$profile_name.2}}" /><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" >{{$name.1}} </label>
31 <input type="text" size="28" name="name" id="profile-edit-name" value="{{$name.2}}" />
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" >{{$pdesc.1}} </label>
37 <input type="text" size="28" name="pdesc" id="profile-edit-pdesc" value="{{$pdesc.2}}" />
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 {{$dob}}
50 </div>
51 <div id="profile-edit-dob-end"></div>
52
53 {{$hide_friends}}
54
55 <div class="profile-edit-submit-wrapper" >
56 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
57 </div>
58 <div class="profile-edit-submit-end"></div>
59
60
61 <div id="profile-edit-address-wrapper" >
62 <label id="profile-edit-address-label" for="profile-edit-address" >{{$address.1}} </label>
63 <input type="text" size="28" name="address" id="profile-edit-address" value="{{$address.2}}" />
64 </div>
65 <div id="profile-edit-address-end"></div>
66
67 <div id="profile-edit-locality-wrapper" >
68 <label id="profile-edit-locality-label" for="profile-edit-locality" >{{$locality.1}} </label>
69 <input type="text" size="28" name="locality" id="profile-edit-locality" value="{{$locality.2}}" />
70 </div>
71 <div id="profile-edit-locality-end"></div>
72
73
74 <div id="profile-edit-postal-code-wrapper" >
75 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >{{$postal_code.1}} </label>
76 <input type="text" size="28" name="postal_code" id="profile-edit-postal-code" value="{{$postal_code.2}}" />
77 </div>
78 <div id="profile-edit-postal-code-end"></div>
79
80 <div id="profile-edit-country-name-wrapper" >
81 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >{{$country_name.1}} </label>
82 <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('{{$region.2}}');">
83 <option selected="selected" >{{$country_name.2}}</option>
84 <option>temp</option>
85 </select>
86 </div>
87 <div id="profile-edit-country-name-end"></div>
88
89 <div id="profile-edit-region-wrapper" >
90 <label id="profile-edit-region-label" for="profile-edit-region" >{{$region.1}} </label>
91 <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
92 <option selected="selected" >{{$region.2}}</option>
93 <option>temp</option>
94 </select>
95 </div>
96 <div id="profile-edit-region-end"></div>
97
98 <div id="profile-edit-hometown-wrapper" >
99 <label id="profile-edit-hometown-label" for="profile-edit-hometown" >{{$hometown.1}} </label>
100 <input type="text" size="28" name="hometown" id="profile-edit-hometown" value="{{$hometown.2}}" />
101 </div>
102 <div id="profile-edit-hometown-end"></div>
103
104 <div class="profile-edit-submit-wrapper" >
105 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
106 </div>
107 <div class="profile-edit-submit-end"></div>
108
109 <div id="profile-edit-marital-wrapper" >
110 <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}} </label>
111 {{$marital}}
112 </div>
113 <label id="profile-edit-with-label" for="profile-edit-with" > {{$with.1}} </label>
114 <input type="text" size="28" name="with" id="profile-edit-with" title="{{$with.3}}" value="{{$with.2}}" />
115 <label id="profile-edit-howlong-label" for="profile-edit-howlong" > {{$howlong.1}} </label>
116 <input type="text" size="28" name="howlong" id="profile-edit-howlong" title="{{$howlong.1}}" value="{{$howlong.2}}" />
117
118 <div id="profile-edit-marital-end"></div>
119
120 <div id="profile-edit-sexual-wrapper" >
121 <label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}} </label>
122 {{$sexual}}
123 </div>
124 <div id="profile-edit-sexual-end"></div>
125
126
127
128 <div id="profile-edit-homepage-wrapper" >
129 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >{{$homepage.1}} </label>
130 <input type="text" size="28" name="homepage" id="profile-edit-homepage" value="{{$homepage.2}}" />
131 </div>
132 <div id="profile-edit-homepage-end"></div>
133
134 <div id="profile-edit-politic-wrapper" >
135 <label id="profile-edit-politic-label" for="profile-edit-politic" >{{$politic.1}} </label>
136 <input type="text" size="28" name="politic" id="profile-edit-politic" value="{{$politic.2}}" />
137 </div>
138 <div id="profile-edit-politic-end"></div>
139
140 <div id="profile-edit-religion-wrapper" >
141 <label id="profile-edit-religion-label" for="profile-edit-religion" >{{$religion.1}} </label>
142 <input type="text" size="28" name="religion" id="profile-edit-religion" value="{{$religion.2}}" />
143 </div>
144 <div id="profile-edit-religion-end"></div>
145
146 <div id="profile-edit-pubkeywords-wrapper" >
147 <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >{{$pub_keywords.1}} </label>
148 <input type="text" size="28" name="pub_keywords" id="profile-edit-pubkeywords" title="{{$lbl_ex2}}" value="{{$pub_keywords.2}}" />
149 </div><div id="profile-edit-pubkeywords-desc">{{$pub_keywords.3}}</div>
150 <div id="profile-edit-pubkeywords-end"></div>
151
152 <div id="profile-edit-prvkeywords-wrapper" >
153 <label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >{{$prv_keywords.1}} </label>
154 <input type="text" size="28" name="prv_keywords" id="profile-edit-prvkeywords" title="{{$lbl_ex2}}" value="{{$prv_keywords.2}}" />
155 </div><div id="profile-edit-prvkeywords-desc">{{$prv_keywords.3}}</div>
156 <div id="profile-edit-prvkeywords-end"></div>
157
158
159 <div class="profile-edit-submit-wrapper" >
160 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
161 </div>
162 <div class="profile-edit-submit-end"></div>
163
164 <div id="about-jot-wrapper" class="profile-jot-box">
165 <p id="about-jot-desc" >
166 {{$about.1}}
167 </p>
168
169 <textarea rows="10" cols="30" id="profile-about-text" class="profile-edit-textarea" name="about" >{{$about.2}}</textarea>
170
171 </div>
172 <div id="about-jot-end"></div>
173
174
175 <div id="interest-jot-wrapper" class="profile-jot-box" >
176 <p id="interest-jot-desc" >
177 {{$interest.1}}
178 </p>
179
180 <textarea rows="10" cols="30" id="interest-jot-text" class="profile-edit-textarea" name="interest" >{{$interest.2}}</textarea>
181
182 </div>
183 <div id="interest-jot-end"></div>
184
185
186 <div id="likes-jot-wrapper" class="profile-jot-box" >
187 <p id="likes-jot-desc" >
188 {{$likes.1}}
189 </p>
190
191 <textarea rows="10" cols="30" id="likes-jot-text" class="profile-edit-textarea" name="likes" >{{$likes.2}}</textarea>
192
193 </div>
194 <div id="likes-jot-end"></div>
195
196
197 <div id="dislikes-jot-wrapper" class="profile-jot-box" >
198 <p id="dislikes-jot-desc" >
199 {{$dislikes.1}}
200 </p>
201
202 <textarea rows="10" cols="30" id="dislikes-jot-text" class="profile-edit-textarea" name="dislikes" >{{$dislikes.2}}</textarea>
203
204 </div>
205 <div id="dislikes-jot-end"></div>
206
207
208 <div id="contact-jot-wrapper" class="profile-jot-box" >
209 <p id="contact-jot-desc" >
210 {{$contact.1}}
211 </p>
212
213 <textarea rows="10" cols="30" id="contact-jot-text" class="profile-edit-textarea" name="contact" >{{$contact.2}}</textarea>
214
215 </div>
216 <div id="contact-jot-end"></div>
217
218
219 <div class="profile-edit-submit-wrapper" >
220 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
221 </div>
222 <div class="profile-edit-submit-end"></div>
223
224
225 <div id="music-jot-wrapper" class="profile-jot-box" >
226 <p id="music-jot-desc" >
227 {{$music.1}}
228 </p>
229
230 <textarea rows="10" cols="30" id="music-jot-text" class="profile-edit-textarea" name="music" >{{$music.2}}</textarea>
231
232 </div>
233 <div id="music-jot-end"></div>
234
235 <div id="book-jot-wrapper" class="profile-jot-box" >
236 <p id="book-jot-desc" >
237 {{$book.1}}
238 </p>
239
240 <textarea rows="10" cols="30" id="book-jot-text" class="profile-edit-textarea" name="book" >{{$book.2}}</textarea>
241
242 </div>
243 <div id="book-jot-end"></div>
244
245
246
247 <div id="tv-jot-wrapper" class="profile-jot-box" >
248 <p id="tv-jot-desc" >
249 {{$tv.1}} 
250 </p>
251
252 <textarea rows="10" cols="30" id="tv-jot-text" class="profile-edit-textarea" name="tv" >{{$tv.2}}</textarea>
253
254 </div>
255 <div id="tv-jot-end"></div>
256
257
258
259 <div id="film-jot-wrapper" class="profile-jot-box" >
260 <p id="film-jot-desc" >
261 {{$film.1}}
262 </p>
263
264 <textarea rows="10" cols="30" id="film-jot-text" class="profile-edit-textarea" name="film" >{{$film.2}}</textarea>
265
266 </div>
267 <div id="film-jot-end"></div>
268
269
270 <div class="profile-edit-submit-wrapper" >
271 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
272 </div>
273 <div class="profile-edit-submit-end"></div>
274
275
276 <div id="romance-jot-wrapper" class="profile-jot-box" >
277 <p id="romance-jot-desc" >
278 {{$romance.1}}
279 </p>
280
281 <textarea rows="10" cols="30" id="romance-jot-text" class="profile-edit-textarea" name="romance" >{{$romance.2}}</textarea>
282
283 </div>
284 <div id="romance-jot-end"></div>
285
286
287
288 <div id="work-jot-wrapper" class="profile-jot-box" >
289 <p id="work-jot-desc" >
290 {{$work.1}}
291 </p>
292
293 <textarea rows="10" cols="30" id="work-jot-text" class="profile-edit-textarea" name="work" >{{$work.2}}</textarea>
294
295 </div>
296 <div id="work-jot-end"></div>
297
298
299
300 <div id="education-jot-wrapper" class="profile-jot-box" >
301 <p id="education-jot-desc" >
302 {{$education.1}}
303 </p>
304
305 <textarea rows="10" cols="30" id="education-jot-text" class="profile-edit-textarea" name="education" >{{$education.2}}</textarea>
306
307 </div>
308 <div id="education-jot-end"></div>
309
310
311
312 <div class="profile-edit-submit-wrapper" >
313 <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />
314 </div>
315 <div class="profile-edit-submit-end"></div>
316
317
318 </form>
319 </div>
320