Exemple #1
0
        echo $athlete['ath_res'];
        ?>
" width="16" height="16" alt="icon_delete" style="cursor: pointer;">
                                            <?php 
    }
    ?>
                                    </td>
                                </tr>
                            </table>
                        </td>
                        <td>
                            <table>
                                <?php 
    $i = 0;
    foreach ($heights as $height) {
        $ath_res = getAthleteResults($athlete['ath_id'], $height['height']);
        if ($i == $heightsPerRow) {
            ?>
                                        </tr>
                                        <?php 
            $i = 0;
        }
        if ($i == 0) {
            ?>
                                        <tr>
                                        <?php 
        }
        ?>
                                    <td width="60" align="center">
                                        <?php 
        if ($ath_res) {
Exemple #2
0
        echo $lg['RESULT_INVALID_DSQ_BUTTON'];
        ?>
</button></td>
            </tr>
            <tr>
                <td height="5" colspan="<?php 
        echo $colspan;
        ?>
"></td>
            </tr>
            <tr>
                <td></td>
                <td colspan="2">
                    <?php 
        $ath_res = "";
        $results = getAthleteResults($currentAthleteID);
        if (count($results)) {
            $x = 0;
            foreach ($results as $athres) {
                if ($x != 0) {
                    $ath_res .= " / ";
                }
                $ath_res .= formatResultOutput($athres['ath_res'], 'SHORT') . " ";
                if ($athres['ath_res'] > 0) {
                    $ath_res .= "(" . $athres['ath_info'] . ")";
                }
                $x++;
            }
        }
        ?>
                    <i><?php 
Exemple #3
0
    </colgroup>
<?php 
foreach ($athletes as $athlete) {
    ?>
    <tr class="resultlist">
        <td><?php 
    echo $athlete['ath_bib'];
    ?>
</td>
        <td><?php 
    echo $athlete['ath_name'] . " " . $athlete['ath_firstname'];
    ?>
</td>
        <?php 
    $i = 1;
    foreach (getAthleteResults($athlete['xSerienstart']) as $res) {
        $ath_res = formatResultOutput($res['ath_res'], 'DB') . " ";
        if ($wind == 1 && $res['ath_res'] > 0) {
            $ath_res .= "(" . $res['ath_wind'] . ")";
        }
        ?>
            <td width="100" align="center">
                <div name="result_edit" id="result_edit" xResultat="<?php 
        echo $res['xResultat'];
        ?>
" xSerienstart="<?php 
        echo $res['xSerienstart'];
        ?>
" attempt="<?php 
        echo $i;
        ?>