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