예제 #1
0
    }
    ?>
            <script>jQuery("#tblBoard").find("thead").show()</script>
        <?php 
}
?>

    </table>

    <div id="total">
        <?php 
printf('%s | %d@%.4fs | <i class="fa fa-clock-o" aria-hidden="true"></i> %ds', date('H:i:s', time()), $SMD->getDisplayedItems(), microtime(true) - $time_start, $timeout);
?>
        |
        <?php 
printf('%d/%d %s %s', $SMD->getDisplayedItems(), $SMD->getTotalItems(), Language::t('avisos'), $showAll);
?>
    </div>

<?php 
if (count($SMD->getDowntimes()) > 0) {
    ?>
    <div class="title"><?php 
    echo Language::t('Apagados Programados');
    ?>
</div>

    <table id="tblDowntime" border="0" align="center">
        <thead class="head">
        <tr>
            <th><?php