Count Lines in Pages

Contents of Page: signup_m.asp Number of Lines: 53 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: <% ' Response.Redirect("my4registerinfo1.asp") %>
0008: <html>
0009: <head>
0010: <meta name="viewport" content="width=device-width">
0011: 	<title>March Madness - Login/Registration</title>
0012: 	<link href="mm.css" rel="stylesheet" type="text/css">
0013: 
0014: </head>
0015: 
0016: <body bgcolor="#ffffff">
0017: 
0018: <table border="0" cellpadding="0" cellspacing="0" width="80%" align="left"" bordercolor="#FFCC66">
0019: 		<tr>
0020: 			<td class="bigblue" colspan="2" height="21">
0021:               <p align="Center">&nbsp;&nbsp; Welcome to the <%= season %> March Madness Contest!</p>
0022:             </td>
0023: 		</tr>
0024: 		<tr>
0025: 			
0026: 			<td class="normbold" height="29" width="80%"  align="right" >
0027:                 To register for this year's contest, click here: </span></font></b></td>
0028: 		<td class="normbold" align="left" height="29" width="*">
0029:                 <a href="my4registerinfo1.asp"><img border="0" src="images/register.gif" align="right"></a><b><font color="#000000">
0030: 				&nbsp;<br>
0031:                 </font></b>
0032: 			</td>
0033:                 </tr>		
0034: 		<tr>
0035: 			<td class="normbold" height="30" width="60%" align="right">
0036:                 If you are already registered, click here:
0037: 			</td>
0038: 			<td align="left" height="30" width="*">
0039:                 <a href="login.asp?from="><img border="0" src="images/login.gif" align="right"></a>
0040: 			</td>			
0041: 		</tr>
0042: 		<tr>
0043: 		
0044: 			<td class="normbold" height="25" ></td>
0045: 			<td class="norm" height="25" 16>
0046: 			</td>
0047: 		</tr>
0048: 	</table>
0049: 
0050: 
0051: 
0052: </body>
0053: </html>