Exemple #1
0
echo $strResultsDone;
?>
&nbsp;</div>   
    </td> 
    <td class='forms' />  
</tr>
</table>

<p />
<?php 
$search = new GUI_Searchfield('speaker_entry.php', '_self', 'post', 'speaker.php');
$search->printSearchfield();
?>
<p />
<?php 
AA_timetable_display('speaker');
$hour = date("H") - 2;
$dateHour = date("Y-m-d") . $hour;
?>
  
<script type="text/javascript">
<!--
	window.setTimeout("updatePage()", <?php 
echo $cfgMonitorReload * 1000;
?>
);

	// scroll to put current time - 2 hours line approximately to the top of the screen     	                             
	if(document.getElementById('<?php 
echo $dateHour;
?>
Exemple #2
0
if (mysql_errno() > 0) {
    AA_printErrorMsg(mysql_errno() . ": " . mysql_error());
} else {
    while ($row = mysql_fetch_array($res)) {
        if ($row[1] == NULL || $row[1] == 1) {
            if ($row[1] == 1) {
                if ($row[2] == $_COOKIE['meeting_id']) {
                    AA_timing_getResultsAuto($row[0]);
                }
            } else {
                AA_timing_getResultsAuto($row[0]);
            }
        }
    }
}
AA_timetable_display('monitor');
$hour = date("H") - 2;
$dateHour = date("Y-m-d") . $hour;
?>

<script type="text/javascript">
<!--
	window.setTimeout("updatePage()", <?php 
echo $cfgMonitorReload * 1000;
?>
);     
   
    // scroll to put current time - 2 hours line approximately to the top of the screen                                      
	if(document.getElementById('<?php 
echo $dateHour;
?>
Exemple #3
0
        $result = $http->send_post($host, 'http://' . $url . '/' . $GLOBALS['cfgDir'] . '/live_delete.php', $post, 'file', '');
        if (!$result) {
            AA_printErrorMsg($strErrFtpNoDel);
        }
    } else {
        if ($arg == 'start' && !empty($host) && !empty($user) && !empty($pwd) && !empty($url)) {
            // set meeting StatusChanged to yes
            // get stadium name
            $result = mysql_query("\r\n                    UPDATE  \r\n                        athletica.meeting \r\n                    SET \r\n                        StatusChanged = 'y'   \r\n                    WHERE xMeeting = " . $_GET['xMeeting']);
            if (mysql_errno() > 0) {
                AA_printErrorMsg(mysql_errno() . ": " . mysql_error());
            }
            require 'config.inc.end.php';
        }
        if (!empty($host) && !empty($user) && !empty($pwd) && !empty($url)) {
            AA_timetable_display();
        }
    }
    ?>

<script type="text/javascript">
<!--
     
     activ = window.setTimeout("updatePage()", <?php 
    echo $cfgMonitorReload * 1000;
    ?>
);
                
    function updatePage()
    {   
        window.open("index.php?xMeeting=<?php