diff --git a/dashboard/pgs/reflectors.php b/dashboard/pgs/reflectors.php index 9f044a4..15318e2 100755 --- a/dashboard/pgs/reflectors.php +++ b/dashboard/pgs/reflectors.php @@ -16,7 +16,6 @@ $Reflectors = $XML->GetAllElements($Reflectorlist, "reflector"); ?> -
# | diff --git a/dashboard/pgs/repeaters.php b/dashboard/pgs/repeaters.php index 905c1b6..ecf98dd 100755 --- a/dashboard/pgs/repeaters.php +++ b/dashboard/pgs/repeaters.php @@ -1,5 +1,5 @@
---|
# | Flag | DV Station | @@ -22,9 +22,9 @@ $odd = ""; $Reflector->LoadFlags(); for ($i=0;$i<$Reflector->NodeCount();$i++) { - + if ($odd == "#FFFFFF") { $odd = "#F1FAFA"; } else { $odd = "#FFFFFF"; } - + echo '
---|---|---|
'.($i+1).' | @@ -36,7 +36,7 @@ for ($i=0;$i<$Reflector->NodeCount();$i++) {Nodes[$i]->GetSuffix(); echo '" class="pl" target="_blank">'.$Reflector->Nodes[$i]->GetCallSign(); - if ($Reflector->Nodes[$i]->GetSuffix() != "") { echo '-'.$Reflector->Nodes[$i]->GetSuffix(); } + if ($Reflector->Nodes[$i]->GetSuffix() != "") { echo '-'.$Reflector->Nodes[$i]->GetSuffix(); } echo ' | '; if (($Reflector->Nodes[$i]->GetPrefix() == 'REF') || ($Reflector->Nodes[$i]->GetPrefix() == 'XRF')) { @@ -52,7 +52,7 @@ for ($i=0;$i<$Reflector->NodeCount();$i++) { case 'C' : echo '2m'; break; case 'D' : echo 'Dongle'; break; case 'G' : echo 'Internet-Gateway'; break; - default : + default : echo ''; } } echo ' | @@ -79,6 +79,6 @@ for ($i=0;$i<$Reflector->NodeCount();$i++) { if ($i == $PageOptions['RepeatersPage']['LimitTo']) { $i = $Reflector->NodeCount()+1; } } -?> - +?> +