{* Smarty template *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta name="copyright" content="Copyright (c) 2008 Blandware http://www.blandware.com" />
<meta name="publisher" content="Blandware http://www.blandware.com" />
<meta name="robots" content="index,follow" />
{if $page != null}
{assign var=title value=$page->title}
{assign var=keywords value=$page->keywords}
{assign var=description value=$page->description}
{/if}
<title>{$title|escape}</title>
{if $keywords != ''}
<meta name="keywords" content="{$keywords}">
{/if}
{if $description != ''}
<meta name="description" content="{$description}">
{/if}
{base}
<link href="css/live.css" type="text/css" rel="stylesheet">
<link href="css/core.css" type="text/css" rel="stylesheet">
<link href="images/favicon.ico" rel="SHORTCUT ICON" />
<script type="text/javascript" src="js/vars.php"></script>
<script type="text/javascript" src="js/js.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
<script type="text/javascript" src="js/print.js"></script>
<script type="text/javascript" src="js/klayers.js"></script>
<script type="text/javascript" src="js/dropdown_menu.js"></script>
{$js}
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="basetable">
<tr class="noBorder">
<td colspan="3" id="header" align="center" nowrap="nowrap">
<h1><img src="images/icon.gif" align="middle"/> Blandware AtLeapLite</h1>
</td>
</tr>
<tr class="noBorder">
<td class="noBorder" id="leftColumn" align="left">
{include file='system_menu.tpl'}
</td>
<td class="noBorder" align="left" id="centerColumn">
<h2>{$title|escape}</h2>
<br />
{include file=$template}
</td>
<td class="noBorder" id="rightColumn" align="right">
{include file='switch_locale_form.tpl'}
</td>
</tr>
<tr class="noBorder">
<td colspan="3" id="footer">
© 2008 <a href="http://www.blandware.com/" target="_blank">Blandware</a>. {message key='common.allRightsReserved'}.
</td>
</tr>
</table>
</body>
</html>