Count Lines in Pages

Contents of Page: signup2nd.asp Number of Lines: 59 Last Modified: 8/22/2018 1:33:18 PM
0001: <% @Language = "VBScript" %>
0002: 
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/homeURL.inc" -->
0005: <!-- #include FILE="include/constants.inc" -->
0006: 
0007: 
0008: <html>
0009: <head>
0010: 	<title>March Madness - Login/Registration 2nd Chance</title>
0011: 	<link href="mm.css" rel="stylesheet" type="text/css">
0012: 
0013: 
0014: </head>
0015: 
0016: <body bgcolor="#ffffff" >
0017: 
0018: 
0019: 
0020: <table border="0" cellpadding="0" cellspacing="0" width="400" align="center" height="198" bordercolor="#FFCC66">
0021: 		<tr>
0022: 			<td class="bigblue" colspan="2" height="38" width="398">
0023:               <p align="left">&nbsp;&nbsp; Welcome to the <%= season %> March Madness Contest!</p>
0024:             </td>
0025: 		</tr>
0026: 		<tr>
0027: 			<td class="normRed" align="left" height="29" width="93">
0028:                 <a href="login.asp?from=picks.asp"><img border="0" src="images/login.gif" align="right"></a><b><font color="#000000">&nbsp;</font></b>
0029: 			</td>
0030: 			<td class="normRed" height="29" width="303">
0031:                 <b><font color="#000000">&nbsp;&nbsp; If you are already registered</font></b>
0032: 			</td>
0033: 		</tr>
0034: 		<tr>
0035: 			<td class="normRed" align="right" height="33" width="93">
0036:                 <a href="registerinfo.asp"><img border="0" src="images/register.gif" align="right"></a><b><font color="#000000">
0037: 				&nbsp;<br>
0038:                 </font></b>
0039: 			</td>
0040: 			<td class="normRed" height="33" width="303">
0041:                 <b><font color="#000000">&nbsp;&nbsp; To register for this year's contest</font></b>
0042: 			</td>
0043: 		</tr>
0044: 		<tr>
0045: 			<td class="normbold" height="41" colspan="2" width="398">
0046:                 &nbsp;&nbsp; If you participated last year click here<b> <a href="copylastyears.asp"><img border="0" src="images/post_button_copy.gif"></a>&nbsp;</b>
0047:             </td>
0048: 		</tr>
0049: 		<tr>
0050: 			<td class="normbold" height="25" width="93"></td>
0051: 			<td class="norm" height="25" width="303">
0052: 			</td>
0053: 		</tr>
0054: 	</table>
0055: 
0056: 
0057: 
0058: </body>
0059: </html>