Add even more of the source
This should be about everything needed to build so far?
This commit is contained in:
parent
af3619d4fa
commit
849723c9cf
547 changed files with 149239 additions and 0 deletions
24
WebAdmin/WebAdminHtml/frameset.html
Normal file
24
WebAdmin/WebAdminHtml/frameset.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue