<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>{{productName}} - Admin Login</title>
	
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="Description" content="{{productShortName}}" />
	<meta http-equiv="Keywords" content="{{productShortName}}" />
	<meta http-equiv="Revisit" content="15 days" />
	<meta http-equiv="Author" content="BannerView.com E-Business Solutions" />
	
	<script type="text/javascript" src="/resources/global.js"></script>
	<link href="{{rootUrl}}/resources/global.css" rel="stylesheet" />
	<script type="text/javascript" src="{{rootUrl}}/resources/login/login.js"></script>
	<link href="{{rootUrl}}/resources/login/login.css" rel="stylesheet" />
	
	<script type="text/javascript" src="{{rootUrl}}/resources/popBox.js"></script>
	<link href="{{rootUrl}}/resources/popBox.css" rel="stylesheet" />

	{{headContents}}
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" class="loginTable">
	<tr>
		<td colspan="2" width="736" class="loginHeader">
			<span>{{productName}} Admin Login</span>
		</td>
		<td rowspan="3" width="14" class="borderRight">&nbsp;</td>
	</tr>
	<tr>
		<td width="387" class="middle">&nbsp;</td>
		<td width="349" class="contentCell">
			{{bodyContents}}
		</td>
	</tr>
	<tr>
		<td width="136" class="bottom" colspan="2">&nbsp;</td>
	</tr>
</table>
</body>
</html>