<?php
/**
* @version $Id: nologin.php,v 1.1 2003/11/23 06:05:36 freedev Exp $
* @author Vincenzo D'Amore <hide@address.com>
* @package wa_base
*/
/**
*
*/
require_once("./wacommon.inc.php");
PrintHTMLHeader("phparchive Login", "");
?>
<body class="BodyStandard">
<?php include("./header.php"); ?>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td>
<table width="40%" border="0" cellspacing="0" cellpadding="2" class="FormTable">
<tr>
<td>
<?php
echo "<p><span class='ErrorMsg'>".WA_MSG_WARNING_NOTAUTHORIZED."</span></p>";
?>
<p ><a class='ErrorMsg' href="index.php">
<?php
echo WA_MSG_BACK_TO_LOGIN;
?>
</a></p><p><p>
</td>
</tr>
</table>
<table width="25%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?php include("./footer.php"); ?>
</body>
</html>