org/sonews/web/tmpl/SonewsConfigServlet.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
<p>
chris@1
     2
<a href="/sonews">Back to Main Page</a>
chris@1
     3
</p>
chris@1
     4
chris@1
     5
<h2>Configuration values</h2>
chris@1
     6
<form action="/sonews/config" method="GET">
chris@1
     7
<input type="hidden" name="which" value="config"/>
chris@1
     8
<table>
chris@1
     9
%CONFIG
chris@1
    10
</table>
chris@1
    11
<input type="submit" value="Apply changes"/>
chris@1
    12
</form>
chris@1
    13
chris@1
    14
<h2>Groups served by this sonews instance</h2>
chris@1
    15
<table>
chris@1
    16
%GROUP
chris@1
    17
</table>
chris@1
    18
chris@1
    19
<p>
chris@1
    20
<h2>Add new group to be served</h2>
chris@1
    21
<form action="/sonews/config" method="GET">
chris@1
    22
  <input type="hidden" name="which" value="groupadd"/>
chris@1
    23
<table>
chris@1
    24
  <tr><td>Names (separated by newlines):</td>
chris@1
    25
      <td><textarea cols="50" rows="15" name="groups"></textarea></td></tr>
chris@1
    26
  </tr>
chris@1
    27
</table>
chris@1
    28
<input type="submit" value="Add groups"/>
chris@1
    29
</form>
chris@1
    30
</p>