]> git.mxchange.org Git - friendica.git/blob - view/profile_edit.tpl
i18n re-arrange
[friendica.git] / view / profile_edit.tpl
1 <h1>Edit Profile Details</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="View this profile">View this profile</a></li>
6 <li><a href="profiles/clone/$profile_id" id="profile-edit-clone-link" title="Create a new profile using these settings">Clone this profile</a></li>
7 <li></li>
8 <li><a href="profiles/drop/$profile_id" id="profile-edit-drop-link" title="Delete this profile" $disabled >Delete this profile</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" >Profile Name: </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" >Your Full Name: </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-gender-wrapper" >
33 <label id="profile-edit-gender-label" for="gender-select" >Your Gender: </label>
34 $gender
35 </div>
36 <div id="profile-edit-gender-end"></div>
37
38 <div id="profile-edit-dob-wrapper" >
39 <label id="profile-edit-dob-label" for="dob-select" >Birthday (y/m/d): </label>
40 <div id="profile-edit-dob" >
41 $dob $age
42 </div>
43 <div id="profile-edit-dob-end"></div>
44
45 $hide_friends
46
47 <div class="profile-edit-submit-wrapper" >
48 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
49 </div>
50 <div class="profile-edit-submit-end"></div>
51
52
53 <div id="profile-edit-address-wrapper" >
54 <label id="profile-edit-address-label" for="profile-edit-address" >Street Address: </label>
55 <input type="text" size="32" name="address" id="profile-edit-address" value="$address" />
56 </div>
57 <div id="profile-edit-address-end"></div>
58
59 <div id="profile-edit-locality-wrapper" >
60 <label id="profile-edit-locality-label" for="profile-edit-locality" >Locality/City: </label>
61 <input type="text" size="32" name="locality" id="profile-edit-locality" value="$locality" />
62 </div>
63 <div id="profile-edit-locality-end"></div>
64
65
66 <div id="profile-edit-postal-code-wrapper" >
67 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >Postal/Zip Code: </label>
68 <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="$postal_code" />
69 </div>
70 <div id="profile-edit-postal-code-end"></div>
71
72 <div id="profile-edit-country-name-wrapper" >
73 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >Country: </label>
74 <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('$region');">
75 <option selected="selected" >$country_name</option>
76 <option>temp</option>
77 </select>
78 </div>
79 <div id="profile-edit-country-name-end"></div>
80
81 <div id="profile-edit-region-wrapper" >
82 <label id="profile-edit-region-label" for="profile-edit-region" >Region/State: </label>
83 <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
84 <option selected="selected" >$region</option>
85 <option>temp</option>
86 </select>
87 </div>
88 <div id="profile-edit-region-end"></div>
89
90 <div class="profile-edit-submit-wrapper" >
91 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
92 </div>
93 <div class="profile-edit-submit-end"></div>
94
95 <div id="profile-edit-marital-wrapper" >
96 <label id="profile-edit-marital-label" for="profile-edit-marital" >Marital Status: </label>
97 $marital
98 </div>
99 <div id="profile-edit-marital-end"></div>
100
101 <div id="profile-edit-sexual-wrapper" >
102 <label id="profile-edit-sexual-label" for="sexual-select" >Sexual Preference: </label>
103 $sexual
104 </div>
105 <div id="profile-edit-sexual-end"></div>
106
107
108
109 <div id="profile-edit-homepage-wrapper" >
110 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >Homepage URL: </label>
111 <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="$homepage" />
112 </div>
113 <div id="profile-edit-homepage-end"></div>
114
115 <div id="profile-edit-politic-wrapper" >
116 <label id="profile-edit-politic-label" for="profile-edit-politic" >Political Views: </label>
117 <input type="text" size="32" name="politic" id="profile-edit-politic" value="$politic" />
118 </div>
119 <div id="profile-edit-politic-end"></div>
120
121 <div id="profile-edit-religion-wrapper" >
122 <label id="profile-edit-religion-label" for="profile-edit-religion" >Religion: </label>
123 <input type="text" size="32" name="religion" id="profile-edit-religion" value="$religion" />
124 </div>
125 <div id="profile-edit-religion-end"></div>
126
127 <div class="profile-edit-submit-wrapper" >
128 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
129 </div>
130 <div class="profile-edit-submit-end"></div>
131
132 <div id="about-jot-wrapper" >
133 <p id="about-jot-desc" >
134 Tell us about yourself... 
135 </p>
136
137 <textarea rows="10" cols="72" id="profile-jot-text" name="about" >$about</textarea>
138
139 </div>
140 <div id="about-jot-end"></div>
141 </div>
142
143
144 <div id="interest-jot-wrapper" >
145 <p id="interest-jot-desc" >
146 Hobbies/Interests 
147 </p>
148
149 <textarea rows="10" cols="72" id="interest-jot-text" name="interest" >$interest</textarea>
150
151 </div>
152 <div id="interest-jot-end"></div>
153 </div>
154
155
156 <div id="contact-jot-wrapper" >
157 <p id="contact-jot-desc" >
158 Contact information and Social Networks 
159 </p>
160
161 <textarea rows="10" cols="72" id="contact-jot-text" name="contact" >$contact</textarea>
162
163 </div>
164 <div id="contact-jot-end"></div>
165 </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
174 <div id="music-jot-wrapper" >
175 <p id="music-jot-desc" >
176 Musical interests 
177 </p>
178
179 <textarea rows="10" cols="72" id="music-jot-text" name="music" >$music</textarea>
180
181 </div>
182 <div id="music-jot-end"></div>
183 </div>
184
185 <div id="book-jot-wrapper" >
186 <p id="book-jot-desc" >
187 Books, literature 
188 </p>
189
190 <textarea rows="10" cols="72" id="book-jot-text" name="book" >$book</textarea>
191
192 </div>
193 <div id="book-jot-end"></div>
194 </div>
195
196
197
198 <div id="tv-jot-wrapper" >
199 <p id="tv-jot-desc" >
200 Television 
201 </p>
202
203 <textarea rows="10" cols="72" id="tv-jot-text" name="tv" >$tv</textarea>
204
205 </div>
206 <div id="tv-jot-end"></div>
207 </div>
208
209
210
211 <div id="film-jot-wrapper" >
212 <p id="film-jot-desc" >
213 Film/dance/culture/entertainment 
214 </p>
215
216 <textarea rows="10" cols="72" id="film-jot-text" name="film" >$film</textarea>
217
218 </div>
219 <div id="film-jot-end"></div>
220 </div>
221
222
223 <div class="profile-edit-submit-wrapper" >
224 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
225 </div>
226 <div class="profile-edit-submit-end"></div>
227
228
229 <div id="romance-jot-wrapper" >
230 <p id="romance-jot-desc" >
231 Love/romance 
232 </p>
233
234 <textarea rows="10" cols="72" id="romance-jot-text" name="romance" >$romance</textarea>
235
236 </div>
237 <div id="romance-jot-end"></div>
238 </div>
239
240
241
242 <div id="work-jot-wrapper" >
243 <p id="work-jot-desc" >
244 Work/employment 
245 </p>
246
247 <textarea rows="10" cols="72" id="work-jot-text" name="work" >$work</textarea>
248
249 </div>
250 <div id="work-jot-end"></div>
251 </div>
252
253
254
255 <div id="education-jot-wrapper" >
256 <p id="education-jot-desc" >
257 School/education 
258 </p>
259
260 <textarea rows="10" cols="72" id="education-jot-text" name="education" >$education</textarea>
261
262 </div>
263 <div id="education-jot-end"></div>
264 </div>
265
266
267
268 <div class="profile-edit-submit-wrapper" >
269 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
270 </div>
271 <div class="profile-edit-submit-end"></div>
272
273
274 </form>
275 </div>
276 <script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>