blob: 831a9d59a6d4458af16b24b8888bc3c273a58437 (
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
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>
|