org/sonews/web/tmpl/GroupList.tmpl
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
permissions -rw-r--r--
Hooray... sonews/0.5.0 final

HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
chris@1
     1
<tr>
chris@1
     2
  <td>
chris@1
     3
    <a href="/sonews/group?name=%GROUPNAME">%GROUPNAME</a>
chris@1
     4
  </td>
chris@1
     5
  <td>
chris@1
     6
    <a href="?which=groupdelete&group=%GROUPNAME">delete</a>
chris@1
     7
  </td>
chris@1
     8
</tr>