ilchClan-v1.1-userCP/UPLOAD/templates/ucp/info.htm

39 lines
2.8 KiB
HTML

<div>{message}</div>
<form action="index.php?ucp-info" method="post">
<fieldset><legend>Benutzer Information:</legend>
<div style="width:45%; height:23px; float:left;">Vorname:</div>
<div style="width:55%; height:23px; float:left;"><input type="text" name="vname" value="{vname}" style="width:80%;" /></div>
<div style="width:45%; height:23px; float:left;">Nachname:</div>
<div style="width:55%; height:23px; float:left;"><input type="text" name="nname" value="{nname}" style="width:80%;" /></div>
<div style="width:45%; height:23px; float:left;">Nickname:</div>
<div style="width:55%; height:23px; float:left;"><input type="text" name="nickname" value="{nickname}" style="width:80%;" /></div>
<div style="height:10px; clear:both;"></div>
<div style="width:45%; height:23px; float:left;">Geb. Datum<i style="font-size:9px;">(YYYY-MM-DD)</i>:</div>
<div style="width:55%; height:23px; float:left;"><input type="text" name="gebdate" value="{gebdate}" style="width:80%;" /></div>
<div style="height:0px; clear:both;"></div>
<div style="width:100%; height:23px;">Welchen Geschlechtes sind sie?</div>
<div style="width:100%; height:23px; text-align:center;">
<input id="opt_sex1" type="radio" onclick="opt_select(this.id);" value="1" name="opt_sex" {opt_sex1} /><label for="opt_sex1"> M&auml;nnlich</label>
<input id="opt_sex2" type="radio" onclick="opt_select(this.id);" value="2" name="opt_sex" {opt_sex2} /><label for="opt_sex2"> Weiblich</label>
<input id="opt_sex0" type="radio" onclick="opt_select(this.id);" value="0" name="opt_sex" {opt_sex0} /><label for="opt_sex0"> Zwitter</label>
</div>
<div style="width:100%; height:23px; clear:both;">Status:</div>
<div style="width:100%; height:23px; text-align:center;">
<input id="status_aktiv" type="radio" value="1" name="status" {status1} /><label for="status_aktiv">Aktiv</label>
<input id="status_inaktiv" type="radio" value="0" name="status" {status0} /><label for="status_inaktiv">Nicht Aktiv</label>
</div>
<div style="width:45%; hieght:23px; float:left;">Staat:</div>
<div style="width:55%; height:23px; float:left;">
<select name="staat" style="width:80%;">
{staat}
</select>
</div>
<div style="width:45%; height:23px; float:left;">Ort:</div>
<div style="width:55%; height:23px; float:left;"><input type="text" name="ort" value="{ort}" style="width:80%;" /></div>
<div style="width:45%; height:23px; float:left;">Homepage:</div>
<div style="width:55%; height:23px; float:left;"><input type="text" name="hp" value="{hp}" style="width:80%;" /></div>
<div style="width:100%; clear:both; height:15px;">Beschreiben sie sich selbst:</div>
<div style="width:100%; text-align:center;"><textarea name="descr" style="width:80%; height:150px;">{descr}</textarea></div>
</fieldset>
<div><input type="submit" name="subInfo" value="Speichern" /></div>
</form>