<%
# $Id: old-portal-uncached.php,v 1.1 2004/06/06 17:18:48 hirokai Exp $
include_once( "modules/utils.inc.php" );
$destinationPage = "login";
$shouldShowLoginForm = 1;
$shouldShowCreateForm = 0;
$mesg = "login:";
$portal = 1;
if( $op == "logout" ) {
logout();
}
%>
<% include( "$modules/boiler.inc.php" ); %>
<% include( "$modules/header.insecure.inc.php" ); %>
<!-- $Id: old-portal-uncached.php,v 1.1 2004/06/06 17:18:48 hirokai Exp $ -->
<title> Feed Me Links! </title>
</head>
<body>
<table border="0" cellpadding="6">
<tr>
<td valign="top" width="300">
<img src="img/logo.gif" alt="Feed Me Links!" />
<br />
<% include( "$modules/announce.inc.php" ); %>
<center>
<div class="bam" style="width:200px;">
<b><a href="<%= $destinationPage %>?op=inputNewAccount"><u>Register Now!</u></a></b> </div>
</center>
<br />
<b><%= $mesg %></b>
<form action="<%= $destinationPage %>">
<input type="hidden" name="op" value="login" />
<% if( $name || $url ) { %>
<input type="hidden" name="passThroughURL" value="1" />
<input type="hidden" name="name" value="<%= urlencode( $name ) %>" />
<input type="hidden" name="url" value="<%= urlencode( $url ) %>" />
<% } %>
<% if( $from ) { %>
<input type="hidden" name="from" value="<%= urlencode( $from ) %>" />
<% } %>
<table border="0">
<tr>
<td>
<table border="0">
<tr>
<td align="right">
user:
</td>
<td>
<input name="userId" value="<%= $userId %>" class="text" />
</td>
</tr>
<tr>
<td align="right">
passwd:
</td>
<td>
<input name="password" value="<%= $password %>" type="password" class="text" />
</td>
</tr>
</table>
</td>
<td valign="top">
<input type="submit" class="button" value="login" />
</td>
</tr>
</table>
<center>
<div class="bam" style="width:200px;">
<a href="/misc/forgot-password">I Forgot My Password</a>
</div>
</center>
</form>
<br />
<% include_once( "$modules/recent.inc.php" ); %>
</td>
<td valign="top" width="390">
<% include_once( "$modules/whats-new.inc.php" ); %>
<% include_once( "$modules/public.inc.php" ); %>
</td>
</tr>
</table>
<center>
<% include_once( "$modules/random-links.inc.php" ); %>
</center>
</body>
</html>