source: client/shared/lib/httpd/httpd-log.sh @ 1d1e06d

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