diff options
| author | Pjotr Prins | 2015-03-30 10:26:50 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2015-03-30 10:26:50 +0200 |
| commit | 949d056c60f0b8ff4b9ffedaa08ca12d60e26ddf (patch) | |
| tree | a34c2c887905d3fe25331a43f77ca41aaf9c7abf /web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm | |
| parent | 38594c7781b587a24be14b9631a73662ee3fdc2b (diff) | |
| parent | 67d7d982f96cfd0f3dcb9806ecc6d2f947af9dc9 (diff) | |
| download | genenetwork2-949d056c60f0b8ff4b9ffedaa08ca12d60e26ddf.tar.gz | |
Merge branch 'master' into lmm
Diffstat (limited to 'web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm')
| -rwxr-xr-x | web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm b/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm deleted file mode 100755 index 17916572..00000000 --- a/web/tutorial/ppt/WebQTLDemo_files/fullscreen.htm +++ /dev/null @@ -1,48 +0,0 @@ -<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 |
