Exemplo n.º 1
0
?>
<table width="100%"><tr><td style="border:dotted thin #000"></td></tr></table>
<?php 
if ($byAge == 1 && $byGender == 1 && $combo != 3) {
    include_once "includes/page_elems.php";
    $user = get_user_by_id($_SESSION['user_id']);
    //Enable the click to DHIMS2 button for all users
    //if(isAdmin($user))
    //{
    ?>
        <table width="100%">
        <tr>
        <td align="center">
        <span id='dhims2_send_progress' style='display:none'><?php 
    $page_elems = new PageElems();
    $page_elems->getProgressSpinnerBig("Connecting to DHIMS2, Please wait...");
    ?>
 </span>        
        </td>
        </tr>
        <tr>
        <td align="center"> 
        <div id="dhims2_send_link" style="display:block;" class="warning"><b>DHIMS2 INTERFACE</b>
            	<form name="dhims2_frm" id="dhims2_frm" action="../api/dhims2_send.php" method="post">
                <input type="hidden" value='<?php 
    echo json_encode($dhims2_test_config);
    ?>
' name="dhims2_test_counts" id="dhims2_test_counts"  />
                <input type="hidden" name="lab_config_id" id="lab_config_id" value="<?php 
    echo $lab_config_id;
    ?>
Exemplo n.º 2
0
echo LangUtil::getPageTerm("TIPS_BLISINTRO");

?>
<br><br>
    <div id="update_div2" style="display:none;" class="warning">
    <a rel='facebox' id='update_link' href='../update/blis_update.php'>Click here to complete update to version <?php echo $VERSION ?></a>
    </div>

    <div id="update_div" style="display:none;" class="warning">
    <a id='update_link' href='javascript:blis_update_t();'>Click here to complete update to version <?php echo $VERSION ?></a>
    </div>

<div id='update_spinner' style='display:none;'>
<?php
$spinner_message = "Updating to C4G BLIS ".$VERSION."<br>";
$page_elems->getProgressSpinnerBig($spinner_message);
?>
</div>

 <div id="update_failure" style="display:none;" class="update_error">
    Update Error! Please Try Again by clicking <a id='update_link' href='javascript:blis_update_t();'>here</a><br>
    If still unsuccessful report error UE5 to madhavanmurrali@gatech.edu
    </div>

 <div id="update_success"  style="display:none;" class="update_success">
    Update Successful! Welcome to C4G BLIS <?php echo $VERSION; ?>
    </div>