Exemplo n.º 1
0
?>
</td>
    </tr>
    <tr>
        <td height="20px"></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 formatResultInput($result['result']);
?>
">
        <td class="wind">
            <?php 
if ($wind == 1) {
    ?>
                <input type="text" name="result_edit_wind" id="result_edit_wind" class="wind" autocomplete="off" tabindex="102" value="<?php 
    echo formatWindInput($result['wind']);
    ?>
">
                <?php 
}
?>
        </td>
        <td><button type="button" name="btn_editResult" id="btn_editResult" tabindex="103"><?php 
echo $lg['OK'];
?>
</button></td>
    </tr>
</table>
Exemplo n.º 2
0
<?php

define('GLOBAL_PATH', '../../../../');
define('ROOT_PATH', '../../../');
define('CURRENT_CATEGORY', 'athletica_tech');
define('CURRENT_PAGE', 'results');
require_once ROOT_PATH . 'lib/inc.init.php';
require_once ROOT_PATH . 'lib/cls.result_tech.php';
$wind = $_POST['wind'];
$wind_out = formatWindInput($wind);
echo $wind_out;