示例#1
0
    }
    ?>
        </table>
    </div>
    
    <div id="dialog_edit" style="display: none;">
        <input type="hidden" name="result_id" id="result_id">
        <table>
            <colgroup>
                <col width="50">
                <col width="200">
                <col width="">
            </colgroup>
        <?php 
    foreach ($cls_result->athletes_rank as $athlete) {
        $ath_res = $cls_result->getAthleteResults($athlete['xSerienstart']);
        ?>
            <tr class="resultlist">
                <td><?php 
        echo $athlete['ath_bib'];
        ?>
</td>
                <td><?php 
        echo $athlete['ath_name'] . " " . $athlete['ath_firstname'];
        ?>
</td>
                <?php 
        foreach ($ath_res as $res) {
            ?>
                <td>
                    <div name="result" id="result" xResultat="<?php