die gute Einwahl- und Abrechnungsverwaltung fuer wg-netze
This commit is contained in:
parent
a8998763b3
commit
4c9a86a6d0
24 changed files with 2350 additions and 0 deletions
20
wg-dialer/homepage/verbindungsStatus.php
Normal file
20
wg-dialer/homepage/verbindungsStatus.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?PHP
|
||||
|
||||
print '<BR><H1><DIV ALIGN="CENTER">';
|
||||
print '<A HREF="index.php">';
|
||||
print 'Status aktualisieren: ';
|
||||
print '</A>';
|
||||
print holeVerbindungsStatus();
|
||||
print '</DIV></H1>';
|
||||
print '<DIV ALIGN="CENTER">';
|
||||
$tarif=holeTarif();
|
||||
print "Aktueller Tarif: $tarif";
|
||||
print '<BR>';
|
||||
print '<TT>Vorsicht:</TT><BR>achte unbedingt darauf, dass der angezeigte Tarif <BR>';
|
||||
print 'zum heutigen Wochentag passt - ansonsten klicke ';
|
||||
print '<A HREF="tarifWechsel.php">hier</A> um den anderen Tarif zu aktivieren!<BR>';
|
||||
|
||||
print '</DIV>';
|
||||
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue