<?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>
<script src="lib/lib_login.js" language="JavaScript"></script>
</head>
<body onLoad="alertRegistration('{$alert_message}'); javascript:window.location='{$browser_redir}';">
<div align="center">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" id="frame">
<tr>
<td align="center" valign="middle"><table width="350" height="100" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FF9933">
<tr>
<td align="center" valign="middle"><span class="message_body">{$lang['operation_complete']}</span><br>
<a href="{$browser_redir}" class="field_descr">{$lang['browser_redir']}</a></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
EOF;
?>