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/navigation_bar.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/navigation_bar.htm')
-rwxr-xr-x | web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm b/web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm new file mode 100755 index 00000000..d3e83474 --- /dev/null +++ b/web/tutorial/ppt/WebQTLDemo_files/navigation_bar.htm @@ -0,0 +1,91 @@ +<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 |