source: trunk/gsdl3/web/index.html@ 7833

Last change on this file since 7833 was 7770, checked in by kjdon, 20 years ago

small changes to the front page

  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<html>
2
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>
46</html>
Note: See TracBrowser for help on using the repository browser.