bcast-bridge/web/smarty/templates/siteframe.tpl

51 lines
2.0 KiB
Smarty

<html><head>
<title>Bridge Configuration{if $title} - {$title|escape}{/if}</title>
<link rel=stylesheet type="text/css" href="style.css">
</head><body bgcolor="000000#">
<table width="100%" height="100%" cellspaceing="10">
<tr><td class="lgraybox" width="158" height="75" valign="top">&nbsp;</td>
<td class="lgraybox" height="75">
<h2>{$title|escape}</h2>
</td></tr>
<tr><td class="lgraybox" width="138" height="75">
<a {if $smarty.server.PHP_SELF == 'index.php'}class="sel"{/if} href="index.php">Overview</a><br>
<br>
<span class="navgroup">Config:</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'bridge.php'}class="sel"{/if} href="bridge.php">Bridges</a>
</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'forward.php'}class="sel"{/if} href="forward.php">Forward Ports</a>
</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'hlsw.php'}class="sel"{/if} href="hlsw.php">HLSW Master</a>
</span><br>
<br>
{*
<span class="navgroup">Statistics:</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'stat_device.php'}class="sel"{/if} href="stat_device.php">Bridges</a>
</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'stat_tunnel.php'}class="sel"{/if} href="stat_tunnel.php">Bridge Tunnels</a>
</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'stat_vlan.php'}class="sel"{/if} href="stat_vlan.php">Bridge VLANs</a>
</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'stat_forward.php'}class="sel"{/if} href="stat_forward.php">Forwarding Ports</a>
</span><br>
<span class="navlink">=>&nbsp;
<a {if $smarty.server.PHP_SELF == 'stat_hlsw.php'}class="sel"{/if} href="stat_hlsw.php">HLSW Server</a>
</span><br>
<br>
*}
<br><br><br>
</td>
<td class="fillborder" height="100%" valign="top">
{include file="$templatename"}
</td></tr>
</table>
</body></html>