summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/header.html
blob: b8b346cad169536aa637ebace711b4ff392274ec (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
<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" ) ;

}
</script>
</head>

<BODY BGCOLOR=#ebb81c>

<div id='header'></div>
<img id='header_img' src="linhes_header.png" alt="Alt Text" title="Image Title"/>

<base target="content" />
<ul id="nav">
<li><a href="home.shtml" TARGET="content" id="current">Home</a></li>
<li><a href="xymon" >System Health</a></li>
<li><a href="/exports.shtml">Utilities &#187;</a>
    <ul>
        <li><a href="/exports.shtml"  >List file shares </a></li>
        <li><a href="mythweb/">MythWeb</a></li>
        <li><a href="mythexport/setup.cgi">MythExport</a></li>
        <li><a href="/zm">ZoneMinder</a></li>
    </ul>
</li>

<li><a href="/logs/">Logs &#187;</a>
    <ul>
        <li><a href="/calllog.shtml">Phone Call Log</a></li>
        <li><a href="/logs/">System Logs</a></li>

    </ul>
</li>


<li><a href="docs.html"  >Documentation</a></li>
<li><a   onClick=r() >Myth Backend Status</a></li>

<li><a href="links.html"  >Links</a></li>


</body>
</html>