diff options
Diffstat (limited to 'linhes/linhes-web/website/contents/header.html')
-rw-r--r-- | linhes/linhes-web/website/contents/header.html | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/linhes/linhes-web/website/contents/header.html b/linhes/linhes-web/website/contents/header.html index cb15bbf..e255810 100644 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -2,31 +2,13 @@ <!--<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";
+ document.getElementById('plexmodify-me').href = "http://" + window.location.hostname + ":32400/web/";
}
-
</script>
</head>
@@ -52,19 +34,17 @@ function beStatus() </ul>
</li>
-<li><a href="fe_status_load.shtml">MythFrontend Status</a></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="" id="plexmodify-me" target="_blank">Plex</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>
+ <!-- <li><a href="/cardmap.shtml" >Tuners</a></li>-->
+ <!-- <li><a href="/shell/" >Terminal</a></li>-->
</ul>
</li>
<!--
|