Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung
This commit is contained in:
40
shop.php
40
shop.php
@@ -1,21 +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 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>
|
||||
Reference in New Issue
Block a user