summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-12-12 15:14:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-12-12 15:14:28 (GMT)
commit76d71c91c42aafc0746e0f905519a9672312fa76 (patch)
tree9043a357613173efac2d0a80494059cdd3102b04 /abs/core/supplemental-web
parent5a8389780d325a63a1433ffeebcc47fb7f63d013 (diff)
downloadlinhes_pkgbuild-76d71c91c42aafc0746e0f905519a9672312fa76.zip
linhes_pkgbuild-76d71c91c42aafc0746e0f905519a9672312fa76.tar.gz
linhes_pkgbuild-76d71c91c42aafc0746e0f905519a9672312fa76.tar.bz2
supplemental-web:
home.shtml, formatting process.py first pass at accounting for mixed case hostnames. Set them all to lower
Diffstat (limited to 'abs/core/supplemental-web')
-rw-r--r--abs/core/supplemental-web/contents/home.shtml20
-rw-r--r--abs/core/supplemental-web/contents/process.py2
2 files changed, 7 insertions, 15 deletions
diff --git a/abs/core/supplemental-web/contents/home.shtml b/abs/core/supplemental-web/contents/home.shtml
index fe70014..18d66e2 100644
--- a/abs/core/supplemental-web/contents/home.shtml
+++ b/abs/core/supplemental-web/contents/home.shtml
@@ -4,20 +4,12 @@
</head>
<body>
-<div id="mainContainer">
-<!-- <div id="header"><p></p></div>
- <div id="content">
- <p></p>-->
-
- <!--#exec cmd="/data/srv/httpd/htdocs/count.py" -->
-
-
-</br>
-</br>
- <img src="/xymon/gifs/network.png" >
-
-<div id="footer"><p>Thank you for choosing LinHES</p></div>
-
+ <div id="mainContainer">
+ <!--#exec cmd="/data/srv/httpd/htdocs/count.py" -->
+ </br>
+ <img src="/xymon/gifs/network.png" >
+ </br> </br>
+ <div id="footer"><p>Thank you for choosing LinHES</p></div>
</body>
</html>
diff --git a/abs/core/supplemental-web/contents/process.py b/abs/core/supplemental-web/contents/process.py
index 48e56d2..93d16d9 100644
--- a/abs/core/supplemental-web/contents/process.py
+++ b/abs/core/supplemental-web/contents/process.py
@@ -259,7 +259,7 @@ if __name__ == '__main__':
print mainpage % body
selection=radio
- myhost=hidden
+ myhost=hidden.lower()
if selection == "Restore":
mylogfile=go_restore(name,myhost)