mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-26 01:44:20 +01:00
little changes in old_webend
This commit is contained in:
parent
1e18c2ed67
commit
9758505904
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
//read all
|
||||
$db->query("SELECT id, time, fms as data, 'fms' AS typ FROM ".$tableFMS." UNION ALL SELECT id, time, zvei as data, 'zvei' AS typ FROM ".$tableZVEI." UNION ALL SELECT id, time, ric as data, 'pocsag' AS typ FROM ".$tablePOC." ORDER BY time DESC");
|
||||
$db->query("SELECT id, time, fms as data, 'fms' AS typ FROM ".$tableFMS." UNION ALL SELECT id, time, zvei as data, 'zvei' AS typ FROM ".$tableZVEI." UNION ALL SELECT id, time, ric as data, 'pocsag' AS typ FROM ".$tablePOC." ORDER BY time DESC LIMIT 25");
|
||||
$Rows = array();
|
||||
while ($daten = $db->fetchAssoc())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<b>Last FMS alarms</b>
|
||||
<b>Last FMS data</b>
|
||||
<table style="width: 1000px;">
|
||||
<tr class="tableHead">
|
||||
<td>ID</td>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<b>Last 50 alarms</b>
|
||||
<b>Last data (max. 25)</b>
|
||||
<table style="width: 600px;">
|
||||
<tr class="tableHead">
|
||||
<td>ID</td>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<b>Last POCSAG alarms</b>
|
||||
<b>Last POCSAG data</b>
|
||||
<table style="width: 1000px;">
|
||||
<tr class="tableHead">
|
||||
<td>ID</td>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<b>Last ZVEI alarms</b>
|
||||
<b>Last ZVEI data</b>
|
||||
<table style="width: 600px;">
|
||||
<tr class="tableHead">
|
||||
<td>ID</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue