1 <h1>Ändra i profil</h1>
3 <div id="profile-edit-links">
5 <li><a href="profile/$profile_id/view?tab=profile" id="profile-edit-view-link" title="View this profile">Visa denna profil</a></li>
6 <li><a href="profiles/clone/$profile_id" id="profile-edit-clone-link" title="Create a new profile using these settings">Klona denna profil</a></li>
8 <li><a href="profiles/drop/$profile_id" id="profile-edit-drop-link" title="Delete this profile" $disabled >Ta bort denna profil</a></li>
13 <div id="profile-edit-links-end"></div>
17 <div id="profile-edit-wrapper" >
18 <form id="profile-edit-form" name="form1" action="profiles/$profile_id" method="post" >
20 <div id="profile-edit-profile-name-wrapper" >
21 <label id="profile-edit-profile-name-label" for="profile-edit-profile-name" >Profilnamn: </label>
22 <input type="text" size="32" name="profile_name" id="profile-edit-profile-name" value="$profile_name" /><div class="required">*</div>
24 <div id="profile-edit-profile-name-end"></div>
26 <div id="profile-edit-name-wrapper" >
27 <label id="profile-edit-name-label" for="profile-edit-name" >Fullständigt namn: </label>
28 <input type="text" size="32" name="name" id="profile-edit-name" value="$name" />
30 <div id="profile-edit-name-end"></div>
32 <div id="profile-edit-pdesc-wrapper" >
33 <label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Titel/Beskrivning: </label>
34 <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" />
36 <div id="profile-edit-pdesc-end"></div>
39 <div id="profile-edit-gender-wrapper" >
40 <label id="profile-edit-gender-label" for="gender-select" >Kön: </label>
43 <div id="profile-edit-gender-end"></div>
45 <div id="profile-edit-dob-wrapper" >
46 <label id="profile-edit-dob-label" for="dob-select" >Födelsedag (å/m/d): </label>
47 <div id="profile-edit-dob" >
51 <div id="profile-edit-dob-end"></div>
55 <div class="profile-edit-submit-wrapper" >
56 <input type="submit" name="submit" class="profile-edit-submit-button" value="Spara" />
58 <div class="profile-edit-submit-end"></div>
61 <div id="profile-edit-address-wrapper" >
62 <label id="profile-edit-address-label" for="profile-edit-address" >Gatuadress: </label>
63 <input type="text" size="32" name="address" id="profile-edit-address" value="$address" />
65 <div id="profile-edit-address-end"></div>
67 <div id="profile-edit-locality-wrapper" >
68 <label id="profile-edit-locality-label" for="profile-edit-locality" >Plats/Stad: </label>
69 <input type="text" size="32" name="locality" id="profile-edit-locality" value="$locality" />
71 <div id="profile-edit-locality-end"></div>
74 <div id="profile-edit-postal-code-wrapper" >
75 <label id="profile-edit-postal-code-label" for="profile-edit-postal-code" >Postnummer: </label>
76 <input type="text" size="32" name="postal_code" id="profile-edit-postal-code" value="$postal_code" />
78 <div id="profile-edit-postal-code-end"></div>
80 <div id="profile-edit-country-name-wrapper" >
81 <label id="profile-edit-country-name-label" for="profile-edit-country-name" >Land: </label>
82 <select name="country_name" id="profile-edit-country-name" onChange="Fill_States('$region');">
83 <option selected="selected" >$country_name</option>
87 <div id="profile-edit-country-name-end"></div>
89 <div id="profile-edit-region-wrapper" >
90 <label id="profile-edit-region-label" for="profile-edit-region" >Region: </label>
91 <select name="region" id="profile-edit-region" onChange="Update_Globals();" >
92 <option selected="selected" >$region</option>
96 <div id="profile-edit-region-end"></div>
98 <div class="profile-edit-submit-wrapper" >
99 <input type="submit" name="submit" class="profile-edit-submit-button" value="Spara" />
101 <div class="profile-edit-submit-end"></div>
103 <div id="profile-edit-marital-wrapper" >
104 <label id="profile-edit-marital-label" for="profile-edit-marital" ><span class="heart">♥</span> Civilstatus: </label>
107 <label id="profile-edit-with-label" for="profile-edit-with" > Vem: (om aktuellt) </label>
108 <input type="text" size="32" name="with" id="profile-edit-with" title="Examples: cathy123, Cathy Williams, cathy@example.com" value="$with" />
109 <div id="profile-edit-marital-end"></div>
111 <div id="profile-edit-sexual-wrapper" >
112 <label id="profile-edit-sexual-label" for="sexual-select" >Sexuell läggning: </label>
115 <div id="profile-edit-sexual-end"></div>
119 <div id="profile-edit-homepage-wrapper" >
120 <label id="profile-edit-homepage-label" for="profile-edit-homepage" >Hemsida URL: </label>
121 <input type="text" size="32" name="homepage" id="profile-edit-homepage" value="$homepage" />
123 <div id="profile-edit-homepage-end"></div>
125 <div id="profile-edit-politic-wrapper" >
126 <label id="profile-edit-politic-label" for="profile-edit-politic" >Politisk åskådning: </label>
127 <input type="text" size="32" name="politic" id="profile-edit-politic" value="$politic" />
129 <div id="profile-edit-politic-end"></div>
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" />
135 <div id="profile-edit-religion-end"></div>
137 <div id="profile-edit-keywords-wrapper" >
138 <label id="profile-edit-keywords-label" for="profile-edit-keywords" >Nyckelord: </label>
139 <input type="text" size="32" name="keywords" id="profile-edit-keywords" title="Exempel: fiske fotografering delfiner" value="$keywords" />
140 </div><div id="profile-edit-keywords-desc">(Används vid profilsökning, visas inte för andra)</div>
141 <div id="profile-edit-keywords-end"></div>
144 <div class="profile-edit-submit-wrapper" >
145 <input type="submit" name="submit" class="profile-edit-submit-button" value="Spara" />
147 <div class="profile-edit-submit-end"></div>
149 <div id="about-jot-wrapper" >
150 <p id="about-jot-desc" >
151 Beskriv dig själv...
154 <textarea rows="10" cols="72" id="profile-jot-text" name="about" >$about</textarea>
157 <div id="about-jot-end"></div>
161 <div id="interest-jot-wrapper" >
162 <p id="interest-jot-desc" >
166 <textarea rows="10" cols="72" id="interest-jot-text" name="interest" >$interest</textarea>
169 <div id="interest-jot-end"></div>
173 <div id="contact-jot-wrapper" >
174 <p id="contact-jot-desc" >
175 Kontaktuppgifter och sociala nätverk
178 <textarea rows="10" cols="72" id="contact-jot-text" name="contact" >$contact</textarea>
181 <div id="contact-jot-end"></div>
185 <div class="profile-edit-submit-wrapper" >
186 <input type="submit" name="submit" class="profile-edit-submit-button" value="Spara" />
188 <div class="profile-edit-submit-end"></div>
191 <div id="music-jot-wrapper" >
192 <p id="music-jot-desc" >
196 <textarea rows="10" cols="72" id="music-jot-text" name="music" >$music</textarea>
199 <div id="music-jot-end"></div>
202 <div id="book-jot-wrapper" >
203 <p id="book-jot-desc" >
204 Böcker, litteratur
207 <textarea rows="10" cols="72" id="book-jot-text" name="book" >$book</textarea>
210 <div id="book-jot-end"></div>
215 <div id="tv-jot-wrapper" >
216 <p id="tv-jot-desc" >
220 <textarea rows="10" cols="72" id="tv-jot-text" name="tv" >$tv</textarea>
223 <div id="tv-jot-end"></div>
228 <div id="film-jot-wrapper" >
229 <p id="film-jot-desc" >
230 Film/dans/kultur/underhållning
233 <textarea rows="10" cols="72" id="film-jot-text" name="film" >$film</textarea>
236 <div id="film-jot-end"></div>
240 <div class="profile-edit-submit-wrapper" >
241 <input type="submit" name="submit" class="profile-edit-submit-button" value="Spara" />
243 <div class="profile-edit-submit-end"></div>
246 <div id="romance-jot-wrapper" >
247 <p id="romance-jot-desc" >
251 <textarea rows="10" cols="72" id="romance-jot-text" name="romance" >$romance</textarea>
254 <div id="romance-jot-end"></div>
259 <div id="work-jot-wrapper" >
260 <p id="work-jot-desc" >
264 <textarea rows="10" cols="72" id="work-jot-text" name="work" >$work</textarea>
267 <div id="work-jot-end"></div>
272 <div id="education-jot-wrapper" >
273 <p id="education-jot-desc" >
277 <textarea rows="10" cols="72" id="education-jot-text" name="education" >$education</textarea>
280 <div id="education-jot-end"></div>
285 <div class="profile-edit-submit-wrapper" >
286 <input type="submit" name="submit" class="profile-edit-submit-button" value="Spara" />
288 <div class="profile-edit-submit-end"></div>
293 <script type="text/javascript">Fill_Country('$country_name');Fill_States('$region');</script>