1 <h1>Edit Profile Details</h1>
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>
5 <div id="profile-edit-drop-link-wrapper" ><a href="profiles/drop/$profile_id" id="profile-edit-drop-link" title="Delete this profile" $disabled >Delete this profile</a></div>
7 <div id="profile-edit-links-end"></div>
11 <div id="profile-edit-wrapper" >
12 <form id="profile-edit-form" name="form1" action="profiles/$profile_id" method="post" >
14 <div id="profile-edit-profile-name-wrapper" >
15 <label id="profile-edit-profile-name-label" for="profile-edit-profile-name" >Profile Name: </label>
16 <input type="text" size="32" name="profile_name" id="profile-edit-profile-name" value="$profile_name" /><div class="required">*</div>
18 <div id="profile-edit-profile-name-end"></div>
20 <div id="profile-edit-name-wrapper" >
21 <label id="profile-edit-name-label" for="profile-edit-name" >Your Full Name: </label>
22 <input type="text" size="32" name="name" id="profile-edit-name" value="$name" />
24 <div id="profile-edit-name-end"></div>
26 <div id="profile-edit-gender-wrapper" >
27 <label id="profile-edit-gender-label" for="gender-select" >Your Gender: </label>
30 <div id="profile-edit-gender-end"></div>
32 <div id="profile-edit-dob-wrapper" >
33 <label id="profile-edit-dob-label" for="dob-select" >Birthday (y/m/d): </label>
34 <div id="profile-edit-dob" >
37 <div id="profile-edit-dob-end"></div>
41 <div class="profile-edit-submit-wrapper" >
42 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
44 <div class="profile-edit-submit-end"></div>
47 <div id="profile-edit-address-wrapper" >
48 <label id="profile-edit-address-label" for="profile-edit-address" >Street Address: </label>
49 <input type="text" size="32" name="address" id="profile-edit-address" value="$address" />
51 <div id="profile-edit-address-end"></div>
53 <div id="profile-edit-locality-wrapper" >
54 <label id="profile-edit-locality-label" for="profile-edit-locality" >Locality/City: </label>
55 <input type="text" size="32" name="locality" id="profile-edit-locality" value="$locality" />
57 <div id="profile-edit-locality-end"></div>
60 <div id="profile-edit-postal-code-wrapper" >
61 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >Postal/Zip Code: </label>
62 <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="$postal_code" />
64 <div id="profile-edit-postal-code-end"></div>
66 <div id="profile-edit-country-name-wrapper" >
67 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >Country: </label>
68 <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('$region');">
69 <option selected="selected" >$country_name</option>
73 <div id="profile-edit-country-name-end"></div>
75 <div id="profile-edit-region-wrapper" >
76 <label id="profile-edit-region-label" for="profile-edit-region" >Region/State: </label>
77 <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
78 <option selected="selected" >$region</option>
82 <div id="profile-edit-region-end"></div>
84 <div class="profile-edit-submit-wrapper" >
85 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
87 <div class="profile-edit-submit-end"></div>
89 <div id="profile-edit-marital-wrapper" >
90 <label id="profile-edit-marital-label" for="profile-edit-marital" >Marital Status: </label>
93 <div id="profile-edit-marital-end"></div>
95 <div id="profile-edit-sexual-wrapper" >
96 <label id="profile-edit-sexual-label" for="sexual-select" >Sexual Preference: </label>
99 <div id="profile-edit-sexual-end"></div>
103 <div id="profile-edit-homepage-wrapper" >
104 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >Homepage URL: </label>
105 <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="$homepage" />
107 <div id="profile-edit-homepage-end"></div>
109 <div id="profile-edit-politic-wrapper" >
110 <label id="profile-edit-politic-label" for="profile-edit-politic" >Political Views: </label>
111 <input type="text" size="32" name="politic" id="profile-edit-politic" value="$politic" />
113 <div id="profile-edit-politic-end"></div>
115 <div id="profile-edit-religion-wrapper" >
116 <label id="profile-edit-religion-label" for="profile-edit-religion" >Religion: </label>
117 <input type="text" size="32" name="religion" id="profile-edit-religion" value="$religion" />
119 <div id="profile-edit-religion-end"></div>
125 <div class="profile-edit-submit-wrapper" >
126 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
128 <div class="profile-edit-submit-end"></div>
130 <div id="about-jot-wrapper" >
131 <p id="about-jot-desc" >
132 Tell us about yourself...
135 <textarea rows="10" cols="72" id="profile-jot-text" name="about" >$about</textarea>
138 <div id="about-jot-end"></div>
142 <div id="interest-jot-wrapper" >
143 <p id="interest-jot-desc" >
147 <textarea rows="10" cols="72" id="interest-jot-text" name="interest" >$interest</textarea>
150 <div id="interest-jot-end"></div>
154 <div id="contact-jot-wrapper" >
155 <p id="contact-jot-desc" >
156 Contact information and Social Networks
159 <textarea rows="10" cols="72" id="contact-jot-text" name="contact" >$contact</textarea>
162 <div id="contact-jot-end"></div>
166 <div class="profile-edit-submit-wrapper" >
167 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
169 <div class="profile-edit-submit-end"></div>
172 <div id="music-jot-wrapper" >
173 <p id="music-jot-desc" >
177 <textarea rows="10" cols="72" id="music-jot-text" name="music" >$music</textarea>
180 <div id="music-jot-end"></div>
183 <div id="book-jot-wrapper" >
184 <p id="book-jot-desc" >
188 <textarea rows="10" cols="72" id="book-jot-text" name="book" >$book</textarea>
191 <div id="book-jot-end"></div>
196 <div id="tv-jot-wrapper" >
197 <p id="tv-jot-desc" >
201 <textarea rows="10" cols="72" id="tv-jot-text" name="tv" >$tv</textarea>
204 <div id="tv-jot-end"></div>
209 <div id="film-jot-wrapper" >
210 <p id="film-jot-desc" >
211 Film/dance/culture/entertainment
214 <textarea rows="10" cols="72" id="film-jot-text" name="film" >$film</textarea>
217 <div id="film-jot-end"></div>
221 <div class="profile-edit-submit-wrapper" >
222 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
224 <div class="profile-edit-submit-end"></div>
227 <div id="romance-jot-wrapper" >
228 <p id="romance-jot-desc" >
232 <textarea rows="10" cols="72" id="romance-jot-text" name="romance" >$romance</textarea>
235 <div id="romance-jot-end"></div>
240 <div id="work-jot-wrapper" >
241 <p id="work-jot-desc" >
245 <textarea rows="10" cols="72" id="work-jot-text" name="work" >$work</textarea>
248 <div id="work-jot-end"></div>
253 <div id="education-jot-wrapper" >
254 <p id="education-jot-desc" >
258 <textarea rows="10" cols="72" id="education-jot-text" name="education" >$education</textarea>
261 <div id="education-jot-end"></div>
266 <div class="profile-edit-submit-wrapper" >
267 <input type="submit" name="submit" class="profile-edit-submit-button" value="Submit" />
269 <div class="profile-edit-submit-end"></div>
274 <script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>