/[MITgcm]/mitgcm.org/sealion/code_reference/index.html
ViewVC logotype

Contents of /mitgcm.org/sealion/code_reference/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Thu Oct 11 14:38:55 2001 UTC (23 years, 9 months ago) by cnh
Branch: MAIN
Changes since 1.2: +1 -1 lines
File MIME type: text/html
Hack to get the search menu to come up.
Note

  1. search menu is coonnected to /sealion not /sealion2
     Need to regenerate an index when sealion2 -> sealion
     and sealion -> sealion.old and wgrindex and .glimpse
     etc get moved from sealion.old -> sealion.

  2. frame hack reuqired because can't have frameset
     with only one column. have 0 width column frame with noresize
     and noscroll to left of search url

1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4 <script language="javascript">
5 <!--
6 parent.frames[0].document.homeImage.src="../images/homew.gif";
7 parent.frames[0].document.documentsImage.src="../images/documentsw.gif";
8 parent.frames[0].document.downloadImage.src="../images/downloadw.gif";
9 parent.frames[0].document.gettingImage.src="../images/gettingw.gif";
10 parent.frames[0].document.browseImage.src="../images/browse.gif";
11 parent.frames[0].document.helpImage.src="../images/helpw.gif";
12 parent.frames[0].document.searchImage.src="../images/searchw.gif";
13 // -->
14 </script>
15 </head>
16 <title>
17 Download MITgcm Release 1
18 </title>
19 <frameset cols="180,*" >
20 <frame src="codeReference.htm" name="sideMenuBarFrame">
21 <frame src="callTree.html" name="mainBodyFrame">
22 </frameset>
23 <noframes>
24 <h2>Frame Alert</h2>
25 <p>This document is designed to be viewed using the frames feature you
26 need to upgrade your browser. Sorry.</p>
27 </noframes>
28 </html>

  ViewVC Help
Powered by ViewVC 1.1.22