Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung

This commit is contained in:
2016-07-06 22:04:12 +00:00
parent 5665bcbd3b
commit 715cb62aa9
515 changed files with 110799 additions and 24957 deletions

View File

@@ -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>