Wed Oct 26, 2011 12:31 am
<html>
<title> Sign-in (login) form</title>
<body>
<table>
<form method="post" action="#">
<tr>
<td><input type="text" name="username" /> </td><td>:<?php echo _USERNAME ; ?></td>
</tr>
<tr>
<td><input type="password" name="password" /></td><td> :<?php echo _PASSWORD ; ?></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="<?php echo _LOGIN_BUTTON ; ?>" />
</tr>
</form>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.