source: trunk/gsdl3/packages/gsdl-as/lib/templates/events.vm@ 8888

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

notifications

  • Property svn:keywords set to Author Date Id Revision
File size: 703 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<title>Greenstone Digital Library Software</title>
7<link href="default.css" rel="stylesheet" type="text/css"/>
8</head>
9<body>
10<div id="content">
11<h3>Alerting Service for Greenstone</h3>
12<p>Events for subscription $subscription.name</p>
13<p class="description">$subscription</p>
14<p><a href="/alerting/service?action=showFeed&amp;subscriptionID=$subscription.id">show as feed</a></p>
15#foreach ($event in $list)
16<p>$event</p>
17#end
18<a href="/alerting">back</a> to the alerting service
19</div>
20
21</body>
22</html>
Note: See TracBrowser for help on using the repository browser.