source: client/shared/lib/httpd/httpd-log.sh @ 540e2a8

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 540e2a8 was 540e2a8, checked in by albertogp <albertogp@…>, 12 years ago

branches-version1.0
Ajuste de cajas de información a 1024X768 en
fichero httpd-log.sh

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4014 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 721 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'  ) .</br>host $(hostname -s)</h1> "
9
10echo "<IFRAME SRC='bandwidth.sh' WIDTH=250 HEIGHT=90> <A HREF="bandwidth.sh">link</A> </IFRAME> "
11echo "<IFRAME SRC='cache.sh'     WIDTH=590 HEIGHT=90><A HREF="cache.sh">link</a> </IFRAME><br>"
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=280> <A HREF="LogCommand.sh">link</A> </IFRAME>"
15
16echo "</body>
Note: See TracBrowser for help on using the repository browser.