Ignore:
Timestamp:
2004-12-02T09:56:11+13:00 (19 years ago)
Author:
schweer
Message:

worked on web interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/extensions/gsdl-as/web/index.html

    r8644 r8720  
    1 <html><head>
    2     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    3       <title>Greenstone Version 3</title></head>
    4 
    5   <body alink="#cc9900" background="images/chalk.gif" bgcolor="#ffffff" link="#006666" text="#000000" vlink="#666633">
     1<?xml version="1.0"?>
     2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4<html xmlns="http://www.w3.org/1999/xhtml">
     5    <head>
     6        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     7        <title>Greenstone Version 3</title>
     8        <link rel="stylesheet" type="text/css" href="default.css"/>
     9    </head>
     10    <body>
    611   
    712    <!-- page banner (_style:pagebanner_) -->
    8     <center>
    9       <table cellpadding="0" cellspacing="0" width="537">
    10     <tbody><tr valign="top">
    11       <td rowspan="2" align="left"><center><img src="images/gsdlhead.gif" alt="Greenstone Digital Library Software" height="100" width="300"></center></td>
    12       <td align="right"></td>
    13     </tr>
    14    
    15     <tr>
    16       <td align="right"></td>
    17     </tr>
    18    
    19     <tr>
    20       <td colspan="2"></td>
    21     </tr>
    22       </tbody></table>
    23     </center>
    24     <!-- end of page banner -->
    25    
    26     <center>
    27      
    28       <table width="537">
    29     <tbody><tr><td><h3>Alerting Service for Greenstone 3</h3></td></tr>
    30     <tr><td>&nbsp;</td></tr>
    31     <tr><td>What do you want to do today?</td></tr>
    32     <tr><td>&nbsp;</td></tr>
    33    
    34    
    35     <tr><td><a href="test.html">Test</a> the alerting service servlet.</td></tr>
    36     <tr><td><a href="service?action=listSubscriptions">List</a> the existing subscriptions.</td></tr>
    37     <tr><td><a href="about.html">Read more</a> about the alerting service.</td></tr>
    38        
    39       </tbody></table>
    40     </center>
    41   </body></html>
     13        <div id="content">
     14            <h3>Alerting Service for Greenstone</h3>
     15            <p>What do you want to do today?</p>
     16           
     17            <ul>
     18                <li>
     19                    <a href="subscribe.html">Create</a> a subscription.</li>
     20                <li>
     21                    <a href="service?action=listSubscriptions">View and edit</a> your existing subscriptions.</li>
     22                <li>
     23                    <a href="about.html">Read more</a> about the alerting service.</li>
     24            </ul>
     25        </div>
     26    </body>
     27</html>
Note: See TracChangeset for help on using the changeset viewer.