Ignore:
Timestamp:
2007-11-16T09:49:10+13:00 (16 years ago)
Author:
dmn
Message:

better quality HTML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/index.html

    r7834 r14813  
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    12<html>
    2 
    33  <head>
    44    <meta http-equiv="Content-Type"
    55      content="text/html; charset=iso-8859-1">
    6       <title>Greenstone Version 3</title>
    7   </head>
    8  
    9   <body bgcolor="#ffffff" text="#000000" link="#006666"
    10     alink="#cc9900" vlink="#666633" background="interfaces/default/images/chalk.gif">
     6     <title>Greenstone Version 3</title>
     7     <style type="text/css">
     8        li {padding: 0.8em 0;}
     9     </style>
     10  </head> 
     11<body bgcolor="#ffffff" text="#000000" background="interfaces/default/images/chalk.gif">
    1112   
    12     <!-- page banner (_style:pagebanner_) -->
    13     <center>
    14       <table width=537 cellspacing=0 cellpadding=0>
    15     <tr valign=top>
    16       <td rowspan=2 align=left><center><img src="interfaces/default/images/gsdlhead.gif" width=300 height=100 alt="Greenstone Digital Library Software"></center></td>
    17       <td align=right></td>
    18     </tr>
     13<p style="text-align:center;">
     14<img src="interfaces/default/images/gsdlhead.gif"
     15width="225" height="66" alt="Greenstone Digital Library Software">
     16</p>
     17
     18<div style="margin-left: 90px;">
     19
     20<h2 style="font-size:110%;font-family:sans-serif;">Welcome to your Greenstone3 installation</h2>
     21<p>What do you want to do today?</p>
    1922   
    20     <tr>
    21       <td align=right></td>
    22     </tr>
    23    
    24     <tr>
    25       <td colspan=2></td>
    26     </tr>
    27       </table>
    28     </center>
    29     <!-- end of page banner -->
    30    
    31     <center>
    32      
    33       <table width=537>
    34     <tr><td><h3>Hello! Welcome to your Greenstone3 installation</h3></td></tr>
    35     <tr><td>&nbsp;</td></tr>
    36     <tr><td>What do you want to do today?</td></tr>
    37     <tr><td>&nbsp;</td></tr>
    38    
    39    
    40     <tr><td><a href="testing">Run</a> the test servlet</td></tr>
    41     <tr><td><a href="library">Run</a> the standard library servlet. View the demo collections that come with Greenstone, using the default look and feel.</td></tr>
    42     <tr><td><a href="classic">Run</a> the 'classic' servlet. View the same collections using the 'classic' (or Greenstone 2) look and feel.</td></tr>
    43     <tr><td><a href="gateway">Run</a> the gateway servlet. This uses the standard look and feel, and talks via SOAP to the site with demo collections (localsite). Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.</td></tr>
    44       </table>
    45     </center>
    46   </body>
     23<ul>   
     24<li><a href="testing">Run the test servlet.</a>
     25<li><a href="library">Run the standard library servlet.</a> View the demo collections that come with Greenstone, using
     26the default look and feel.
     27<li><a href="classic">Run the 'classic' servlet.</a> View the same collections using the 'classic' (or Greenstone 2)
     28look and feel.
     29<li><a href="gateway">Run the gateway servlet.</a> This uses the standard look and feel, and talks via SOAP to the site
     30with demo collections (localsite).
     31<ul>
     32<li>Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.
     33</ul>
     34</ul>
     35
     36</div>
     37
     38<p style="text-align:right; font-size: 75%;">powered by <a
     39href="http://www.greenstone.org/greenstone3-home">greenstone3</a></p>
     40
     41</body>
    4742</html>
Note: See TracChangeset for help on using the changeset viewer.