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