예제 #1
0
    ?>
 [<?php 
    echo $currentComp->CompDate();
    ?>
] <?php 
    echo isset($_GET['class']) ? ", " . $_GET['class'] : "";
    ?>
</h1>
			<table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr>
			<td valign=top><b><?php 
    echo $_LASTPASSINGS;
    ?>
</b><br>
<?php 
    $lastPassings = $currentComp->getLastPassings(3);
    foreach ($lastPassings as $pass) {
        echo date("H:i:s", strtotime($pass['Changed'])) . ": " . $pass['Name'] . " (" . $pass['class'] . ") " . ($pass['Control'] == "1000" ? $_LASTPASSFINISHED : $_LASTPASSPASSED . " " . $pass['pname']) . " {$_LASTPASSWITHTIME} " . formatTime($pass['Time'], $pass['Status'], $RunnerStatus) . " <br>";
    }
    ?>

</td></tr></table><br>
			<table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr>
			<td width=70 valign=top><b><?php 
    echo $_CHOOSECLASS;
    ?>
</b><br>
<?php 
    $currentClass = isset($_GET['class']) ? $_GET['class'] : "";
    $cursplit = isset($_GET['split']) ? $_GET['split'] : "";