about summary refs log tree commit diff
path: root/web/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm
diff options
context:
space:
mode:
authorroot2012-05-08 18:39:56 -0500
committerroot2012-05-08 18:39:56 -0500
commitea46f42ee640928b92947bfb204c41a482d80937 (patch)
tree9b27a4eb852d12539b543c3efee9d2a47ef470f3 /web/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm
parent056b5253fc3857b0444382aa39944f6344dc1ceb (diff)
downloadgenenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz
Add all the source codes into the github.
Diffstat (limited to 'web/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm')
-rwxr-xr-xweb/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm37
1 files changed, 37 insertions, 0 deletions
diff --git a/web/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm b/web/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm
new file mode 100755
index 00000000..06c789c8
--- /dev/null
+++ b/web/tutorial/ppt/WebQTLDemo_files/outline_navigation_bar.htm
@@ -0,0 +1,37 @@
+<html>

<head>
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft Macintosh PowerPoint 10">
<link id=Main-File rel=Main-File href="WebQTLDemo.htm">
<link title="Presentation File" type="application/powerpoint" rel=alternate
href=WebQTLDemo.ppt>
<script>
+if ( ! top.PPTPRESENTATION ) {
+	window.location.replace( "endshow.htm" );
+}
+</script><script language=JavaScript><!--

+
+function restore() {
+if( navigator.platform != "MacPPC" )
+	self.location.reload();
+}
+
+function writebody() {
+
+	if ( parent.g_showoutline ) {
+			document.write('<table border=0 valign=top cellspacing=0 width=\"100%\">' + 
+			'<tr valign=top><td align=left valign=top>' );
+			  document.write( '<a href=\"javascript:parent.ToggleOutline()\" ><img src=\"outline.gif\" title=\"Show/Hide Outline\" alt=\"Show/Hide Outline\" border=0></a>' );
+			  document.write( '</td>' );
+		if( parent.g_outline_href == parent.OUTLINE_EXPAND_HREF ) {
+			document.write( '<td align=right valign=top><a href=\"javascript:parent.CollapseOutline()\">' +
+			'<img src="outline_collapse.gif" title="Collapse Outline" alt="Collapse Outline" border=0>' +  
+			'</a></td>');
+		} else {
+			document.write('<td align=right valign=top><a href=\"javascript:parent.ExpandOutline()\">' +
+			'<img src="outline_expand.gif" title="Expand Outline" alt="Expand Outline" border=0>' + 
+			 '</a></td>');
+		}
+		document.write("</tr></table>");
+	}
+	else {
+			document.write( '<table border=0 valign=top cellspacing=0 width=\"100%\"><td align=\"left\"><a href=\"javascript:parent.ToggleOutline()\" ><img border=0 src=\"outline.gif\" title=\"Show/Hide Outline\" alt=\"Show/Hide Outline\"></a></td></table>' );
+	}
+}//-->

+</script>
</head>

<body background=navbg.gif topmargin=1 onresize="restore()" scroll="no" >
<script language=JavaScript><!--

+writebody();
+//-->

+</script>
</body>

</html>
\ No newline at end of file