<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset={meta_charset}">
<meta name="robots" content="none">
<title>{title}</title>
<base href="{home_path}">
<link rel="STYLESHEET" type="text/css" href="css/style.css">
<script src="jscript/common.js" type="text/javascript"></script>
<script src="jscript/form_validate.js" type="text/javascript"></script>
<script src="jscript/jquery/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
if(parent.frames['top_navigation']) {
var top_obj = parent.frames["top_navigation"].document;
$("td.menuActive", top_obj).removeClass().addClass("menuNormal");
$("td#td_topmenu_{module_key}", top_obj).addClass("menuActive");
}
});
</script>
</head>
<body class="bodyBgr">
<div id="spinner" align="right"
style="color:#f1f1f1; display: none; position: absolute; background: #cc0033; padding: 5px 5px; width: 150px;">
<b>Processing...</b>
<img src="images/ajax/indicator_arrows_red.gif" align="absmiddle" />
</div>
<br>
<br>
<!-- main table -->
<table width="{app_width}" border="0" cellspacing="0" cellpadding="0"
align="center" bordercolor="#C0C0C0" id="maincell" height="90%">
<tr>
<td valign="top" width="100%">
{common_msg}
{menu}
</td>
</tr>
<tr>
<!-- main cell -->
<td valign="top" class="mainCell" height="100%">
<div style="padding: 2px;"></div>
{module_msg}
{content}
</td>
</tr>
<tr>
<td>
<div class="copyright" style="padding: 5px;">
<a href="{product_www}">{product_name} {product_version}</a>
</div>
</td>
</tr>
</table>
</body>
</html>