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/lib/templates/list.vm

    r8630 r8720  
    55<head>
    66<title>Greenstone Digital Library Software</title>
    7 <link href="default.css" rel="stylesheet" type="text/css"/>
     7<link href="list.css" rel="stylesheet" type="text/css"/>
    88</head>
    99<body>
    10 <h1>Alerting Service for Greenstone</h1>
    11 <h2>$title</h2>
    12 <div class="content">
     10<div id="content">
     11<h3>Alerting Service for Greenstone</h3>
     12<p>$title</p>
    1313#foreach($sub in $list)
    1414    <div class="subscription">
    15         <span class="sub_id">$sub.Id</span>
    16         <table>
     15        <p><span class="sub_id">Subscription $sub.Id</span><br/>
     16        <a href="service?action=showFeed&subscriptionID=$sub.Id">show matching events</a> | <a href="service?action=editSubscription&subscriptionID=$sub.Id">edit subscription</a></p>
     17        <table class="subscription">
    1718            <thead>
    1819                <tr><th>Field</th><th>Predicate</th></tr>
    1920            </thead>
    20             <tfoot/>
     21            <tfoot><tr><th/><th/></tr></tfoot>
    2122            <tbody>
    2223                #foreach($pred in $sub.Predicates)
     
    2829            </tbody>
    2930        </table>
     31        <br/>
    3032    </div>
    3133#end
     34<a href="/alerting">back</a> to the alerting service
    3235</div>
    3336
Note: See TracChangeset for help on using the changeset viewer.