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

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 cd95622 was 1665061f, checked in by adv <adv@…>, 14 years ago

version 1.0.2 #421 httpd-log

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

  • Property mode set to 100644
File size: 585 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> NO APAGAR POR FAVOR.    host $(hostname -s)</h1> "
9echo "<IFRAME SRC='bandwidth.sh' WIDTH=250 HEIGHT=80> <A HREF="bandwidth.sh">link</A> </IFRAME> "
10
11
12echo "<IFRAME SRC='LogStandar.sh' WIDTH=850 HEIGHT=200> <A HREF="LogStandar.sh">link</A> </IFRAME>"
13echo "<IFRAME SRC='LogTrack.sh' WIDTH=850 HEIGHT=250> <A HREF="LogTrack.sh">link</A> </IFRAME>"
14
15echo "</body>
Note: See TracBrowser for help on using the repository browser.