Last change
on this file since 1d1e06d was
ad6f82d,
checked in by ramon <ramongomez@…>, 7 years ago
|
#730: Corregir erratas para mostrar mensajes traducidos en log histórico y evitar que se generen mensajes de error por variable no asignada durante el sondeo de estados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5540 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100755
|
File size:
664 bytes
|
Rev | Line | |
---|
[3f73876] | 1 | #!/bin/bash |
---|
[ad6f82d] | 2 | |
---|
[3f73876] | 3 | echo "Content-type: text/html" |
---|
| 4 | echo "" |
---|
[21c226b] | 5 | echo "<html><head><title>OpenGnsys Client</title>" |
---|
| 6 | echo " <meta charset='utf-8'>" |
---|
| 7 | echo "</head><body>" |
---|
[3f73876] | 8 | |
---|
[ad6f82d] | 9 | echo "<h1> $(./httpd-runengine.sh 'ogEcho $MSG_HTTPLOG_NOUSE').</br>host $(hostname -s)</h1> " |
---|
[5b26871] | 10 | |
---|
[380e3e0] | 11 | echo "<IFRAME SRC='bandwidth.sh' WIDTH=250 HEIGHT=90> <A HREF="bandwidth.sh">link</A> </IFRAME> " |
---|
[da31cee] | 12 | echo "<IFRAME SRC='cache.sh' WIDTH=590 HEIGHT=90><A HREF="cache.sh">link</a> </IFRAME><br>" |
---|
[3f73876] | 13 | |
---|
| 14 | echo "<IFRAME SRC='LogSession.sh' WIDTH=850 HEIGHT=230> <A HREF="LogSession.sh">link</A> </IFRAME>" |
---|
[380e3e0] | 15 | echo "<IFRAME SRC='LogCommand.sh' WIDTH=850 HEIGHT=280> <A HREF="LogCommand.sh">link</A> </IFRAME>" |
---|
[3f73876] | 16 | |
---|
[21c226b] | 17 | echo "</body> |
---|
Note: See
TracBrowser
for help on using the repository browser.