source: client/shared/lib/httpd/httpd-log.sh @ 0f04225

opengnsys-1.0.3
Last change on this file since 0f04225 was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 625 bytes
Line 
1
2#!/bin/bash
3echo "Content-type: text/html"
4echo ""
5#echo "<html><head><meta http-equiv='Refresh' content='2,URL=./example3.sh'><title>Bash as CGI"
6echo "<html><head><title>OpenGnsys Client</title></head><body>"
7
8echo "<h1> $(./httpd-runengine.sh 'ogEcho $MSG_HTTPLOG_NOUSE'  ) .    host $(hostname -s)</h1> "
9
10echo "<IFRAME SRC='bandwidth.sh' WIDTH=250 HEIGHT=80> <A HREF="bandwidth.sh">link</A> </IFRAME> "
11
12
13echo "<IFRAME SRC='LogSession.sh' WIDTH=850 HEIGHT=230> <A HREF="LogSession.sh">link</A> </IFRAME>"
14echo "<IFRAME SRC='LogCommand.sh' WIDTH=850 HEIGHT=250> <A HREF="LogCommand.sh">link</A> </IFRAME>"
15
16echo "</body>
Note: See TracBrowser for help on using the repository browser.