mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
33 lines
888 B
Smarty
33 lines
888 B
Smarty
|
<div id="tabs">
|
||
|
<ul>
|
||
|
<li><a href="#tabs-1">[TABTEXT]</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<div id="tabs-1">
|
||
|
|
||
|
[MESSAGE]
|
||
|
[TAB1]
|
||
|
[TAB1NEXT]
|
||
|
|
||
|
<fieldset>
|
||
|
<legend>Projekteinstellungen</legend>
|
||
|
<form action="index.php?module=documenttoproject&action=positions&documenttype=[DOCUMENTTYPE]&documentid=[DOCUMENTID]" method="post">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td><input type="radio" name="selection" id="selection1" value="existing" checked></td><td><label for="selection1">Bestehendes Projekt verwenden:</label></td><td><input type="text" name="project" id="project"></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><input type="radio" name="selection" id="selection2" value="new" checked></td><td><label for="selection2">Neues Projekt erstellen</label></td><td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="3"><input type="submit" value="Weiter" class="btnBlue"></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
|
||
|
</form>
|
||
|
</fieldset>
|
||
|
</div>
|
||
|
|