summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/header.html
blob: 1192f6336413389f648e723090fc00d7cd400f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
    <!--<style type="text/css">@import "mv.css";</style>-->
    <link rel="stylesheet" type="text/css" href="skeleton.css" />
<head>
<meta charset="UTF-8" />
<script type="text/javascript">

function beStatus()
{
    document.getElementById('mwamodify-me').href = "http://" + window.location.hostname + ":6544";
    document.getElementById('plexmodify-me').href = "http://" + window.location.hostname + ":32400/web/";
    document.getElementById('fgmodify-me').href = "http://" + window.location.hostname + ":3539/flexget/";
    document.getElementById('btmodify-me').href = "http://" + window.location.hostname + ":8080";
}
</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 &#187;</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="mwamodify-me" target="_blank">MythTV Web App</a></li>
<li><a href="" id="plexmodify-me" target="_blank">Plex</a></li>

<li><a href="/logs/" >System &#187;</a>
    <ul>
        <li><a href="/logs/"  >Logs</a></li>
       <!-- <li><a href="/exports.shtml"  >File Shares</a></li> -->
        <li><a href="" id="fgmodify-me" target="_blank">FlexGet</a></li>
        <li><a href="" id="btmodify-me" target="_blank">qBittorrent</a></li>
        <li><a href="/zabbix/"   >Zabbix</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 &#187;</a>
    <ul>
        <li><a href="mythexport/setup.cgi">MythExport</a></li>
        <li><a href="mythexpress.html" target="_blank">MythExpress</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 &#187;</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>