{*
// +---------------------------------------------------------------------------+
// | Nitro :: Defaults :: Templates :: Menu |
// +---------------------------------------------------------------------------+
// | Copyright (c) 2004 June Systems BV |
// +---------------------------------------------------------------------------+
// | This source file is copyrighted by June Systems BV, the Netherlands |
// | If you would like to use this file in your projects, please contact |
// | hide@address.com |
// +---------------------------------------------------------------------------+
// | Authors: Janroel Koppen <hide@address.com> |
// +---------------------------------------------------------------------------+
//
// $Id: Backend.tpl 229 2008-04-17 09:20:31Z oli $
//
// Nitro's default Menu template
//
*}
<DIV class="Backend">
<!-- Menu: {$IDString}, v. {$Version} -->
{if $Title}
<H2>{$Title}</H2>
{/if}
{if $Error}
<H2>Error: {$Error}</H2>
{/if}
{if $View}
<TABLE width=640 border=0 cellspacing=0 cellpadding=2>
{if $Filt}
<TR><TD colspan=2>{$Filt}</TD></TR>
{/if}
<TR><TD colspan=2>{$View}</TD></TR>
</TABLE>
{else}
<TABLE width=320 cellspacing=0 cellpadding=2>
{if $Edit}
<TR><TD>{$Edit}</TD></TR>
{/if}
</TABLE>
{/if}
</DIV>