mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
28 lines
737 B
Smarty
28 lines
737 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">
|
|
[MESSAGE]
|
|
[TAB1]
|
|
<form action="" method="post">
|
|
<fieldset><legend>{|Projekt anlegen|}</legend>
|
|
<table>
|
|
<tr><td><input type="radio" name="auswahl" value="neu" checked><span id="projektanlegenneu"> neues Projekt anlegen</span></td></tr>
|
|
<tr><td><input type="radio" name="auswahl" value="kopie"><span id="projektanlegenbestehend"> bestehendes Projekt kopieren</span></td></tr>
|
|
</table>
|
|
<div style="float:right"><input type="submit" value="weiter" name="schritt2"></div>
|
|
</fieldset>
|
|
</form>
|
|
|
|
[TAB1NEXT]
|
|
</div>
|
|
|
|
<!-- tab view schließen -->
|
|
</div>
|
|
|