Darwin-Streaming-Server/WebAdmin/WebAdminHtml/frameset.html
Darren VanBuren 849723c9cf Add even more of the source
This should be about everything needed to build so far?
2017-03-07 17:14:16 -08:00

24 lines
936 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><qtssstring name=ServerName/>: <qtssobject name=qtssSvrDefaultDNSName/></title>
<script type="text/javascript" language=javascript>
if (parent.frames.length > 0) {
parent.location = '/parse_xml.cgi';
}
</script>
</head>
<frameset rows="40,100%" border=0 frameborder=0>
<noframes><body bgcolor="#FFFFFF">
<p>Please load this page in a 4.0 or higher browser.</p>
</body>
</noframes>
<frame src="/parse_xml.cgi?filename=top.html" name="top" noresize scrolling=no marginwidth=0 marginheight=0 frameborder=0>
<frameset cols="150,50*" frameborder=0>
<frame src="/parse_xml.cgi?filename=nav.html" name="nav" noresize scrolling=no marginwidth=0 marginheight=0 frameborder=0>
<frame src="/parse_xml.cgi?filename=welcome.html" name="content" marginwidth=0 marginheight=0 frameborder=0>
</frameset>
</frameset>
</html>