Changeset 7770


Ignore:
Timestamp:
2004-07-20T09:43:50+12:00 (20 years ago)
Author:
kjdon
Message:

small changes to the front page

File:
1 edited

Legend:

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

    r6558 r7770  
    11<html>
    22
    3 <head>
    4 <meta http-equiv="Content-Type"
    5 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">
    11 
    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>
    19 
    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 <h3><p>Hello! <em>Welcome</em> to Greenstone3.</p></h3>
    34 
    35 <p>What do you want to do today?</p>
    36 
    37 <table>
    38     <tr><td><a href="testing">Run</a> the test servlet</td></tr>
    39     <tr><td><a href="library">Run</a> the library servlet - localsite</td></tr>
    40     <tr><td><a href="library1">Run</a> the library servlet - site1</td></tr>
    41 </table>
    42 </center>
    43 </body>
     3  <head>
     4    <meta http-equiv="Content-Type"
     5      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">
     11   
     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>
     19   
     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 library servlet - localsite. View the demo collections that come with Greenstone.</td></tr>
     42    <tr><td><a href="library1">Run</a> the library servlet - gateway. This talks via SOAP to localsite. Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.</td></tr>
     43      </table>
     44    </center>
     45  </body>
    4446</html>
Note: See TracChangeset for help on using the changeset viewer.