GetElement($INPUT, "reflectorlist");
$Reflectors = $XML->GetAllElements($Reflectorlist, "reflector");
?>
| # |
Reflector |
Country |
Service |
Comment |
GetElement($Reflectors[$i], "name"));
$COUNTRY = sanitize_output($XML->GetElement($Reflectors[$i], "country"));
$LASTCONTACT = intval($XML->GetElement($Reflectors[$i], "lastcontact"));
$COMMENT = sanitize_output($XML->GetElement($Reflectors[$i], "comment"));
$DASHBOARDURL = sanitize_attribute($XML->GetElement($Reflectors[$i], "dashboardurl"));
if ($odd == "#FFFFFF") { $odd = "#F1FAFA"; } else { $odd = "#FFFFFF"; }
echo '
| '.($i+1).' |
'.$NAME.' |
'.$COUNTRY.' |
-1800)) { echo 'down'; } ELSE { echo 'up'; } echo '.png) |
'.$COMMENT.' |
';
}
?>