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,24 @@
<?php
if ($_SESSION['Firma']['KfZ']) {
echo "<img src=\"img/kfz_logo.png\" alt=\"RIST - Rink und Steinle GbR\" title=\"RIST - Rink und Steinle GbR\" />\n";
} else {
echo "<img src=\"img/rist_logo.png\" alt=\"RIST - Rink und Steinle GbR\" title=\"RIST - Rink und Steinle GbR\" />\n";
}
?>
<div id="righticons">
<a href="index.php?section=logout"><img src="img/off.png" alt="Logout" title="Logout"/></a>
<br />&nbsp;<br />
<a href="index.php?section=doku"><img src="img/small_doku.png" alt="Dokumentation im pdf-Format" title="Dokumentation im pdf-Format" /></a>
<a href="index.php?section=faq"><img src="img/small_help.png" alt="FAQ auf der R!ST-Homepage" title="FAQ auf der R!ST-Homepage" /></a>
</div>
<div id="right">
<p>
R!ST<br />
Rink und Steinle GbR<br />
Im Gässele 8<br />
89079 Unterweiler
</p>
</div>
<?php
if ($_SESSION['Firma']['KfZ'])
{
echo "<img src=\"img/kfz_logo.png\" alt=\"RIST - Rink und Steinle GbR\" title=\"RIST - Rink und Steinle GbR\" />\n";
}
else
{
echo "<img src=\"img/rist_logo.png\" alt=\"RIST - Rink und Steinle GbR\" title=\"RIST - Rink und Steinle GbR\" />\n";
}
?>
<div id="righticons">
<a href="index.php?section=logout"><img src="img/off.png" alt="Logout" title="Logout"/></a>
<br/>&nbsp;<br/>
<a href="index.php?section=doku"><img src="img/small_doku.png" alt="Dokumentation im pdf-Format" title="Dokumentation im pdf-Format"/></a>
<a href="index.php?section=faq"><img src="img/small_help.png" alt="FAQ auf der R!ST-Homepage" title="FAQ auf der R!ST-Homepage"/></a>
</div>
<div id="right">
<p>
R!ST<br/>
Rink und Steinle GbR<br/>
Im Gässele 8<br/>
89079 Unterweiler
</p>
</div>