16 lines
698 B
HTML
16 lines
698 B
HTML
|
<div>{message}</div>
|
||
|
<form enctype="multipart/form-data" action="index.php?ucp-upic" method="post">
|
||
|
<fieldset><legend>User Bild Hochladen:</legend>
|
||
|
<div><b><u>Das Userbild:</u><br>
|
||
|
Das User-Bild sollte sie selbst,<br>
|
||
|
bzw. Ihr Gesicht darstellen.</b></div>
|
||
|
<label style="float:left; width:35%;"> </label>
|
||
|
<img src="{upic}" alt="Kein UserPic Vorhanden!" /><br>
|
||
|
<label style="float:left; width:35%;"> </label><input style="margin-bottom:2px;" type="file" name="upicfile" />
|
||
|
<input type="submit" value="Upload" name="subUpic">
|
||
|
<div><b><u>Maximale Dateigröße:</u><br>
|
||
|
- Breite: {iBreite}<br >
|
||
|
- Höhe: {iHoehe}<br>
|
||
|
- Dateigröße: {fsize}</b></div>
|
||
|
</fieldset>
|
||
|
</form>
|