]> ruin.nu Git - ndwebbie.git/blob - root/src/members/ircrequest.tt2
5d2c98b8d6b1d4beaf4e215275ef283912d67631
[ndwebbie.git] / root / src / members / ircrequest.tt2
1 [% META title = 'IRC Request' %]
2 [% IF reply %]
3 <h3>[% reply %]</h3>
4 [% END %]
5 <form action="[% c.uri_for('postircrequest') %]" method="post"><fieldset> <legend>IRC request</legend>
6         <p>Message to irc. To def channel you can report incs with a line from gal status.</p>
7         <input style="width: 90%" type="text" name="message" value="">
8         <br><select name="channel">
9 [% FOR ch IN channels %]
10         <option value="[% ch %]">[% ch | ucfirst %]</option>
11 [% END %]
12         </select>
13         <input type="submit" value="Send">
14 </fieldset></form>