diff options
author | root | 2012-05-08 18:39:56 -0500 |
---|---|---|
committer | root | 2012-05-08 18:39:56 -0500 |
commit | ea46f42ee640928b92947bfb204c41a482d80937 (patch) | |
tree | 9b27a4eb852d12539b543c3efee9d2a47ef470f3 /web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm | |
parent | 056b5253fc3857b0444382aa39944f6344dc1ceb (diff) | |
download | genenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz |
Add all the source codes into the github.
Diffstat (limited to 'web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm')
-rwxr-xr-x | web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm b/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm new file mode 100755 index 00000000..17916572 --- /dev/null +++ b/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm @@ -0,0 +1,48 @@ +<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 ( ! opener.PPTPRESENTATION ) { + window.location.replace( "endshow.htm" ); +} +</script><script language=JavaScript src=script.js></script><script language=JavaScript><!--
+var SCREEN_MODE = "FullScreen"; + base = self; + g_fullscrMode = 1;LoadHTMLVersion(); +//-->
+</script>
</head>
<script> <!-- +closing = false; +PPTPRESENTATION = 1; +function getSlideName() { + return opener.GetHrefObj( g_currentSlide ).m_slideHref; +} +function initpopup() { + if ( base.msie < 0 ) + NavPopup = window.open( "fs_navigation_bar.htm", "controls", "alwaysRaised=yes,WIDTH=300,HEIGHT=50"); + else + NavPopup = window.open( "fs_navigation_bar.htm", "controls", "WIDTH=300,HEIGHT=50"); + NavPopup.focus(); +} + + +function WriteMe() { + document.write( '<frameset rows=\" *,35 \" frameborder=0> ' + + ' ' + + '<frame src=\"' + getSlideName() + '\" name=PPTSld marginheight=0 marginwidth=0 scrolling=no noresize> ' + + ' <frame src="fs_navigation_bar.htm" name=PPTNav marginheight=0 marginwidth=0 scrolling=no noresize> ' + + '</frameset>' ); + window.focus(); +} + +function shutdown( ) { +if ( ! closing ) + + if ( window.NavPopup && !window.NavPopup.closed ) + window.NavPopup.close(); +} + +WriteMe(); +// initpopup(); + + + self.onunload = shutdown; + +//--> +</script>
</html>
\ No newline at end of file |