<?php
/*
*
* Remote Mail Client
* CopyLEFT 2004 by Maurizio Pinotti
*
* You can freely distribute this script as long as you do *NOT* edit it:
* editing is only permitted for private use.
*
* ----------------------------------------------------------------------
* Official site: http://www.pinottinet.com/rmail
* ----------------------------------------------------------------------
*
*/
// ------------------------- [ NO USER CONFIGURABLE ELEMENTS BELOW HERE ] ------------------------
print <<<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>{$title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script src="styles/fade.js" language="JavaScript"></script>
<script src="lib/lib_admin.js" language="JavaScript"></script>
<script src="lib/lib_login.js" language="JavaScript"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="styles/{$CSS_STYLE}.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="alertRegistration('{$alert_message}'); reloadParentWindow({$actually_reload});">
<div align="center">
<table width="98%" height="354" border="1" align="center" cellpadding="2" cellspacing="0" bordercolor="#FF9933" id="main_table">
<tr align="left" valign="middle">
<td height="13" colspan="2" bgcolor="#FFFF99" class="message"><div align="right">
<span class="field_descr">< <a href="{$log_link}" target="_self">{$lang['view_log_tip']}</a> > < <a href="{$add_account_link}">{$lang['add_account']}</a> > < <a href="javascript:window.close();">{$lang['close_page']}</a> ></span></div></td>
</tr>
<tr>
<td height="300" colspan="2" align="left" valign="top"><p> </p>{$table_account_data}</td>
</tr>
<tr align="left" valign="middle">
<td height="13" colspan="2" bgcolor="#FFFF99" class="message"><div align="right">
<span class="field_descr"> < <a href="javascript:window.close();">{$lang['close_page']}</a> ></span></div></td>
</tr>
</table>
</div>
</body>
</html>
EOF;
?>