Skip to content

Instantly share code, notes, and snippets.

@spkellydev
Last active June 22, 2017 15:22
Show Gist options
  • Save spkellydev/ecc476bf33979dfdb933e6393a300275 to your computer and use it in GitHub Desktop.
Save spkellydev/ecc476bf33979dfdb933e6393a300275 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="JonasWeb">
<TITLE>Event Information for your Event at Black Bear Lake Country Club</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="/eventcss.css">
<SCRIPT TYPE="text/Javascript" SRC="/eventnav.js"></SCRIPT>
</HEAD>
<BODY LEFTMARGIN=5 TOPMARGIN=5 MARGINWIDTH=5 MARGINHEIGHT=5>
<A NAME="top"></A>
<DIV><TABLE WIDTH="97%" CELLPADDING=0 CELLSPACING=0 BORDER=0 STYLE="margin:auto;">
<TR><TD CLASS=head><DIV><IMG SRC="/images/head.gif" ALT="Black Bear Lake, New Jersey's Premier Facility for Company Picnics, Corporate Outings &amp; Special Events" HEIGHT=100 WIDTH=600 VSPACE=3 BORDER=0></DIV></TD></TR>
</TABLE>
<TABLE WIDTH="97%" CELLPADDING=0 CELLSPACING=0 BORDER=0 STYLE="margin:auto;">
<TR><TD WIDTH="1%" CLASS=sideshadow><IMG SRC="/images/spacer.gif" ALT="" HEIGHT=6 WIDTH=1></TD>
<TD CLASS=headshadow><IMG SRC="/images/spacer.gif" ALT="" HEIGHT=6 WIDTH=1></TD></TR>
<TR><TD CLASS=side><DIV><IMG SRC="/images/navhead.gif" ALT="Black Bear Lake, New Jersey's Premier Facility for Company Picnics, Corporate Outings &amp; Special Events" HEIGHT=61 WIDTH=132 BORDER=0></DIV>
<DIV CLASS=left>
<A HREF="/directions_event.htm" onMouseOver="imgOn('img1')" onMouseOut="imgOff('img1')"><IMG SRC="/images/linkdirections1.gif" NAME="img1" ALT="Directions to Black Bear Lake" HEIGHT=32 WIDTH=167 BORDER=0></A><BR>
<A HREF="#activities" onMouseOver="imgOn('img4')" onMouseOut="imgOff('img4')"><IMG SRC="/images/linkactivities1.gif" NAME="img4" ALT="Black Bear Lake Activities" HEIGHT=33 WIDTH=167 BORDER=0></A><BR>
<A HREF="#menu" onMouseOver="imgOn('img5')" onMouseOut="imgOff('img5')"><IMG SRC="/images/linkmenu1.gif" NAME="img5" ALT="Event Menu" HEIGHT=31 WIDTH=167 BORDER=0></A><BR>
<A HREF="#faq" onMouseOver="imgOn('img2')" onMouseOut="imgOff('img2')"><IMG SRC="/images/linkfaq1.gif" NAME="img2" ALT="Frequently Asked Questions" HEIGHT=31 WIDTH=167 BORDER=0></A><BR>
</DIV>
</TD>
<TD><BR>
<!-- Page Content Starts -->
<P CLASS=eventhead>NJ TRANSIT <BR>
<SPAN CLASS=mediumtext>2016 Family Fun Day </SPAN></P>
<P CLASS=highlight>CONFIRMATION</P>
<table width=330 style="margin:auto; font-family:georgia;">
<tr><td align=left><b><?php $adult_fee = $_POST['adult_fee']; echo $adult_fee; ?></b> 12 & Over Tickets</td><td style="text-align:right;"><b>$<?=$adult_fee*32?></b></td></tr>
<tr><td align=left><b><?php $child_fee = $_POST['child_fee']; echo $child_fee; ?></b> 2-11 Tickets</td><td style="text-align:right;"><b>$<?=$child_fee*21?></b></td></tr>
<?php $total = ($adult_fee * 32) + ($child_fee * 21); ?>
<tr><td>&nbsp;</td><td style="text-decoration:underline; text-align:right; padding-bottom:20px;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td></tr>
<tr><td><b>TOTAL:</b></td><td style="text-align:right;"><b>$<?=number_format( $total )?></b></td></tr>
</table>
<?
$ext = "";
$i = 1;
if( $requiredFirstName )
{
$ext .= "&on$i=First&os$i=".stripslashes( $requiredFirstName );
$i++;
}
if( $requiredLastName )
{
$ext .= "&on$i=Last&os$i=".stripslashes( $requiredLastName );
$i++;
}
if( $IDNo )
{
$ext .= "&on$i=IDNo&os$i=".stripslashes( $IDNo );
$i++;
}
if( $Phone )
{
$ext .= "&on$i=Phone&os$i=".stripslashes( $Phone );
$i++;
}
if( $requiredEmail )
{
$ext .= "&on$i=Email&os$i=".stripslashes( $requiredEmail );
$i++;
}
if( $adult_fee )
{
$ext .= "&on$i=Adults&os$i=".stripslashes( $adult_fee );
$i++;
}
if( $child_fee )
{
$ext .= "&on$i=Children&os$i=".stripslashes( $child_fee );
$i++;
}
?>
<div style="padding-left:60px; padding-top:40px; margin:30px auto; width:190px; padding:15px; font-family:georgia; font-size:18px; text-align:center; background-color:#4C9F23; border:2px solid #666666; color:white; font-weight:bold;">
<A HREF="https://www.paypal.com/xclick/business=pauline%40blackbearlake.com&item_name=NJ+Transit+Family+Fun+Day&amount=" . <?php echo $total; ?> . "&cancel_return=http%3A//www.bblfun.com/njtransit" . <?php echo $ext; ?> . " style="color:white;">Register and Pay<br>via Paypal</A></div>
<DIV CLASS=smalltext><BR>&nbsp;
<BR>
<IMG SRC="/images/tag.gif" ALT="Black Bear Lake, New Jersey's Premier Facility for Company Picnics, Corporate Outings &amp; Special Events" HEIGHT=76 WIDTH=363 BORDER=0><BR>
&copy; <B>Black Bear Lake</B><BR>
457 Stage Coach Road<BR>
Millstone Township, NJ 08510<BR>
(609)259-6934<BR>
Fax: (609)259-2248<BR>
<BR>
</DIV>
</TD></TR>
</TABLE>
</DIV>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment