summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/header.html
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-02-21 04:42:29 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-02-21 04:42:29 (GMT)
commit0c76a1a830e8492622ce8e58971fbeae18dd8574 (patch)
tree6d4c72b77b77ba0077c4d42d9044580af0fce5d1 /linhes/linhes-web/website/contents/header.html
parent62edd0d8966eeccbc1ebd4520dfac40e23e068db (diff)
downloadlinhes_pkgbuild-0c76a1a830e8492622ce8e58971fbeae18dd8574.zip
linhes_pkgbuild-0c76a1a830e8492622ce8e58971fbeae18dd8574.tar.gz
linhes_pkgbuild-0c76a1a830e8492622ce8e58971fbeae18dd8574.tar.bz2
linhes-web: header.html: add Plex link
Diffstat (limited to 'linhes/linhes-web/website/contents/header.html')
-rw-r--r--linhes/linhes-web/website/contents/header.html32
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 &#187;</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>
<!--