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
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "Content-type: text/html" |
---|
4 | echo "" |
---|
5 | echo "<html><head><title>OpenGnsys Client</title>" |
---|
6 | echo " <meta charset='utf-8'>" |
---|
7 | echo "</head><body>" |
---|
8 | |
---|
9 | echo "<h1> $(./httpd-runengine.sh 'ogEcho $MSG_HTTPLOG_NOUSE').</br>host $(hostname -s)</h1> " |
---|
10 | |
---|
11 | echo "<IFRAME SRC='bandwidth.sh' WIDTH=250 HEIGHT=90> <A HREF="bandwidth.sh">link</A> </IFRAME> " |
---|
12 | echo "<IFRAME SRC='cache.sh' WIDTH=590 HEIGHT=90><A HREF="cache.sh">link</a> </IFRAME><br>" |
---|
13 | |
---|
14 | echo "<IFRAME SRC='LogSession.sh' WIDTH=850 HEIGHT=230> <A HREF="LogSession.sh">link</A> </IFRAME>" |
---|
15 | echo "<IFRAME SRC='LogCommand.sh' WIDTH=850 HEIGHT=280> <A HREF="LogCommand.sh">link</A> </IFRAME>" |
---|
16 | |
---|
17 | echo "</body> |
---|
Note: See
TracBrowser
for help on using the repository browser.