1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# --
# AdminNavigationBar.dtl - provides global HTML NavigationBar
# Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id: AdminNavigationBar.dtl,v 1.33 2007/01/11 23:22:27 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
<!-- dtl:block:AdminNavBar -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td class="mainhead">$Env{"Box0"}$Text{"Admin-Area"}$Env{"Box1"}</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<th class="menu">$Text{"Users"} & $Text{"Groups"} & $Text{"Roles"}</th>
<th class="menu">$Text{"Queue"} & $Text{"Responses"}</th>
<th class="menu">$Text{"System"}</th>
<th class="menu">$Text{"Misc"}</th>
</tr>
<tr>
<td class="nav">
<!-- dtl:block:Block1 -->
$Env{"Box0"}<a href="$Env{"Baselink"}Action=$LQData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
<br>
<!-- dtl:block:Block1 -->
</td>
<td class="nav">
<!-- dtl:block:Block2 -->
$Env{"Box0"}<a href="$Env{"Baselink"}Action=$LQData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
<br>
<!-- dtl:block:Block2 -->
</td>
<td class="nav">
<!-- dtl:block:Block3 -->
$Env{"Box0"}<a href="$Env{"Baselink"}Action=$LQData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
<br>
<!-- dtl:block:Block3 -->
</td>
<td class="nav">
<!-- dtl:block:Block4 -->
$Env{"Box0"}<a href="$Env{"Baselink"}Action=$LQData{"Frontend::Module"}">$Text{"$Data{"Name"}"}</a>$Env{"Box1"}
<br>
<!-- dtl:block:Block4 -->
</td>
</tr>
</table>
<!-- dtl:block:AdminNavBar -->
|