diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-30 21:06:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-30 21:06:31 (GMT) |
commit | 1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1 (patch) | |
tree | 41c6ae77ded023e0d94c4944c73b1c0dffeb4da0 /linhes/linhes-web/website/contents/header.html | |
parent | 6c530f338a1967bdbdda9e09e915d4a1e194d27f (diff) | |
download | linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.zip linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.tar.gz linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.tar.bz2 |
linhes-web: initial inclusion
Diffstat (limited to 'linhes/linhes-web/website/contents/header.html')
-rw-r--r-- | linhes/linhes-web/website/contents/header.html | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/linhes/linhes-web/website/contents/header.html b/linhes/linhes-web/website/contents/header.html new file mode 100644 index 0000000..831a9d5 --- /dev/null +++ b/linhes/linhes-web/website/contents/header.html @@ -0,0 +1,97 @@ +<html>
+<!--<style type="text/css">@import "mv.css";</style>-->
+<link rel="stylesheet" type="text/css" href="skeleton.css" />
+<head>
+
+<script type="text/javascript">
+function r()
+{
+ current_hostname=parent.location.hostname
+ 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" ) ;
+}
+
+function beStatus()
+{
+ document.getElementById('modify-me').href = "http://" + window.location.hostname + ":6544";
+}
+
+</script>
+</head>
+
+<BODY BGCOLOR=#ebb81c onload="beStatus()">
+
+<div id='header'></div>
+<img id='header_img' src="linhes_header.png" alt="LinHES" title="LinHES"/>
+
+<base target="content" />
+<ul id="nav">
+<li><a href="home.shtml" TARGET="content" id="current">Home</a></li>
+
+<li><a href="mythweb/">MythWeb »</a>
+ <ul>
+ <li><a href="mythweb/tv/list" >Listings</a></li>
+ <li><a href="mythweb/tv/recorded" >Recorded</a></li>
+ <li><a href="mythweb/tv/schedules" >Schedules</a></li>
+ <li><a href="mythweb/tv/searches" >Searches</a></li>
+ <li><a href="mythweb/status" >Status</a></li>
+ <li><a href="mythweb/tv/upcoming" >Upcoming</a></li>
+ <li><a href="mythweb/music" >Music</a></li>
+ <li><a href="mythweb/video" >Video</a></li>
+ </ul>
+</li>
+
+<li><a href="fe_status_load.shtml">MythFrontend Status</a></li>
+
+<li><a href="" id="modify-me" target="_blank">MythTV WebFrontend</a></li>
+
+<li><a href="xymon/">Health & Maintenance</a></li>
+
+<li><a href="/logs/" >System »</a>
+ <ul>
+ <!-- <li><a href="/xymon" >Health</a></li>-->
+ <li><a href="/logs/" >Logs</a></li>
+ <li><a href="/exports.shtml" >File Shares</a></li>
+ <li><a href="/cardmap.shtml" >Tuners</a></li>
+ <li><a href="/shell/" >Terminal</a></li>
+ </ul>
+</li>
+
+<li><a href="calllog.shtml">Utilities »</a>
+ <ul>
+<!-- <li><a onClick=r() >MythBackend Status</a></li> -->
+ <li><a href="calllog.shtml">Call Log</a></li>
+ <li><a href="mythexport/setup.cgi">MythExport</a></li>
+ <li><a href="mythexpress.html" target="_blank">MythExpress</a></li>
+<!-- <li><a href="remyth.html" >ReMyth</a></li> -->
+ <li><a href="zm">ZoneMinder</a></li>
+ </ul>
+</li>
+
+<li><a href="docs.html" >Documentation</a></li>
+
+<li><a href="links.html" >Links »</a>
+ <ul>
+ <li><a href="http://linhes.org/wiki" >LinHES Wiki</a></li>
+ <li><a href="http://forums.linhes.org" >LinHES Forums</a></li>
+ <li><a href="http://linhes.org/projects/linhes/issues" >LinHES Bug Tracker </a></li>
+ <li><a href="http://linhes.org/projects/linhes/wiki/Official_and_3rd_party_add-ons" >LinHES Add-Ons</a></li>
+ <li><a href="http://www.mythtv.org" >MythTV</a></li>
+ <li><a href="http://smolt.mythtv.org" >MythTV Smolt Server</a></li>
+ <li><a href="http://www.schedulesdirect.org" >Schedules Direct</a></li>
+ </ul>
+</li>
+
+</body>
+</html>
|