Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (42 sloc)
1.79 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>E-Com-Con Corp.</title> | |
| <link rel="STYLESHEET" type="text/css" href="style.css"> | |
| </head> | |
| <body bgcolor="#22A1C9" leftmargin=0 topmargin=0 marginwidth="0" marginheight="0"> | |
| <form action="http://www.thelonegunmen.com/" target="_top"> | |
| <table width="118" border="0" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td colspan="2" valign="top"><img src="images/login_left_top.gif" width="118" height="22" border="0"></td> | |
| </tr> | |
| <tr> | |
| <td><img src="images/spacer.gif" width="5" height="1" border="0"></td> | |
| <td valign="top"><SPAN class="head">CLIENT LOGIN:</SPAN><br> | |
| <span class="login">Client Name:</span><br> | |
| <input type="text" name="client" size="12"> | |
| <span class="login">Password:</span><br> | |
| <input type="password" name="password" size="12"><br><img src="images/spacer.gif" width="1" height="5" border="0"><br><input type="submit" value="LOGIN" class="bluesm"> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><img src="images/login_stripes.gif" width="118" height="20" border="0"></td> | |
| </tr> | |
| <tr><td><img src="images/spacer.gif" width="5" height="1" border="0"></td> | |
| <td><span class="whitesm"> | |
| <script language="JavaScript"> | |
| <!--//Date Stamp | |
| var now = new Date(); | |
| var currentMonth = now.getMonth()+1 < 10 ? '0'+ (now.getMonth()+1) : now.getMonth()+1; | |
| var currentDate = now.getDate(); | |
| var thisFullYear=String(now.getFullYear()); | |
| var currentYear= thisFullYear.charAt(2) + thisFullYear.charAt(3); | |
| document.write('Last updated: ' + currentMonth + '/' + currentDate + '/' + currentYear); | |
| //--> | |
| </script> | |
| </span><p><a href="mailto:octium@e-com-con.com" class="bluesm">Contact Us</a> | |
| <p><a href="letters.htm" target="contentmain" class="bluesm">Forgot Your<br>Password?</a></td></tr> | |
| </table> | |
| </form> | |
| </body> | |
| </html> |