Example #1
0
        }
        $name = $cities[$station]['name'];
        $s .= "<tr><td>{$station}</td><td>{$name}</td><td>{$valid}</td></tr>\n";
        $q = 1;
    }
    if ($q == 0) {
        $s .= "<tr><td colspan=3>All Sites Online!!!</td></tr>\n";
    }
    return $s;
}
$kcci = networkOffline("KCCI");
$kelo = networkOffline("KELO");
$kimt = networkOffline("KIMT");
$rwis = networkOffline("IA_RWIS");
$awos = networkOffline("AWOS");
$isusm = networkOffline("ISUSM");
$t->content = <<<EOF
<ol class="breadcrumb">
 <li><a href="/QC/">Quality Control</a></li>
 <li class="active">Sites Offline</li>
</ol>

<P>Unfortunately, automated observing sites occasionally go offline due
to a wide range of factors.  Here is a listing of sites currently offline.
</p>


<table class="table table-striped">
<thead>
<tr>
 <th align="left">Site ID:</th>
Example #2
0
            continue;
        }
        $name = $cities[$station]['name'];
        $s .= "<tr><td>{$station}</td><td>{$name}</td><td>{$valid}</td></tr>\n";
        $q = 1;
    }
    if ($q == 0) {
        $s .= "<tr><td colspan=3>All Sites Online!!!</td></tr>\n";
    }
    return $s;
}
$kcci = networkOffline("KCCI");
$kelo = networkOffline("KELO");
$kimt = networkOffline("KIMT");
$rwis = networkOffline("IA_RWIS");
$awos = networkOffline("AWOS");
$t->content = <<<EOF
<ol class="breadcrumb">
 <li><a href="/QC/">Quality Control</a></li>
 <li class="active">Sites Offline</li>
</ol>

<P>Unfortunately, automated observing sites occasionally go offline due
to a wide range of factors.  Here is a listing of sites currently offline.
</p>


<table class="table table-striped">
<thead>
<tr>
 <th align="left">Site ID:</th>