source: trunk/greenstone3-extensions/gsdl-as/web/index.html@ 8738

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

user authentication works; user information and subscriptions/predicates are stored to thedatabase

  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
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="/alerting/service?action=showLoginForm">Log in</a></li>
20 </li>
21 <li>
22 <a href="subscribe.html">Create</a> a subscription.</li>
23 <li>
24 <a href="/alerting/service?action=listSubscriptions">View and edit</a> your existing subscriptions.</li>
25 <li>
26 <a href="about.html">Read more</a> about the alerting service.</li>
27 <li>
28 <a href="/alerting/service?action=logout">Log out</a></li?
29 </ul>
30 </div>
31 </body>
32</html>
Note: See TracBrowser for help on using the repository browser.