source: trunk/gsdl3/extensions/gsdl-as/web/index.html@ 8720

Last change on this file since 8720 was 8720, checked in by schweer, 19 years ago

worked on web interface

  • Property svn:keywords set to Author Date Id Revision
File size: 853 bytes
Line 
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>
11
12 <!-- page banner (_style:pagebanner_) -->
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 TracBrowser for help on using the repository browser.