mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-03-04 10:28:47 -05:00
remove TimeSlot info
This commit is contained in:
parent
aa8472994d
commit
3885cb44d1
@ -54,7 +54,7 @@ echo "<center><fieldset style=\"background-color:#e0e0e0e0; width:1100px;margin-
|
|||||||
echo "<table>\n\n";
|
echo "<table>\n\n";
|
||||||
// define table row titels
|
// define table row titels
|
||||||
echo"<tr><th colspan=9 style='font-size:18px;'>LastHeard</th></tr>";
|
echo"<tr><th colspan=9 style='font-size:18px;'>LastHeard</th></tr>";
|
||||||
echo "<TR><TH> Date<TH> Time<TH> Callsign (DMR-Id)<TH> Name<TH> TG#<TH> TG Name<TH>TX (s) <TH> Slot <TH>Source</TR>\n\n";
|
echo "<TR><TH> Date<TH> Time<TH> Callsign (DMR-Id)<TH> Name<TH> TG#<TH> TG Name<TH>TX (s) <TH>Source</TR>\n\n";
|
||||||
|
|
||||||
// define location and name of logfile
|
// define location and name of logfile
|
||||||
// best practise is write logfile in the directory where this php script is saved because some php installations have problems to read files outside the webserver directories
|
// best practise is write logfile in the directory where this php script is saved because some php installations have problems to read files outside the webserver directories
|
||||||
@ -104,7 +104,7 @@ $log_time[$i]=substr($log_time[$i],0,19);
|
|||||||
if ($user_id[$i]=="1234567") {$user_call[$i] = "*NoCallsign*"; $user_id[$i]="-";}
|
if ($user_id[$i]=="1234567") {$user_call[$i] = "*NoCallsign*"; $user_id[$i]="-";}
|
||||||
|
|
||||||
// output table
|
// output table
|
||||||
echo "<TR>".$s.' '.$date_eu[2].".".$date_eu[1].".".$date_eu[0].$s.' '.substr($log_time[$i],11,5).$s.'<font color=#0066ff><b> '.$user_call[$i]."</b></font><font size=\"-1\"> (".$user_id[$i].")</font>".$s.TRIM($user_name[$i]).$s.'<font color=#b5651d><b>'.$tg[$i].'</b></font>'.$s.'<font color=green><b> '.$tgname[$i].'</b></font>'.$s."<center>".round($transmit_timer[$i])."</center>".$s."<center> ".$ts[$i]." </center>".$s.$system[$i]."</TR>\n";
|
echo "<TR>".$s.' '.$date_eu[2].".".$date_eu[1].".".$date_eu[0].$s.' '.substr($log_time[$i],11,5).$s.'<font color=#0066ff><b> '.$user_call[$i]."</b></font><font size=\"-1\"> (".$user_id[$i].")</font>".$s.TRIM($user_name[$i]).$s.'<font color=#b5651d><b>'.$tg[$i].'</b></font>'.$s.'<font color=green><b> '.$tgname[$i].'</b></font>'.$s."<center>".round($transmit_timer[$i])."</center>".$s.$system[$i]."</TR>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "\n</table></fieldset></div>";
|
echo "\n</table></fieldset></div>";
|
||||||
|
Loading…
Reference in New Issue
Block a user