mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 20:47:15 +01:00
29 lines
748 B
Smarty
29 lines
748 B
Smarty
|
<!-- gehort zu tabview -->
|
||
|
<div id="tabs">
|
||
|
<ul>
|
||
|
<li><a href="#tabs-1">[TABTEXT]</a></li>
|
||
|
</ul>
|
||
|
<!-- ende gehort zu tabview -->
|
||
|
|
||
|
<!-- erstes tab -->
|
||
|
<div id="tabs-1">
|
||
|
<form action="" method="post" enctype="multipart/form-data">
|
||
|
<fieldset><legend>{|Bild heraufladen|}</legend>
|
||
|
<i>Hinweis: Es werden aktuell nur Monochrom PNG Dateien unterstützt. Die Bildbreite muss durch 8 teilbar sein! z.B. 520 Pixel oder 640 Pixel. 800 Pixel entsprechen 10 cm.</i>
|
||
|
<table>
|
||
|
<tr><td>Datei:</td><td><input type="file" name="image"></td><td><input type="submit" name="submit" value="Hochladen"></td>
|
||
|
</tr></table>
|
||
|
</form>
|
||
|
Bildbefehl Einzeln:<br>
|
||
|
[BILD]
|
||
|
|
||
|
<br>Beispiel Etikett:<br>
|
||
|
[BILD2]
|
||
|
|
||
|
</fieldset>
|
||
|
</div>
|
||
|
|
||
|
<!-- tab view schließen -->
|
||
|
</div>
|
||
|
|