Ignore:
Timestamp:
2005-01-12T11:39:22+13:00 (19 years ago)
Author:
schweer
Message:

notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/extensions/gsdl-as/lib/templates/list.vm

    r8867 r8888  
    1414    <div class="subscription">
    1515        <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> | <a href="service?action=deleteSubscription&subscriptionID=$sub.Id">delete subscription</a></p>
    17         <table class="subscription">
     16        <a href="service?action=showEvents&subscriptionID=$sub.Id">show matching events</a> | <a href="service?action=editSubscription&subscriptionID=$sub.Id">edit subscription</a> | <a href="service?action=deleteSubscription&subscriptionID=$sub.Id">delete subscription</a></p>
     17<!--        <table class="subscription">
    1818            <thead>
    1919                <tr><th>Field</th><th>Predicate</th></tr>
     
    2828                #end
    2929            </tbody>
    30         </table>
     30        </table> // -->
     31        <pre>
     32        $sub
     33        </pre>
    3134        <br/>
    3235    </div>
Note: See TracChangeset for help on using the changeset viewer.