]> i-scream Git - www.i-scream.org.git/blobdiff - www/cms/javadoc/index.xhtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / cms / javadoc / index.xhtml
index 4b7cc911016aa7ddbc52b350d835e821d50b419e..7943d256fbe92c40895d5231d2d35c0a81ba6a96 100644 (file)
@@ -1,25 +1,20 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    $Author$
-    $Id$
--->
-
-<html>
+<!--#include virtual="/doctype.inc" -->
 
 <head>
-  <title>i-scream javadoc pages</title>
+<title>i-scream CMS javadoc</title>
+<!--#include virtual="/style.inc" -->
 </head>
 
-<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+<body>
+
+<div id="container">
+
+<div id="main">
 
-<table border="0" cellpadding="2" cellspacing="2">
-  <tr>
-    <td valign="top">
-<!--#include virtual="../left.inc" -->
-    </td>
-    <td valign="top">
-<!--#include virtual="../title.inc" -->
+<!--#include virtual="/header.inc" -->
+
+<div id="contents"> 
+<h1 class="top">i-scream CMS javadoc</h1>
 
 <h2>Java Source code documentation</h2>
 
@@ -27,15 +22,19 @@ The whole of the server, and parts of the rest of the system have been
 written in Java. Making use of the javadoc tool the following pages of
 documentation have been automatically generated.
 
-<p><a href="/javadoc/server/">Server javadoc pages</a></p>
-<p><a href="/javadoc/conient/">Conient javadoc pages</a></p>
-<p><a href="/javadoc/dbreporter/">DBReporter javadoc pages</a></p>
-<p><a href="/javadoc/corbaservices/">Corba Service Manager javadoc pages</a></p>
+<p><a href="server/">Server javadoc pages</a></p>
+<p><a href="conient/">Conient javadoc pages</a></p>
+<p><a href="corbaservices/">Corba Service Manager javadoc pages</a></p>
+<p><a href="util/">Util Package javadoc pages</a></p>
+</div>
+
+<!--#include virtual="/footer.inc" -->
+
+</div>
+
+<!--#include virtual="/menu.inc" -->
 
-<!--#include virtual="../bottom.inc" -->
-    </td>
-  </tr>
-</table>
+</div>
 
 </body>
 </html>