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/greenstone3-extensions/gsdl-as/web/about.html

    r8630 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>
     13    <div id="content"><h3>Alerting Service for Greenstone &ndash; About</h3>
     14        <p></p>
    1415   
    15     <tr>
    16       <td align="right"></td>
    17     </tr>
    1816   
    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 &ndash; About</h3></td></tr>
    30     <tr><td>&nbsp;</td></tr>
    31     <tr><td>Here be text</td></tr>
    32     <tr><td>&nbsp;</td></tr>
    33     <tr><td><p>Go <a href="index.html">back</a> to the alerting service.</p></td></tr>
    34       </tbody></table>
    35     </center>
     17    (description of what an alerting service does)<br/>
     18    <a href="index.html">back</a> to the alerting service.<br/>
     19    </div>
    3620  </body></html>
Note: See TracChangeset for help on using the changeset viewer.