Example #1
0
                    <td><?php 
            echo $nextAthleteData['ath_bib'];
            ?>
</td>
                    <td><?php 
            echo $nextAthleteData['ath_name'];
            ?>
 <?php 
            echo $nextAthleteData['ath_firstname'];
            ?>
</td>
                    <td><?php 
            echo $nextAthleteData['ath_club'];
            ?>
</td>
                    <td><?php 
            echo $nextAttempt . ". " . $lg['ATTEMPT'];
            ?>
</td>
                    <td><?php 
            echo formatResultOutput($nextAthlete['curr_height']) . $lg['METER_SHORT'];
            ?>
</td>
                </tr>
                <?php 
        }
        ?>
        </table>
        <?php 
    }
}
Example #2
0
            <tr>
                <td></td>
                <td colspan="<?php 
            echo $colspan;
            ?>
-1">
                    <?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 ($events['event_wind'] == 1 && $athres['ath_res'] > 0) {
                        $ath_res .= "(" . $athres['ath_wind'] . ")";
                    }
                    $x++;
                }
            }
            ?>
                    <i><?php 
            echo $ath_res;
            ?>
</i>
                </td>
            </tr>
            <tr>
                <td height="20" colspan="<?php 
Example #3
0
$i = 0;
foreach ($heights as $height) {
    if ($i == $heightsPerRow) {
        ?>
                                </tr>
                                <?php 
        $i = 0;
    }
    if ($i == 0) {
        ?>
                                <tr>
                                <?php 
    }
    ?>
                            <td width="60" align="center"><b><?php 
    echo formatResultOutput($height['height']);
    ?>
</b></td>
                            <?php 
    $i++;
}
if ($i == $heightsPerRow) {
    ?>
                            </tr>
                            <?php 
}
?>
                    </table>
                    </td>
                </tr>
            </table>
Example #4
0
    ?>
">
        <td><?php 
    echo $athlete['ath_rank_out'];
    ?>
</td>
        <td><?php 
    echo $athlete['ath_bib'];
    ?>
</td>
        <td><?php 
    echo $athlete['ath_name'] . " " . $athlete['ath_firstname'];
    ?>
</td>
        <td><?php 
    echo substr($athlete['ath_yob'], -2);
    ?>
</td>
        <td><?php 
    echo $athlete['ath_club'];
    ?>
</td>
        <td><?php 
    echo formatResultOutput($athlete['ath_res']);
    ?>
</td>
    </tr>
    <?php 
}
?>
</table>
Example #5
0
        ?>
" start="<?php 
        echo $athlete['ath_start'];
        ?>
" result="<?php 
        echo $athlete['ath_res'];
        ?>
" width="16" height="16" alt="icon_delete" style="cursor: pointer;">
                <?php 
    } else {
        ?>
                <input name="startHeight" id="startHeight" class="startHeight" xSerienstart="<?php 
        echo $athlete['ath_id'];
        ?>
" value="<?php 
        echo formatResultOutput($athlete['ath_start']);
        ?>
" tabindex="<?php 
        echo $i;
        ?>
">
                <?php 
    }
    ?>
   
        </td>
        <td></td>
        <td>
            <?php 
    if (!in_array($athlete['ath_res'], $glb_results_skip)) {
        ?>
Example #6
0
        <col>
    </colgroup>
    <tr>
        <td><b><?php 
echo $athlete['ath_bib'];
?>
</b></td>
        <td><b><?php 
echo $athlete['ath_name'];
?>
 <?php 
echo $athlete['ath_firstname'];
?>
</b></td>
        <td><?php 
echo formatResultOutput($height) . $lg['METER_SHORT'];
?>
</td>
    </tr>
    <tr>
        <td height="20"></td>
    </tr>
</table>
<table>
    <tr>
        <td class="result"><input type="text" name="result_edit_result" id="result_edit_result" class="result" autocomplete="off" tabindex="101" value="<?php 
echo $result['info'];
?>
">
        <td><button type="button" name="btn_editResult" id="btn_editResult" tabindex="103"><?php 
echo $lg['OK'];
Example #7
0
<?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;
        ?>
" style="cursor: pointer;"><?php 
Example #8
0
?>
</b></td>
        <td></td>
    </tr>
    <tr>
        <td height="5" colspan="<?php 
echo $colspan;
?>
"></td>
    </tr>
    <tr class="event_settings">
        <td><?php 
echo $lg['TO'];
?>
&nbsp;&nbsp;<input type="text" name="diffUntil" id="diffUntil" class="diffHeight number required" value="<?php 
echo formatResultOutput($settings['diff_1_until']);
?>
"> :</td>
        <td><input type="text" name="diffValue1" id="diffValue1" class="diffHeightDiff number required" value="<?php 
echo $settings['diff_1_value'];
?>
"> <?php 
echo $lg['CENTIMETER_SHORT'];
?>
</td>
    </tr>
    <tr>
        <td height="5" colspan="<?php 
echo $colspan;
?>
"></td>