Datenstand V1.0

This commit is contained in:
2016-07-05 20:38:34 +00:00
parent 5a75f609e5
commit 5ea463a308
1027 changed files with 141480 additions and 0 deletions

21
inhalte/header.php Normal file
View File

@@ -0,0 +1,21 @@
<?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>