init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
43
template/kopf.tpl
Normal file
43
template/kopf.tpl
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<div id="wrapper">
|
||||
<header id="page-header">
|
||||
<div class="wrapper">
|
||||
<div id="util-nav">
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<form action="" method="post" >
|
||||
<input type="hidden" name="logout" value="logout" >
|
||||
<input type="image" src="template/images/icon/exclamation.png" style="float:right" width="16" height="16" alt="logout" title="Abmelden" >
|
||||
</form>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<h1>
|
||||
JB-Transport.de
|
||||
</h1>
|
||||
<nav id="main-nav">
|
||||
<ul class="clearfix">
|
||||
<li> <a href="index.php">Übersicht</a></li>
|
||||
<li> <a href="planung.php">Planung</a></li>
|
||||
<li> <a href="listen.php">Listen</a></li>
|
||||
<li> <a href="input.php">Datenerfassung</a></li>
|
||||
<li> <a href="verwaltung.php">Verwaltung</a></li>
|
||||
<li> <a href="werkstatt.php">Werkstatt</a></li>
|
||||
<li class="active"> <a href="flotte.php">Flotte</a></li>
|
||||
<li> <a href="auswertung.php">Auswertung</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div id="page-subheader">
|
||||
<div class="wrapper clearfix">
|
||||
<nav id="sub-nav">
|
||||
<ul>
|
||||
<li><a href="?s=v_fahrzeuge">Fahrzeuge</a></li>
|
||||
<li><a href="?s=f_kontrolle">Kontrolle</a></li>
|
||||
<li><a href="?s=w_wartung">Wartung</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue