diff options
author | zsloan | 2015-03-27 20:28:51 +0000 |
---|---|---|
committer | zsloan | 2015-03-27 20:28:51 +0000 |
commit | d0911a04958a04042da02a334ccc528dae79cc17 (patch) | |
tree | 3c48e2e937c1dbeaf00a5697c87ed251afa5c8f1 /web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm | |
parent | a840ad18e1fe3db98a359a159e9b9b72367a2839 (diff) | |
download | genenetwork2-d0911a04958a04042da02a334ccc528dae79cc17.tar.gz |
Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files'
Diffstat (limited to 'web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm')
-rwxr-xr-x | web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm b/web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm deleted file mode 100755 index d3e83474..00000000 --- a/web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm +++ /dev/null @@ -1,91 +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 ( ! top.PPTPRESENTATION ) { - window.location.replace( "endshow.htm" ); -} -</script> -<script> -<!-- -function restore() { -if( navigator.platform != "MacPPC" ) - self.location.reload(); -} - -function WriteBody() -{ - if( window.name != "PPTNav" ) return; - - document.writeln( '<table width=\"100%\" border=0 valign=top cellpadding=0 cellspacing=0> <tr> ' ); - drawing_app = false; - if ( parent.includeNotes && !false ) { - - document.write( '<td align=left><a href=\"javascript:parent.ShowHideNotes()\">' + - ' <img src=\"notes_flag.gif\" border=0 title=\" Notes\" alt=\" Notes\">' + ' </a> </td> ' ); - - } - document.write( '<td align=center valign=top> <table border=0 valign=top cellpadding=0 cellspacing=0> <tr><td align=right>' ); - - innerText = ""; - if ( parent.GetHrefObj( parent.g_currentSlide ).m_origVisibility == 1 && !parent.g_allHidden ) - innerText = "Slide " + parent.GetCurrentSlideNum() + " of " + parent.GetNumSlides(); - else - innerText = "Hidden Slide"; - - if ( drawing_app ) { - document.write( '<a href=\"javascript:parent.GoToFirst()\">' ); - document.write( '<img src="prev_active.gif"></a>        ' ); - } - - fEnable = ( ( parent.g_currentSlide != 1 && parent.GetHrefObj( parent.g_currentSlide - 1 ).m_visibility == 1 ) ) || - ( parent.GetCurrentSlideNum() > 1 ); - - if( fEnable ) - { - prevBtn = "prev_active.gif"; - document.write( '<a href=\"javascript:parent.TP_GoToPrevSld()\">' ); - } - else - prevBtn = "prev_disabled.gif"; - - document.write( '<img src="' + prevBtn + '" border=0 title="Previous Slide" alt="Previous Slide" >' ); - - if( fEnable ) - document.write( '</a>' ); - - document.write( '</td> <td align=center> ') - document.write( '     <font face=\"Arial\" color=#000000 size=2>' + innerText + '</font>     ' ); - document.write( '</td> <td align=left>' ); - - fEnable = ( parent.GetCurrentSlideNum() != parent.GetNumSlides() ); - if( fEnable ) - { - nextBtn = "next_active.gif"; - document.write( '<a href=\"javascript:parent.TP_GoToNextSld()\">' ); - } - else - nextBtn = "next_disabled.gif"; - -document.write( '<img src="' + nextBtn + '" border=0 title="Next Slide" alt="Next Slide">' ); - - if( fEnable ) - document.write( '</a>' ); - if ( drawing_app ) { - document.write( '        <a href=\"javascript:parent.GoToLast()\">' ); - document.write( '<img src="next_active.gif"></a>' ); - } - - - document.write( '</td> </tr></table>' ); - - if ( ! drawing_app && !false ) { - document.write( '</td> <td align=right valign=top>' ); - document.write( '<a href=\"javascript:parent.FullScreen()\"> ' + - '<img src="fullscr.gif" border=0 title="Full Screen Slide Show" alt="Full Screen Slide Show">' + - '</a>' ); - } - document.write( '</td> </tr></table>' ); -} -//--> -</script> -
</head>
<body background=navbg.gif topmargin=2 scroll="no" onresize="restore()">
<center><script language=JavaScript><!--
-WriteBody();//-->
-</script></center>
</body>
</html>
\ No newline at end of file |