]> git.mxchange.org Git - friendica.git/blob - view/profile_edit.tpl
directory stuff
[friendica.git] / view / profile_edit.tpl
1 <h1>Edit Profile Details</h1>
2
3 $default
4
5 <div id="profile-edit-wrapper" >
6 <form id="profile-edit-form" action="profiles/$profile_id" method="post" >
7
8 <div id="profile-edit-profile-name-wrapper" >
9 <label id="profile-edit-profile-name-label" for="profile-edit-profile-name" >Profile Name: </label>
10 <input type="text size="32" name="profile_name" id="profile-edit-profile-name" value="$profile_name" /><div class="required">*</div>
11 </div>
12 <div id="profile-edit-profile-name-end"></div>
13
14 <div id="profile-edit-name-wrapper" >
15 <label id="profile-edit-name-label" for="profile-edit-name" >Your Full Name: </label>
16 <input type="text size="32" name="name" id="profile-edit-name" value="$name" />
17 </div>
18 <div id="profile-edit-name-end"></div>
19
20 <div id="profile-edit-gender-wrapper" >
21 <label id="profile-edit-gender-label" for="gender-select" >Your Gender: </label>
22 $gender
23 </div>
24 <div id="profile-edit-gender-end"></div>
25
26
27 <div id="profile-edit-address-wrapper" >
28 <label id="profile-edit-address-label" for="profile-edit-address" >Street Address: </label>
29 <input type="text size="32" name="address" id="profile-edit-address" value="$address" />
30 </div>
31 <div id="profile-edit-address-end"></div>
32
33 <div id="profile-edit-locality-wrapper" >
34 <label id="profile-edit-locality-label" for="profile-edit-locality" >Locality/City: </label>
35 <input type="text size="32" name="locality" id="profile-edit-locality" value="$locality" />
36 </div>
37 <div id="profile-edit-locality-end"></div>
38
39 <div id="profile-edit-region-wrapper" >
40 <label id="profile-edit-region-label" for="profile-edit-region" >Region/State: </label>
41 <input type="text size="32" name="region" id="profile-edit-region" value="$region" />
42 </div>
43 <div id="profile-edit-region-end"></div>
44
45 <div id="profile-edit-postal-code-wrapper" >
46 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >Postal/Zip Code: </label>
47 <input type="text size="32" name="postal_code" id="profile-edit-postal-code" value="$postal_code" />
48 </div>
49 <div id="profile-edit-postal-code-end"></div>
50
51 <div id="profile-edit-country-name-wrapper" >
52 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >Country: </label>
53 <input type="text size="32" name="country_name" id="profile-edit-country-name" value="$country_name" />
54 </div>
55 <div id="profile-edit-country-name-end"></div>
56
57
58 <div id="profile-edit-marital-wrapper" >
59 <label id="profile-edit-marital-label" for="profile-edit-marital" >Marital Status: </label>
60 $marital
61 </div>
62 <div id="profile-edit-marital-end"></div>
63
64 <div id="profile-edit-homepage-wrapper" >
65 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >Homepage URL: </label>
66 <input type="text size="32" name="homepage" id="profile-edit-homepage" value="$homepage" />
67 </div>
68 <div id="profile-edit-homepage-end"></div>
69
70 $profile_in_dir
71
72 <div id="about-jot-wrapper" >
73 <p id="about-jot-desc" >
74 Tell us about yourself. 
75 </p>
76
77 <textarea rows="13" cols="72" id="profile-jot-text" name="about" >$about</textarea>
78
79 </div>
80 <div id="about-jot-end"></div>
81 </div>
82
83
84 <div id="profile-edit-submit-wrapper" >
85 <input type="submit" name="submit" id="profile-edit-submit-button" value="Submit" />
86 </div>
87 <div id="profile-edit-submit-end"></div>
88
89
90 </form>
91 </div>