r304: Added tab navigation system.
[bugdar.git] / templates / header.tpl
1 <div id="header">
2 <span id="title"><a href="index.php">{$bugsys->options['trackertitle']}</a></span>
3 &nbsp;
4 <img src="templates/images/clock.gif" title="Current Date and Time" />
5 <span id="time">$datetime</span>
6 </div>
7
8 <div id="tabbar">
9 <a class="tab$focus[index]" href="index.php">Listing</a>
10 <a class="tab$focus[newreport]" href="newreport.php">New Bug</a>
11 <a class="tab$focus[showreport]" href="showreport.php">Bug Display</a>
12 <a class="tab$focus[search]" href="search.php">Search</a>
13 <a class="tab$focus[user]" href="<if condition="$bugsys->userinfo['userid']">userctrl.php">My Controls<else />login.php">Login/Register</if></a>
14 <a class="tab$focus[help]" href="help.php">Help</a>
15 </div>
16 <div id="content">