21 lines
609 B
PHP
21 lines
609 B
PHP
<form action="bestellung.php" method="post" target="_blank">
|
|
<table>
|
|
<colgroup>
|
|
<col span="3" width="200"/>
|
|
</colgroup>
|
|
<tr>
|
|
<td>
|
|
<label>ohne Werbung</label><br/>
|
|
<input type="submit" style="height: 128px; width: 128px; background-image: url(./img/best/start_00.png); font-size: 0;" name="prod" value="start_00"/>
|
|
</td>
|
|
<td>
|
|
<label>Werbung im Fußbereich</label><br/>
|
|
<input type="submit" name="prod" value="start_01"/>
|
|
</td>
|
|
<td>
|
|
<label>Werbung im Kopfbereich</label><br/>
|
|
<input type="submit" name="prod" value="start_02"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form> |