Merge pull request #137 from pjao/master

Last Heard - How many callsigns in cache
This commit is contained in:
Kim - DG9VH 2017-03-28 06:21:13 +02:00 committed by GitHub
commit 45c7932973
13 changed files with 39 additions and 2 deletions

View file

@ -1,9 +1,12 @@
<?php <?php
$totalLH = count($lastHeard); $totalLH = count($lastHeard);
$TMP_CALL_NAME = "/tmp/Callsign_Name.txt";
exec("wc -l ".$TMP_CALL_NAME." | cut -f1 -d' '", $output);
exec("wc -l ".DMRIDDATPATH." | cut -f1 -d' '", $output2);
?> ?>
<div class="panel panel-default"> <div class="panel panel-default">
<!-- Standard-Panel-Inhalt --> <!-- Standard-Panel-Inhalt -->
<div class="panel-heading"><?php echo _("Last Heard List of today's")." ".$totalLH." "._("callsigns."); ?><span class="pull-right clickable"><i class="glyphicon glyphicon-chevron-up"></i></span></div> <div class="panel-heading"><?php echo _("Last Heard List of today's")." ".$totalLH." "._("callsigns.")." "._("Cached")." (".$output[0]."/".$output2[0].")"; ?><span class="pull-right clickable"><i class="glyphicon glyphicon-chevron-up"></i></span></div>
<div class="panel-body"> <div class="panel-body">
<!-- Tabelle --> <!-- Tabelle -->
<div class="table-responsive"> <div class="table-responsive">

View file

@ -728,3 +728,7 @@ msgstr ""
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "" msgstr ""
#: include/lh_ajax.php:6
msgid "Cached"
msgstr ""

Binary file not shown.

View file

@ -725,3 +725,8 @@ msgstr "Konfiguration"
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "Nutze networks.php statt d. Konfig. unten" msgstr "Nutze networks.php statt d. Konfig. unten"
#: include/lh_ajax.php:6
msgid "Cached"
msgstr "Zwischengespeichert"

Binary file not shown.

View file

@ -725,3 +725,8 @@ msgstr ""
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "" msgstr ""
#: include/lh_ajax.php:6
msgid "Cached"
msgstr ""

Binary file not shown.

View file

@ -740,3 +740,8 @@ msgstr ""
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "" msgstr ""
#: include/lh_ajax.php:6
msgid "Cached"
msgstr "En caché"

View file

@ -732,3 +732,8 @@ msgstr ""
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "" msgstr ""
#: include/lh_ajax.php:6
msgid "Cached"
msgstr ""

Binary file not shown.

View file

@ -704,3 +704,8 @@ msgstr "Конфигурация"
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "Использовать данные из файла networks.php вместо кофигурации ниже" msgstr "Использовать данные из файла networks.php вместо кофигурации ниже"
#: include/lh_ajax.php:6
msgid "Cached"
msgstr "Кэширование"

Binary file not shown.

View file

@ -728,4 +728,9 @@ msgstr ""
#: setup.php:209 #: setup.php:209
msgid "Use networks.php instead of configuration below" msgid "Use networks.php instead of configuration below"
msgstr "" msgstr ""
#: include/lh_ajax.php:6
msgid "Cached"
msgstr "Cachad"