2013

← 2012 | ↑ The Boom Years | 2014 →

group-2013

Theme: Superheroes
Date: Saturday, August 17th
Attendees: 44
Ride Corps: 23
Teams: 8
Starting Time:“; ?>
Largest Team: New World Mandana
Winning Team: Walnut Nipples
Facebook Event Link: https://www.facebook.com/events/541111115953414/
Image Galleries:
2013 Participation Survey
2013 Related Blog Entries
Grand Marshal’s Wrap Up
High Temp: 97°F

Twitter/Instagram Timeline:






Maps:

Finishing Times
First Mens Shoes, Champion of the SeaFirst Mens ToesFirst Womens Shoes
“;
$counter=0;

foreach ($attendees as $attend) {
if ($attend[‘time’]!=$next) $rank_no++;
$counter++;
echo ”

“;
//rank number
echo ”

“;
if (!is_null($attend[‘time’])) echo $rank_no;
echo “”;

//picture
echo ”

“;
if (!is_null($attend[‘oauth_uid’]) && $attend[‘oauth_uid’]!=””) echo ““;
echo “”;

//show current or old title
echo ”

“.dm_displayname_by_id($attend[‘user’],$attend[‘year’]);
echo “”;

//teamname
echo ”

“;
if (!is_null($attend[‘teamname’]) && $attend[‘teamname’]!=””) echo $attend[‘teamname’];
echo “”;

echo ”

“;
if (!is_null($attend[‘time’])) {
echo $attend[‘time’].”
“;
$totaltime=timeDiff($startime,$attend[‘time’]);
echo “(“.$totaltime.”)
“;

//speed based badges
if ($attend[‘champion’]) echo dm_achievement_badge(“Champion of the Sea”,25);

if ($totaltime<4) echo dm_achievement_badge(“Speed of Light”,25);
elseif ($totaltime<5) echo dm_achievement_badge(“Speed Demon”,25);
elseif ($totaltime<6) echo dm_achievement_badge(“SpeedSTAR”,25);
elseif ($totaltime<7) echo dm_achievement_badge(“Speedster”,25);

//ride corps
if ($attend[‘driver’]) echo ““;
}
elseif ($attend[‘mast’]) echo “MaST”;
elseif ($attend[‘failed’]) echo “Did Not Finish”;
elseif ($attend[‘absentee’]) echo “Absentee Marcher”;
else echo “Did Not Ocean”;
echo ”

“;
$next=$attend[‘time’];
}
echo ”

“;

?>

Leave a Reply

Your email address will not be published. Required fields are marked *