summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/header.html
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-05 21:43:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-05 21:43:45 (GMT)
commitfb65a64342c34c65045889121c310494d26e34ec (patch)
treeed446c73093b3e5babcfa20098e785bf69493a18 /abs/core/supplemental-web/contents/header.html
parent1cb4972bbf213b391bd403605ded1702ed224a25 (diff)
downloadlinhes_pkgbuild-fb65a64342c34c65045889121c310494d26e34ec.zip
linhes_pkgbuild-fb65a64342c34c65045889121c310494d26e34ec.tar.gz
linhes_pkgbuild-fb65a64342c34c65045889121c310494d26e34ec.tar.bz2
supplemental-web: changed the header to include mythexpress and remyth
I hope to add something to catch the error page and wrap them like the rest of the links. However it's considered cross domain because of the port change. refs #865 refs #863
Diffstat (limited to 'abs/core/supplemental-web/contents/header.html')
-rw-r--r--abs/core/supplemental-web/contents/header.html35
1 files changed, 29 insertions, 6 deletions
diff --git a/abs/core/supplemental-web/contents/header.html b/abs/core/supplemental-web/contents/header.html
index b8b346c..a75d57c 100644
--- a/abs/core/supplemental-web/contents/header.html
+++ b/abs/core/supplemental-web/contents/header.html
@@ -10,6 +10,22 @@ function r()
top.frames["content"].location.href = ( "http://" + current_hostname + ":6544" ) ;
}
+
+function express()
+{
+ current_hostname=parent.location.hostname
+ top.frames["content"].location.href = ( "http://" + current_hostname + ":6565" ) ;
+
+ }
+
+function remyth()
+{
+ current_hostname=parent.location.hostname
+ top.frames["content"].location.href = ( "http://" + current_hostname + ":8088" ) ;
+
+ }
+
+
</script>
</head>
@@ -21,21 +37,28 @@ function r()
<base target="content" />
<ul id="nav">
<li><a href="home.shtml" TARGET="content" id="current">Home</a></li>
-<li><a href="xymon" >System Health</a></li>
-<li><a href="/exports.shtml">Utilities &#187;</a>
+
+<li><a href="xymon" >System &#187;</a>
<ul>
<li><a href="/exports.shtml" >List file shares </a></li>
+ <li><a href="/xymon" >System Health</a></li>
+ <li><a href="/logs/">System Logs</a></li>
+ </ul>
+</li>
+
+<li><a href="mythweb/">Utilities &#187;</a>
+ <ul>
<li><a href="mythweb/">MythWeb</a></li>
<li><a href="mythexport/setup.cgi">MythExport</a></li>
- <li><a href="/zm">ZoneMinder</a></li>
+ <li><a onClick=express() >MythExpress</a></li>
+ <li><a onClick=remyth() >ReMyth</a></li>
</ul>
</li>
-<li><a href="/logs/">Logs &#187;</a>
+<li><a href="/calllog.shtml">Surveillance &#187;</a>
<ul>
<li><a href="/calllog.shtml">Phone Call Log</a></li>
- <li><a href="/logs/">System Logs</a></li>
-
+ <li><a href="/zm">ZoneMinder</a></li>
</ul>
</li>