about summary refs log tree commit diff
path: root/web/dbdoc/downloadHelp.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/dbdoc/downloadHelp.html')
-rwxr-xr-xweb/dbdoc/downloadHelp.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/web/dbdoc/downloadHelp.html b/web/dbdoc/downloadHelp.html
new file mode 100755
index 00000000..c4765107
--- /dev/null
+++ b/web/dbdoc/downloadHelp.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>Download Help / WebQTL</TITLE>
+<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<LINK REL="stylesheet" TYPE="text/css" HREF='/css/general.css'>
+<LINK REL="stylesheet" TYPE="text/css" HREF='/css/menu.css'>
+<SCRIPT SRC="/javascript/webqtl.js"></SCRIPT>
+
+</HEAD>
+<BODY  bottommargin="5" topmargin="5" leftmargin="5" rightmargin="5" marginheight="5" marginwidth="5" text=#000000 bgColor=#ffffff>
+<TABLE cellSpacing=3 cellPadding=4 width="100%" border=0>
+	<TBODY>
+	<TR>
+		<script language="JavaScript" src="/javascript/header.js"></script>
+	</TR>
+	<TR>
+		<TD vAlign=top colspan=2 height=300  bgColor=#eeeeee>
+			<P class="title">Download Help</P>
+		</TD>
+	</TR>
+	<TR>
+		<TD colspan=2 align=center bgColor=#ddddff>
+	 
+	 
+	
+		<!--Start of footer-->
+		<TABLE width="90%">
+		<script language='JavaScript' src='/javascript/footer.js'></script>
+		</TABLE>
+		<!--End of footer-->
+
+
+
+		</TD>
+	</TR>
+</TABLE>
+<!-- /Footer -->
+<!-- menu script itself. you should not modify this file -->
+<script language="JavaScript" src="/javascript/menu_new.js"></script>
+<!-- items structure. menu hierarchy and links are stored there -->
+<script language="JavaScript" src="/javascript/menu_items.js"></script>
+<!-- files with geometry and styles structures -->
+<script language="JavaScript" src="/javascript/menu_tpl_temp.js"></script>
+<script language="JavaScript">
+	<!--//
+	// Note where menu initialization block is located in HTML document.
+	// Don't try to position menu locating menu initialization block in
+	// some table cell or other HTML element. Always put it before </body>
+	// each menu gets two parameters (see demo files)
+	// 1. items structure
+	// 2. geometry structure
+	new menu (MENU_ITEMS, MENU_POS);
+	// make sure files containing definitions for these variables are linked to the document
+	// if you got some javascript error like "MENU_POS is not defined", then you've made syntax
+	// error in menu_tpl.js file or that file isn't linked properly.
+	
+	// also take a look at stylesheets loaded in header in order to set styles
+	//-->
+</script>
+</BODY>
+</HTML>