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