The Colorado Sportbike Club

2014 Denver St. Patrick's Day Parade Sorry, we have reached the maximum number of bikes allowed.

"; $too_late = ""; $too_late = "

Sorry, registration for the parade has ended.

"; $step = $_REQUEST["step"]; if ($step == "") { $too_late = ""; $too_late = "

Sorry, registration for the parade has ended.

"; } if ($step == "101") { $too_late = ""; $step = "1"; } if ($step == "102") { $too_late = ""; $step = 2; } if ($too_late != "") { echo ""; echo $too_late; } else if ($vbulletin->userinfo['userid'] != 0) { if ($step == "" || $step == "1") { echo " Sign-Up"; echo "
Saturday, March 15th, 2014"; echo "

"; echo '

This is to reserve your spot in the parade.'; echo '
T-shirt sizes and passenger t-shirt orders will be done separately.

'; echo '

'; $name = $vbulletin->userinfo['username']; echo "You are signed in as ". $name .""; echo ""; echo "

"; echo '

'; echo "
"; echo ""; echo ""; echo "1 spot (for you = 1 bike)"; echo ""; echo "$20"; echo "
"; echo ""; echo ""; echo "2 spots (1 for you + 1 for another member = 2 bikes)"; echo ""; echo "$20 per spot ($40 total)"; echo "
"; echo ""; echo ""; echo "3 or more spots (1 for you + 2 or more for other members = 3+ bikes)
Total number of spots can be adjusted by updating Quantity in the next step"; echo "
"; echo "$20 per spot (total will be
calculated in the next step)
"; echo "
"; echo "
 "; echo "
 
"; echo ""; echo ""; echo "
 "; echo "
 "; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } else if ($step == "2") { echo "
Passenger T-shirt Order"; echo "

"; echo '

All T-shirt sizes should be submitted via PM.

'; echo 'Send Spiderman a PM with your T-shirt size(s) - link opens in a new window'; echo '

'; $name = $vbulletin->userinfo['username']; echo "You are signed in as ". $name .""; echo "

"; echo 'Passenger T-shirt     -     $11'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } else if ($step == "2013_1") { $name = $vbulletin->userinfo['username']; echo "You are signed in as ". $name .""; echo "

"; echo "
"; echo ""; $securitytoken = $vbulletin->userinfo['securitytoken']; echo ""; echo "

"; echo ""; echo ""; echo "Sign-up as a solo rider (1 bike, 1 person)"; echo ""; echo "$17"; echo ""; echo ""; echo "
"; echo ""; echo ""; echo "Sign-up yourself and a passenger (1 bike, 2 people) - $17 + $13"; echo ""; echo "$30 (total)"; echo ""; echo ""; echo "
"; echo ""; echo ""; echo "Sign-up yourself and another member, both as solo riders (2 bikes, 2 people)"; echo "
* Please provide the other member's name in the notes at checkout"; echo "
"; echo "$34 (total)"; echo ""; echo ""; echo "
"; echo ""; echo ""; echo "Add a passenger (you must already be registered as a solo rider)"; echo ""; echo "$13"; echo ""; echo ""; echo "
"; echo "
 "; echo "
 "; echo ""; echo ""; } else if ($step == "2013_2") { $name = $vbulletin->userinfo['username']; $type = $_REQUEST["type"]; if ($type == "solo") { $teeOption = $_REQUEST["soloTee"]; $typeText = "for yourself as a solo rider"; } else if ($type == "twoUp") { $teeOption = $_REQUEST["twoUpTee"]; $typeText = "for yourself and a passenger"; } else if ($type == "twoSolo") { $teeOption = $_REQUEST["twoSoloTee"]; $typeText = "for yourself and another solo rider
* Please provide the other member's name in the notes at checkout"; } else if ($type == "addPass") { $teeOption = $_REQUEST["passTee"]; $typeText = "for the passenger you are adding"; } $plural = ""; $unisex1 = ""; $unisex2 = ""; $ladies1 = ""; $ladies2 = ""; if ($teeOption == "unisex") { $teeText = "a Unisex T-shirt"; $unisex1 = "Unisex T-shirt"; } else if ($teeOption == "ladies") { $teeText = "a Ladies T-shirt"; $ladies1 = "Ladies T-shirt"; } else if ($teeOption == "twoUnisex") { $teeText = "two Unisex T-shirts"; $plural = "s"; $unisex1 = "Unisex T-shirt #1"; $unisex2 = "Unisex T-shirt #2"; } else if ($teeOption == "oneOfEach") { $teeText = "one Unisex T-shirt and one Ladies T-shirt"; $plural = "s"; $unisex1 = "Unisex T-shirt"; $ladies1 = "Ladies T-shirt"; } else if ($teeOption == "twoLadies") { $teeText = "two Ladies T-shirts"; $plural = "s"; $ladies1 = "Ladies T-shirt #1"; $ladies2 = "Ladies T-shirt #2"; } echo "You have indicated that you would like " . $teeText . " " . $typeText . "."; echo "
Use your browser's Back button to go back to the previous page and make any changes."; echo "
Please select the T-shirt size" . $plural . " you need:
"; echo ""; echo ""; echo ""; $securitytoken = $vbulletin->userinfo['securitytoken']; echo ""; echo "
"; if ($unisex1 != "") { echo ""; echo ""; if ($unisex2 != "") { echo ""; } } if ($ladies1 != "") { $ladiesTeeDetails = ""; if ($unisex1 == "") { echo $ladiesTeeDetails; } echo ""; if ($unisex1 != "") { echo $ladiesTeeDetails; } if ($ladies2 != "") { echo ""; } } echo ""; echo ""; echo "
"; echo "

  • 5.4 oz., 100% preshrunk heavyweight cotton."; echo "
  • TearAwayTM label."; echo "
  • Seamed collar."; echo "
  • Taped shoulder to shoulder."; echo "
  • Contrasting neck and sleeve bands."; echo "
  • Double-needle stitched bottom hem."; echo "
  • " . $unisex1 . "

    "; echo ""; echo "

    " . $unisex2 . "

    "; echo ""; echo "

    "; $ladiesTeeDetails = $ladiesTeeDetails . "

  • 5.8 oz., 30 singles, 100% combed and ring-spun cotton 1x1 baby rib knit t-shirt."; $ladiesTeeDetails = $ladiesTeeDetails . "
  • Contrasting cap sleeves and set-on narrow binding around neck."; $ladiesTeeDetails = $ladiesTeeDetails . "
  • Double-needle stitched."; $ladiesTeeDetails = $ladiesTeeDetails . "
  • " . $ladies1 . "

    "; echo ""; echo "

    " . $ladies2 . "

    "; echo ""; echo "

    "; echo ""; } else if ($step == "3") { $type = $_REQUEST["type"]; if ($type == "solo") { $typeText = "as a solo rider (1 bike, 1 person)"; $pptext = $typeText; $typeCost = "$17.00"; } else if ($type == "twoUp") { $typeText = "as a rider with a passenger (1 bike, 2 people)"; $pptext = $typeText; $typeCost = "$30.00"; } else if ($type == "twoSolo") { $typeText = "as a solo rider with another solo rider (2 bikes, 2 people)"; $pptext = $typeText; $typeText = $typeText . "
    * Please provide the other member's name in the notes at checkout"; $typeCost = "$34.00"; } else if ($type == "addPass") { $typeText = "a passenger"; $pptext = "to add a passenger"; $typeCost = "$13.00"; } $type2Text = $typeText . " to ride in the parade"; $name = $vbulletin->userinfo['username']; $type2Text = "" . $name . " is registering " . $type2Text; echo $type2Text; echo "

    "; $unisex1 = $_REQUEST["unisex1"]; $unisex2 = $_REQUEST["unisex2"]; $ladies1 = $_REQUEST["ladies1"]; $ladies2 = $_REQUEST["ladies2"]; $ppon0 = ""; $ppos0 = ""; $ppon1 = ""; $ppos1 = ""; if ($unisex1 <> "") { echo ""; $ppon0 = "1 Unisex T-shirt, size"; $ppos0 = $unisex1; } if ($unisex2 <> "") { echo ""; $ppon1 = "1 Unisex T-shirt, size"; $ppos1 = $unisex2; } if ($ladies1 <> "") { echo ""; if ($ppon0 == "") { $ppon0 = "1 Ladies T-shirt, size"; $ppos0 = $ladies1; } else { $ppon1 = "1 Ladies T-shirt, size"; $ppos1 = $ladies1; } } if ($ladies2 <> "") { echo ""; $ppon1 = "1 Ladies T-shirt, size"; $ppos1 = $ladies2; } echo "
    T-shirtSizeTotal Cost
    Unisex" . $unisex1 . "
    Unisex" . $unisex2 . "
    Ladies" . $ladies1 . "
    Ladies" . $ladies2 . "
    " . $typeCost . "
    "; echo '

    '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
    '; } } else { echo 'You are not logged in!

    Please log in to the CSC forums in order to add your name to the list'; } ?>