Esempio n. 1
0
function get_tac_html()
{
    $tac_data = get_tac_data();
    $tac = "";
    $tac .= info_table() . '<br />';
    $tac .= overview_table($tac_data) . '<br />';
    $tac .= health_meters($tac_data);
    //added health meters -MG 4/23/11
    $tac .= hosts_table($tac_data) . '<br />';
    $tac .= services_table($tac_data) . '<br />';
    $tac .= features_table($tac_data);
    $tac .= search_box() . '<br />';
    return $tac;
}
Esempio n. 2
0
                <li class="divider"></li>
                <li><a href="http://wiki.evengyl.be/index.php/Accueil">Wiki Leaks Evengyl</a></li>
                <li class="divider"></li>
                <li><a href="http://www.netvibes.com/privatepage/1">NetVibe Flux RSS</a></li>
            </ul>
        </div>
    </nav>
</div>
<div class="col-xs-10 col-sm-10 col-md-10 col-lg-10"><?php 
if (isset($_GET['nav_intra'])) {
    if ($_GET['nav_intra'] == 'manage_bsd') {
        require 'manage_bsd.php';
    } else {
        if ($_GET['nav_intra'] == 'info_table') {
            echo '<p style="font-size:17px; padding:10px; text-align:center;" class="bg-success">El&eacutements d&eacutetaill&eacutes des tables</p>';
            info_table();
            //fonction dans le fichier function.php
        } else {
            if ($_GET['nav_intra'] == 'plugin_matos') {
                require 'plugin_matos.php';
                // cette appel est un appel de templates , il doit être revus et correctement intégré
            } else {
                if ($_GET['nav_intra'] == 'eval') {
                    render_eval();
                } else {
                    if ($_GET['nav_intra'] == 'php_infos') {
                        info_php();
                    } else {
                        if ($_GET['nav_intra'] == 'infos_serveur') {
                            ?>
            <div class="row" style="margin-top:15px;">