org/sonews/web/tmpl/SonewsGroupServlet.tmpl
changeset 1 6fceb66e1ad7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/sonews/web/tmpl/SonewsGroupServlet.tmpl	Fri Jun 26 16:48:50 2009 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +<p>
     1.5 +<a href="/sonews">Back to Main Page</a>
     1.6 +</p>
     1.7 +
     1.8 +<h1>Group %GROUPNAME</h1>
     1.9 +
    1.10 +<h2>Configuration</h2>
    1.11 +<h3>General</h3>
    1.12 +<form action="" method="GET">
    1.13 +  <input type="hidden" name="name" value="%GROUPNAME" />
    1.14 +  <input type="hidden" name="action" value="set_flags"/>
    1.15 +  Is mirrored Mailinglist?:
    1.16 +  <input type="checkbox" name="flag0" value="true" />
    1.17 +  <br/>
    1.18 +  <input type="submit" value="Update" />
    1.19 +</form>
    1.20 +
    1.21 +<h3>Mailinglist</h3>
    1.22 +<form action="" method="GET">
    1.23 +  <input type="hidden" name="name" value="%GROUPNAME" />
    1.24 +  <input type="hidden" name="action" value="set_mladdress"/>
    1.25 +  Mailinglist address:
    1.26 +  <input type="text" name="mladdress" />
    1.27 +  <br/>
    1.28 +  <input type="submit" value="Update" />
    1.29 +</form>
    1.30 +
    1.31 +<h2>Statistics</h2>
    1.32 +<h3>Posted mails yesterday</h3>
    1.33 +<img src="/sonews/chart?name=postednewsyesterday&group=%GROUPNAME" />
    1.34 +
    1.35 +<h3>Gatewayed mails yesterday</h3>
    1.36 +<img src="/sonews/chart?name=gatewayednewsyesterday&group=%GROUPNAME" />
    1.37 +
    1.38 +<h3>Feeded news</h3>
    1.39 +<img src="/sonews/chart?name=feedednewsyesterday&group=%GROUPNAME" />
    1.40 \ No newline at end of file