1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<?xml version="1.0"?>
<!-- ================================================================= -->
<!-- Definition of content of generated documentation. -->
<!-- In particular logobar, header, footer, left and right navigation bar. -->
<!-- $Author: hoschek3 $, $Revision: 1.2 $, $Date: 2004/02/25 23:48:17 $ -->
<!-- ================================================================= -->
<project name="Colt" href="http://dsd.lbl.gov/~hoschek/colt" css="style.css">
<title>Colt</title>
<header>
<left>
<a href="http://dsd.lbl.gov/~hoschek/colt">
<img src="images/colt-logo.gif" border="0" width="160" height="100" alt="" />
</a>
</left>
<center>
<img src="images/colt-title.jpg" alt="" />
<!-- <font face="arial"><h2> Colt </h2></font> -->
</center>
<right>
<a href="http://www.cern.ch">
<img src="images/cern-logo.gif" border="0" alt="" />
</a>
</right>
</header>
<body>
<links currentVersion="1.2.0" lastPublished="Sep 9, 2004">
<item name="Colt" href="http://dsd.lbl.gov/~hoschek/colt"/>
<item name="Sea" href="http://dsd.lbl.gov/sea/"/>
<item name="Firefish" href="http://dsd.lbl.gov/firefish"/>
</links>
<menu name="Software">
<item name="Home" href="/index.html"/>
<item name="Download" href="http://dsd.lbl.gov/~hoschek/colt-download"/>
<item name="Installation" href="/install.html"/>
<item name="Readme" href="/readme.html"/>
<item name="Mailing List" href="/mailing.html"/>
<item name="Changelog" href="/changelog.html"/>
<!-- uncomment the next block to see more navigation elements -->
<!--
<item name="hr"/>
<item name="Other Tutorials">
<subitem name="subTutorial1" href="/tutorials.html"/>
<subitem name="subTutorial2" href="/tutorials.html"/>
</item>
<item name="hr"/>
-->
</menu>
<menu name="Development">
<item name="Dependencies" href="/dependencies.html"/>
<item name="Javadoc API" href="/api/index.html"/>
<!-- <item name="CVS Repository" href="/cvs.html"/> -->
<item name="License" href="/license.html"/>
</menu>
<!-- uncomment the next block to see more navigation elements -->
<!-- <menuSeparator/> -->
<menu name="Search">
<item name="GoogleSearch" href="dsd.lbl.gov"/>
</menu>
</body>
<!-- uncomment the next block to see more navigation elements -->
<!--
<rightbody>
<menu name="Research">
<item name="Related Work" href="/relatedwork.html"/>
<item name="Scalable Secure P2P" href="http://dsd.lbl.gov/P2P/file-share/"/>
<item name="DSD Department" href="http://dsd.lbl.gov"/>
</menu>
</rightbody>
-->
<footer>
<left>
</left>
<center>
<font color="#525D76" size="-1">
<em>
Copyright © 1999, <a href="http://www.cern.ch/">CERN - European Organization for Nuclear Research</a>
</em>
</font>
</center>
<right>
<a href="http://validator.w3.org/check/referer"><img src="images/valid-html401.png" alt="Valid HTML 4.01!" width="88" height="31" border="0"/> </a>
<a href="http://jigsaw.w3.org/css-validator/"><img src="images/valid-css.png" alt="Valid CSS!" width="88" height="31" border="0" /> </a>
</right>
</footer>
</project>
|