summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/local-website/contents/header.html
blob: 686cf7818b93ad2b95ef9ea433f97445aca19478 (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
<html>
<style type="text/css">@import "mv.css";</style>
<head>

<script type="text/javascript">
function r() 
{
	top.frames["content"].location.href = ( "http://" + parent.location.hostname + ":6544" ) ;
 
}	
</script>	
</head>

<BODY BGCOLOR=#000011>

<div id='header'>
 </div>

<base target="content" />
<div id="navcontainer">
	<ul id="navlist">
		<li id="active"><a href="home.shtml" TARGET="content" id="current">Home</a></li>
		<li><a href="docs.html"  >Documentation</a></li>
		<li><a href="links.html"  >Links</a></li>
		<li><a href="webcal/"  >Calendar</a></li>
		<li><a href="hobbit"  >Hobbit</a></li>
		<li><a   onClick=r() >MBE_Status</a></li>
		<li><a href="mythweb/" >MythWeb</a></li>
		<li><a href="phpMyAdmin/"  >phpMyAdmin</a></li>
	</ul>
</div>
</body>
</html>