Revisionierung der restlichen Dateien

This commit is contained in:
2016-07-05 20:39:19 +00:00
parent 5ea463a308
commit 5665bcbd3b
6 changed files with 384 additions and 0 deletions

21
shop.php Normal file
View File

@@ -0,0 +1,21 @@
<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: 0px;" 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>