<?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">
<link href="styles/{$CSS_STYLE}.css" rel="stylesheet" type="text/css">
<script src="styles/fade.js" language="JavaScript"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<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="javascript:window.close();">{$lang['close_page']}</a> ></span></div></td>
</tr>
<tr align="left" valign="middle">
<td width="130" height="13" bgcolor="#FFFF99" class="message"><strong>{$lang['last_modified']}</strong></td>
<td width="450" height="13" bgcolor="#FFFF99" class="field">{$field_last_modified}</td>
</tr>
<tr>
<td height="300" colspan="2" align="left" valign="top"><strong class="message_body">{$log_data}</strong></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;
?>