about summary refs log tree commit diff
path: root/web/tutorial/ppt/WebQTLDemo_files/frame.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/frame.htm
parent056b5253fc3857b0444382aa39944f6344dc1ceb (diff)
downloadgenenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz
Add all the source codes into the github.
Diffstat (limited to 'web/tutorial/ppt/WebQTLDemo_files/frame.htm')
-rwxr-xr-xweb/tutorial/ppt/WebQTLDemo_files/frame.htm43
1 files changed, 43 insertions, 0 deletions
diff --git a/web/tutorial/ppt/WebQTLDemo_files/frame.htm b/web/tutorial/ppt/WebQTLDemo_files/frame.htm
new file mode 100755
index 00000000..ae0e8573
--- /dev/null
+++ b/web/tutorial/ppt/WebQTLDemo_files/frame.htm
@@ -0,0 +1,43 @@
+<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">
<title>PowerPoint Presentation  -  Complex trait analysis, develop-ment, and
genomics</title>
<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><!--

+base = parent;//-->

+</script><script language=JavaScript src=script.js></script>
</head>

<script> <!--
+function getSlideName() {
+	return parent.GetHrefObj( parent.g_currentSlide ).m_slideHref;
+}
+
+function getNotesName() {
+	return parent.GetHrefObj( parent.g_currentSlide ).m_notesHref;
+}
+
+function restore() {
+	self.location.reload();
+}
+
+function WriteMe() {
+	if ( true )
+ 	  document.write( '<frameset cols=\"20%,*\" id=PPTHorizAdjust >' +
+	  '<frame src=\"outline_collapsed.htm\" name=PPTOtl>' );
+	  var distribution;
+	if ( parent.includeNotes ) 
+		distribution = "*,20%";
+	else 
+		distribution = "*,0";		
+	document.write('<frameset rows=\"' + distribution + '\" id=PPTVertAdjust >' +
+	'<frame src=' + getSlideName() + ' name=PPTSld>' +
+	'<frame src=' + getNotesName() + ' name=PPTNts>' );
+	document.write('</frameset>');
+	if ( true )
+	  document.write(' </frameset>' );
+}
+
+if ( parent.msie < 0 ) {
+	self.onresize = restore;
+}
+
+WriteMe();
+//-->
+</script>
</html>
\ No newline at end of file