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