]> git.mxchange.org Git - friendica.git/blob - view/de/profile_edit.tpl
Merge branch 'master' of https://github.com/erikl/friendika into erikl-master
[friendica.git] / view / de / profile_edit.tpl
1 <h1>Proil Details Bearbeiten</h1>
2
3 <div id="profile-edit-links">
4 <ul>
5 <li><a href="profile/$profile_id/view?tab=profile" 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-pdesc-wrapper" >
33 <label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Title/Description: </label>
34 <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" />
35 </div>
36 <div id="profile-edit-pdesc-end"></div>
37
38
39 <div id="profile-edit-gender-wrapper" >
40 <label id="profile-edit-gender-label" for="gender-select" >Your Gender: </label>
41 $gender
42 </div>
43 <div id="profile-edit-gender-end"></div>
44
45 <div id="profile-edit-dob-wrapper" >
46 <label id="profile-edit-dob-label" for="dob-select" >Birthday (y/m/d): </label>
47 <div id="profile-edit-dob" >
48 $dob $age
49 </div>
50 </div>
51 <div id="profile-edit-dob-end"></div>
52
53 $hide_friends
54
55 <div class="profile-edit-submit-wrapper" >
56 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
57 </div>
58 <div class="profile-edit-submit-end"></div>
59
60
61 <div id="profile-edit-address-wrapper" >
62 <label id="profile-edit-address-label" for="profile-edit-address" >Street Address: </label>
63 <input type="text" size="32" name="address" id="profile-edit-address" value="$address" />
64 </div>
65 <div id="profile-edit-address-end"></div>
66
67 <div id="profile-edit-locality-wrapper" >
68 <label id="profile-edit-locality-label" for="profile-edit-locality" >Locality/City: </label>
69 <input type="text" size="32" name="locality" id="profile-edit-locality" value="$locality" />
70 </div>
71 <div id="profile-edit-locality-end"></div>
72
73
74 <div id="profile-edit-postal-code-wrapper" >
75 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >Postal/Zip Code: </label>
76 <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="$postal_code" />
77 </div>
78 <div id="profile-edit-postal-code-end"></div>
79
80 <div id="profile-edit-country-name-wrapper" >
81 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >Country: </label>
82 <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('$region');">
83 <option selected="selected" >$country_name</option>
84 <option>temp</option>
85 </select>
86 </div>
87 <div id="profile-edit-country-name-end"></div>
88
89 <div id="profile-edit-region-wrapper" >
90 <label id="profile-edit-region-label" for="profile-edit-region" >Region/State: </label>
91 <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
92 <option selected="selected" >$region</option>
93 <option>temp</option>
94 </select>
95 </div>
96 <div id="profile-edit-region-end"></div>
97
98 <div class="profile-edit-submit-wrapper" >
99 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
100 </div>
101 <div class="profile-edit-submit-end"></div>
102
103 <div id="profile-edit-marital-wrapper" >
104 <label id="profile-edit-marital-label" for="profile-edit-marital" ><span class="heart">&hearts;</span> (Marital) Status: </label>
105 $marital
106 </div>
107 <label id="profile-edit-with-label" for="profile-edit-with" > Who: (if applicable) </label>
108 <input type="text" size="32" name="with" id="profile-edit-with" value="$with" />
109 <div id="profile-edit-marital-end"></div>
110
111 <div id="profile-edit-sexual-wrapper" >
112 <label id="profile-edit-sexual-label" for="sexual-select" >Sexual Preference: </label>
113 $sexual
114 </div>
115 <div id="profile-edit-sexual-end"></div>
116
117
118
119 <div id="profile-edit-homepage-wrapper" >
120 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >Homepage URL: </label>
121 <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="$homepage" />
122 </div>
123 <div id="profile-edit-homepage-end"></div>
124
125 <div id="profile-edit-politic-wrapper" >
126 <label id="profile-edit-politic-label" for="profile-edit-politic" >Political Views: </label>
127 <input type="text" size="32" name="politic" id="profile-edit-politic" value="$politic" />
128 </div>
129 <div id="profile-edit-politic-end"></div>
130
131 <div id="profile-edit-religion-wrapper" >
132 <label id="profile-edit-religion-label" for="profile-edit-religion" >Religion: </label>
133 <input type="text" size="32" name="religion" id="profile-edit-religion" value="$religion" />
134 </div>
135 <div id="profile-edit-religion-end"></div>
136
137 <div id="profile-edit-pubkeywords-wrapper" >
138 <label id="profile-edit-pubkeywords-label" for="profile-edit-pubkeywords" >Public Keywords: </label>
139 <input type="text" size="32" name="pubkeywords" id="profile-edit-pubkeywords" title="Example: fishing photography software" value="$pub_keywords" />
140 </div><div id="profile-edit-pubkeywords-desc">(Used for suggesting potential friends, can be seen by others)</div>
141 <div id="profile-edit-pubkeywords-end"></div>
142
143 <div id="profile-edit-prvkeywords-wrapper" >
144 <label id="profile-edit-prvkeywords-label" for="profile-edit-prvkeywords" >Private Keywords: </label>
145 <input type="text" size="32" name="prvkeywords" id="profile-edit-prvkeywords" title="Example: fishing photography software" value="$prv_keywords" />
146 </div><div id="profile-edit-prvkeywords-desc">(Used for searching profiles, never shown to others)</div>
147 <div id="profile-edit-prvkeywords-end"></div>
148
149
150 <div class="profile-edit-submit-wrapper" >
151 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
152 </div>
153 <div class="profile-edit-submit-end"></div>
154
155 <div id="about-jot-wrapper" >
156 <p id="about-jot-desc" >
157 Tell us about yourself... 
158 </p>
159
160 <textarea rows="10" cols="72" id="profile-jot-text" name="about" >$about</textarea>
161
162 </div>
163 <div id="about-jot-end"></div>
164 </div>
165
166
167 <div id="interest-jot-wrapper" >
168 <p id="interest-jot-desc" >
169 Hobbies/Interests 
170 </p>
171
172 <textarea rows="10" cols="72" id="interest-jot-text" name="interest" >$interest</textarea>
173
174 </div>
175 <div id="interest-jot-end"></div>
176 </div>
177
178
179 <div id="contact-jot-wrapper" >
180 <p id="contact-jot-desc" >
181 Contact information and Social Networks 
182 </p>
183
184 <textarea rows="10" cols="72" id="contact-jot-text" name="contact" >$contact</textarea>
185
186 </div>
187 <div id="contact-jot-end"></div>
188 </div>
189
190
191 <div class="profile-edit-submit-wrapper" >
192 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
193 </div>
194 <div class="profile-edit-submit-end"></div>
195
196
197 <div id="music-jot-wrapper" >
198 <p id="music-jot-desc" >
199 Musical interests 
200 </p>
201
202 <textarea rows="10" cols="72" id="music-jot-text" name="music" >$music</textarea>
203
204 </div>
205 <div id="music-jot-end"></div>
206 </div>
207
208 <div id="book-jot-wrapper" >
209 <p id="book-jot-desc" >
210 Books, literature 
211 </p>
212
213 <textarea rows="10" cols="72" id="book-jot-text" name="book" >$book</textarea>
214
215 </div>
216 <div id="book-jot-end"></div>
217 </div>
218
219
220
221 <div id="tv-jot-wrapper" >
222 <p id="tv-jot-desc" >
223 Television 
224 </p>
225
226 <textarea rows="10" cols="72" id="tv-jot-text" name="tv" >$tv</textarea>
227
228 </div>
229 <div id="tv-jot-end"></div>
230 </div>
231
232
233
234 <div id="film-jot-wrapper" >
235 <p id="film-jot-desc" >
236 Film/dance/culture/entertainment 
237 </p>
238
239 <textarea rows="10" cols="72" id="film-jot-text" name="film" >$film</textarea>
240
241 </div>
242 <div id="film-jot-end"></div>
243 </div>
244
245
246 <div class="profile-edit-submit-wrapper" >
247 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
248 </div>
249 <div class="profile-edit-submit-end"></div>
250
251
252 <div id="romance-jot-wrapper" >
253 <p id="romance-jot-desc" >
254 Love/romance 
255 </p>
256
257 <textarea rows="10" cols="72" id="romance-jot-text" name="romance" >$romance</textarea>
258
259 </div>
260 <div id="romance-jot-end"></div>
261 </div>
262
263
264
265 <div id="work-jot-wrapper" >
266 <p id="work-jot-desc" >
267 Work/employment 
268 </p>
269
270 <textarea rows="10" cols="72" id="work-jot-text" name="work" >$work</textarea>
271
272 </div>
273 <div id="work-jot-end"></div>
274 </div>
275
276
277
278 <div id="education-jot-wrapper" >
279 <p id="education-jot-desc" >
280 School/education 
281 </p>
282
283 <textarea rows="10" cols="72" id="education-jot-text" name="education" >$education</textarea>
284
285 </div>
286 <div id="education-jot-end"></div>
287 </div>
288
289
290
291 <div class="profile-edit-submit-wrapper" >
292 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
293 </div>
294 <div class="profile-edit-submit-end"></div>
295
296
297 </form>
298 </div>
299 <script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>