OpenXE/www/pages/content/versanderzeugen_wechsel.tpl

43 lines
809 B
Smarty
Raw Normal View History

2021-05-21 08:49:41 +02:00
<!-- 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">
<br><br><table width="60%" id="paketmarketab" align="center">
<tr>
<td align="center">
<br>
<h1>Bitte wählen: </h1>
<form action="" method="post">
[MESSAGE]
<br>
<table class="mkTable" style="width:auto">
[VERSANDARTEN]
</table>
<br><br>
<input type="button" value="Zurück" onclick="window.location.href='[BACKLINK]'">
<input type="hidden" name="cmd" value="[CMD]">
<input type="submit" value="Versandart wechseln" name="submit">
<br><br>
</form>
<script type="text/javascript">document.getElementById("dhl").focus(); </script></td>
</tr>
</table>
<br><br>
[TAB1]
[TAB1NEXT]
</div>
<!-- tab view schließen -->
</div>