<!-- CONTENT AREA -->
<div id="content-full">
<table>
<tr><td valign="top" style="width:300px; padding:0 30px 0 40px; border-right: 3px solid #F3F1E9;"><h1 id="title">Login to Your Account</h1>
Login to access your author control panel:<br/>
[@loginerror]
<br/>
<form method="post" action="login.php">
<table>
<tr><td style="width:100px;">Username:</td>
<td><input type="text" name="userid" style="width:150px;"></td></tr>
<tr><td>Password:</td>
<td><input type="password" name="password" style="width:150px;"></td></tr>
<tr><td>Remember Me:</td>
<td><input type="checkbox" name="remember"></td></tr>
<tr><td colspan="2" align="center">
<input type="submit" id="submitstyle" value="Log in"></td></tr>
</table></form>
<br/>
<p><a href="forgot.php">Forgot Password?</a></p>
</td>
<td style="padding:0 0 0 55px;" valign="top">
<h1>Don't have an account?</h1>
Signup now to submit your own articles:
<!-- Registration Validation -->
<script type="text/javascript" src="[@siteurl]/js/validate_reg.js"></script>
[@regalert]
<form action="doregister.php" method="post" name="submission" onsubmit="return validateReg();">
<table>
<tr><td style="width:130px;">Username:</td>
<td><input id="username" name="username" type="text" style="width:150px;"/></td></tr>
<tr><td>Full Name:</td>
<td><input id="fname" name="fname" type="text" style="width:150px;"/></td></tr>
<tr><td>Email:</td>
<td><input id="email" name="email" type="text" style="width:150px;"/></td></tr>
<tr><td>Password:</td>
<td><input id="pWord" name="pWord" type="password" style="width:150px;"/></td></tr>
<tr><td><label for="cpWord">Password (again):</td>
<td><input id="cpWord" name="cpWord" type="password" style="width:150px;"/></td></tr>
<tr><td><label for="captcha_code">Enter the Text:</td>
<td><input id="captcha_code" name="captcha_code" type="text" style="width:150px;"/><br/>
<a href="#" onclick="document.getElementById('captcha').src = '[@siteurl]/securimage/securimage_show.php?' + Math.random(); return false">[ Different Image ]</a></td></tr>
<tr><td colspan="2"><img id="captcha" src="[@siteurl]/securimage/securimage_show.php" alt="CAPTCHA Image" /></tr></tr>
<tr><td colspan="2" align="center">
<br/><input type="hidden" name="register" id="register">
<button class="submit" id="submitstyle" type="submit">Register</button></td></tr>
</table></form>
</td></tr></table>
</div> <!-- End Content -->