]> git.mxchange.org Git - friendica.git/blob - view/fr/profile_edit.tpl
Started the french translation (up to the "TODO" comment in view/fr/strings.php)
[friendica.git] / view / fr / 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?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-keywords-wrapper" >
138 <label id="profile-edit-keywords-label" for="profile-edit-keywords" >Keywords: </label>
139 <input type="text" size="32" name="keywords" id="profile-edit-keywords" title="Example: fishing photography software" value="$keywords" />
140 </div><div id="profile-edit-keywords-desc">(Used for searching public profiles, never shown to others)</div>
141 <div id="profile-edit-keywords-end"></div>
142
143
144 <div class="profile-edit-submit-wrapper" >
145 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
146 </div>
147 <div class="profile-edit-submit-end"></div>
148
149 <div id="about-jot-wrapper" >
150 <p id="about-jot-desc" >
151 Tell us about yourself... 
152 </p>
153
154 <textarea rows="10" cols="72" id="profile-jot-text" name="about" >$about</textarea>
155
156 </div>
157 <div id="about-jot-end"></div>
158 </div>
159
160
161 <div id="interest-jot-wrapper" >
162 <p id="interest-jot-desc" >
163 Hobbies/Interests 
164 </p>
165
166 <textarea rows="10" cols="72" id="interest-jot-text" name="interest" >$interest</textarea>
167
168 </div>
169 <div id="interest-jot-end"></div>
170 </div>
171
172
173 <div id="contact-jot-wrapper" >
174 <p id="contact-jot-desc" >
175 Contact information and Social Networks 
176 </p>
177
178 <textarea rows="10" cols="72" id="contact-jot-text" name="contact" >$contact</textarea>
179
180 </div>
181 <div id="contact-jot-end"></div>
182 </div>
183
184
185 <div class="profile-edit-submit-wrapper" >
186 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
187 </div>
188 <div class="profile-edit-submit-end"></div>
189
190
191 <div id="music-jot-wrapper" >
192 <p id="music-jot-desc" >
193 Musical interests 
194 </p>
195
196 <textarea rows="10" cols="72" id="music-jot-text" name="music" >$music</textarea>
197
198 </div>
199 <div id="music-jot-end"></div>
200 </div>
201
202 <div id="book-jot-wrapper" >
203 <p id="book-jot-desc" >
204 Books, literature 
205 </p>
206
207 <textarea rows="10" cols="72" id="book-jot-text" name="book" >$book</textarea>
208
209 </div>
210 <div id="book-jot-end"></div>
211 </div>
212
213
214
215 <div id="tv-jot-wrapper" >
216 <p id="tv-jot-desc" >
217 Television 
218 </p>
219
220 <textarea rows="10" cols="72" id="tv-jot-text" name="tv" >$tv</textarea>
221
222 </div>
223 <div id="tv-jot-end"></div>
224 </div>
225
226
227
228 <div id="film-jot-wrapper" >
229 <p id="film-jot-desc" >
230 Film/dance/culture/entertainment 
231 </p>
232
233 <textarea rows="10" cols="72" id="film-jot-text" name="film" >$film</textarea>
234
235 </div>
236 <div id="film-jot-end"></div>
237 </div>
238
239
240 <div class="profile-edit-submit-wrapper" >
241 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
242 </div>
243 <div class="profile-edit-submit-end"></div>
244
245
246 <div id="romance-jot-wrapper" >
247 <p id="romance-jot-desc" >
248 Love/romance 
249 </p>
250
251 <textarea rows="10" cols="72" id="romance-jot-text" name="romance" >$romance</textarea>
252
253 </div>
254 <div id="romance-jot-end"></div>
255 </div>
256
257
258
259 <div id="work-jot-wrapper" >
260 <p id="work-jot-desc" >
261 Work/employment 
262 </p>
263
264 <textarea rows="10" cols="72" id="work-jot-text" name="work" >$work</textarea>
265
266 </div>
267 <div id="work-jot-end"></div>
268 </div>
269
270
271
272 <div id="education-jot-wrapper" >
273 <p id="education-jot-desc" >
274 School/education 
275 </p>
276
277 <textarea rows="10" cols="72" id="education-jot-text" name="education" >$education</textarea>
278
279 </div>
280 <div id="education-jot-end"></div>
281 </div>
282
283
284
285 <div class="profile-edit-submit-wrapper" >
286 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
287 </div>
288 <div class="profile-edit-submit-end"></div>
289
290
291 </form>
292 </div>
293 <script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>