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