
Api php template
138
$regtable = $ARRAY[$i];
echo "<font color=#880000 size=2>" .
$regtable['signal-strength'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#A00000 size=2>" .
$regtable['signal-to-noise'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
$z=$regtable['wds'];
if ($z==true)
{
echo popup('Rates', $regtable['strength-at-rates'] ) ;
}
if ($z==false)
{
echo popup('Rates', $regtable['strength-at-rates'] ) ;
}
else
{
echo " ";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=2>" . $regtable['tx-ccq'] .
Kommentare zu diesen Handbüchern