ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/documentation/presentation/i-scream-web_files/v3_navigation_bar.htm
Revision: 1.1
Committed: Wed Oct 25 23:37:25 2000 UTC (23 years, 6 months ago) by tdb
Content type: text/html
Branch: MAIN
CVS Tags: PROJECT_COMPLETION, HEAD
Log Message:
Files for the HTML version of the project presentation.

File Contents

# Content
1 <html>
2
3 <head>
4 <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
5 <meta name=ProgId content=PowerPoint.Slide>
6 <meta name=Generator content="Microsoft PowerPoint 9">
7 <link id=Main-File rel=Main-File href="../i-scream-web.htm">
8 <link rel=Preview href=preview.wmf>
9
10 <script>
11 <!--
12 if( window.name != "PPTNav" )
13 parent.location.href = "../i-scream-web.htm";
14 //-->
15 </script>
16
17 <script>
18 <!--
19 function WriteBody()
20 {
21 if( window.name != "PPTNav" ) return;
22
23 document.writeln( '<table border=0 valign=top cellpadding=2 cellspacing=0> <tr> <td>' );
24
25 innerText = "";
26 if ( parent.GetHrefObj( parent.g_currentSlide ).m_origVisibility == 1 )
27 innerText = "Slide " + parent.GetCurrentSlideNum() + " of " + parent.GetNumSlides();
28 else
29 innerText = "Hidden Slide";
30
31 fEnable = ( ( parent.g_currentSlide != 1 && parent.GetHrefObj( parent.g_currentSlide - 1 ).m_visibility == 1 ) ) ||
32 ( parent.GetCurrentSlideNum() > 1 );
33
34 if( fEnable )
35 {
36 prevBtn = "v3_prev_active.gif";
37 document.write( '<a href=\"javascript:parent.GoToPrevSld()\">' );
38 }
39 else
40 prevBtn = "v3_prev_disabled.gif";
41
42 document.write( '<img src=\"' + prevBtn + '\" border=0 alt=\"Previous Slide\">' );
43
44 if( fEnable )
45 document.write( '</a>' );
46
47 document.write( '</td> <td align=center><font face=\"Arial\" color=#000000 size=2>' + innerText + '</font></td> <td>' );
48
49 fEnable = ( parent.GetCurrentSlideNum() != parent.GetNumSlides() );
50 if( fEnable )
51 {
52 nextBtn = "v3_next_active.gif";
53 document.write( '<a href=\"javascript:parent.GoToNextSld()\">' );
54 }
55 else
56 nextBtn = "v3_next_disabled.gif";
57 document.write( '<img src=\"' + nextBtn + '\" border=0 alt=\"Next Slide\">' );
58
59 if( fEnable )
60 document.write( '</a>' );
61
62 document.write( '</td> </tr></table>' );
63 }
64 //-->
65 </script>
66 </head>
67
68 <body bgcolor=silver topmargin=2>
69
70 <center><script><!--
71 WriteBody();//-->
72 </script></center>
73
74 </body>
75
76 </html>