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