Esempio n. 1
0
					<option value="2004" <?php 
if (2004 == $GLOBALS['year']) {
    echo "selected";
}
?>
>2004</option>
					<option value="2005" <?php 
if (2005 == $GLOBALS['year']) {
    echo "selected";
}
?>
>2005</option>
				</select>
				<ul id="summary">
					<?php 
$doper_count = $database->calculateDoperPercentage($GLOBALS['year']);
echo "<li>" . "<strong><em>{$doper_count}</em></strong> Of The Top 10 of {$GLOBALS['year']}'s Tour Was Doping." . "</li>";
echo "<li>" . "Only <strong><em>{$dq_count}</em></strong> Of These Results " . ($dq_count == "1" ? "Was" : "Were") . " Officially Disqualified." . "</li>";
echo "<li>" . "<strong><em>{$banned_cyclist_count}</em></strong> Of These Cyclists Received Any Type Of Ban." . "</li>";
echo "<li>" . "<strong><em>Only 1 Cyclist is Banned For Life.</em></strong>" . "</li>";
echo "<li><br></li>";
echo "<li>" . "<strong><em>There Is No Official Winner For {$GLOBALS['year']}'s Tour De France." . "</strong></em></li>";
echo "<li><strong><em>Share This If You Believe Lance Was Treated Unfairly And Want An Official Winner.</strong></em></li>";
?>
				</ul>
				<h2><?php 
echo $GLOBALS['year'];
?>
 Tour De France</h2>
			</div>
		</div>