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

18 lines
753 B
HTML
Raw Normal View History

<div>{message}</div>
<form enctype="multipart/form-data" action="index.php?ucp-ava" method="post">
<fieldset><legend>Avatar Hochladen:</legend>
<div><b><u>Der Avatar:</u><br>
Der Avatar ist ein Bild,<br>
welches alles darstellen kann.<br>
Jedoch einen bezug zu der<br>
Pers&ouml;nlichkeit haben sollte.</b></div>
<label style="float:left; width:35%;">&nbsp;</label>
<img src="{ava}" alt="Kein Avatar Vorhanden!" /><br>
<label style="float:left; width:35%;">&nbsp;</label><input style="margin-bottom:2px;" type="file" name="avatarfile" />
<input type="submit" value="Upload" name="subAva">
<div><b><u>Maximale Dateigr&ouml;&szlig;e:</u><br>
- Breite: {iBreite}<br >
- H&ouml;he: {iHoehe}<br>
- Dateigr&ouml;&szlig;e: {fsize}</b></div>
</fieldset>
</form>