$overlay) {
    if ($overlay['otvtype'] == 'overlay') {
        if ($overlay['status'] == 0) {
            $overlay_status = "
Normal";
            $gli = "";
        } else {
            $overlay_status = "
".$overlay['error']." - Alert";
            $gli = "list-group-item-danger";
        }
?>
        
 -  
        
 $adjacency) {
    if (($adjacency['otvtype'] == 'adjacency') && ($adjacency['index'] == $overlay['index'])) {
        if ($adjacency['status'] == 0) {
            $adj_status = "
Normal";
            $gli = "";
        } else {
            $adj_status = "
".$adjacency['error']." - Alert";
            $gli = "list-group-item-danger";
        }
?>
    
  -