Count Lines in Pages

Contents of Page: mm_qr_code.asp Number of Lines: 73 Last Modified: 2/19/2025 10:35:12 AM
0001: <% @Language = "VBScript" %>
0002: 
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/constants.inc" -->
0005: <%
0006: 
0007: BaseSiteURL = Session("BaseSiteURL") 
0008: 
0009: 
0010: If BaseSiteURL = "default.asp" Then
0011: TableWidth="550"
0012: Else
0013: TableWidth="100%"
0014: End If
0015: 		
0016: 
0017: %>
0018: 
0019: 
0020: <html>
0021: <head>
0022: <meta name="viewport" content="width=device-width">
0023: 	<title>March Madness - QR Code to share</title>
0024: 	<link href="mm.css" rel="stylesheet" type="text/css">
0025: 	<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">	
0026: 
0027: </head>
0028: 
0029: <body bgcolor="#ffffff" >
0030: 
0031: <table align="left" width="<%= TableWidth %>" bgcolor="#FFFAF0" bordercolor="#FED87B">
0032: <tr><td class="norm" align="center"><big><big><big><font color="blue">You can help this contest grow <br>by sharing it with friends & family.</font></big><br><br>
0033: Have them scan the image below <br>using their mobile device:</td></tr>
0034: <tr><td align="center" class="norm"><img src="images/mm_QRcode.org.png" width="130" height="*">
0035: <br><big><big><big><b><font color="blue">OR <br>
0036: </td></tr>
0037: 
0038: <td>
0039: <table border="0" width="350" align="center">
0040: <% If BasesiteURL <> "default.asp" Then %>
0041: <tr>
0042: <td class="norm" align="center" valign="center" width="78%"><big><big><big>Share via text message:<BR><small><small><small><font color="red">(<i>May not work with some IPhone devices)</td>
0043: <td align="center"><a style="text-decoration:none" href="sms:?body=Join me in this fun March Madness Contest at www.folga.org/mm/mobile%0D%0A%0D%0A3 contests into 1!
0044: 
0045: %0D%0A%0D%0AAll proceeds benefit cancer research.
0046: " method="get" target="_top"><img src="http://mychinodes.org/images/send_text.png" width="40" height="*"><a/></td>
0047: </tr>
0048: <% End If %>
0049: <tr>
0050:  <td class="norm" align="center" valign="center"><big><big><big>Share via email: </td>
0051:  <td align="center"> <a style="text-decoration:none" href="mailto:?Subject=Join me in this fun March Madness Contest&Body=Just go to www.folga.org/mm or%0D%0A%0D%0Awww.folga.org/mm/mobile%0D%0A%0D%0A3 contests into 1!
0052: 
0053: %0D%0A%0D%0AAll proceeds benefit cancer research." method="get" target="_top"><img src="http://mychinodes.org/images/send_email.png" width="40" height="*"><a/></td>
0054:  </tr>
0055:  <tr><td class="norm" align="center" colspan="2"><br><big><big>Contents of text message or email are automatically pre-loaded.<br>Just need to select the recipients. <span style='font-size:30px;'>&#9786;</span></td></tr>
0056:  
0057: 
0058: 		<tr>
0059: 			<td colspan="2" align="center" class="norm">
0060: 									 <br><button class="button_close" onclick="history.back(-1)"><big><b>Return</button>
0061: 
0062: 			</td>  		</tr>
0063:  </table>
0064:  </td>
0065: 
0066: 			<tr><td>
0067: 
0068: 			</td></tr>
0069: 	</table>
0070: </form>
0071: 
0072: </body>
0073: </html>