]> ruin.nu Git - ndwebbie.git/blob - root/src/members/ircrequest.tt2
Converted defrequest and made it into a generic irc request
[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>Launch confirmation</legend>
6         <p>Message to irc. To def channel you can report incs with a line from gal status.</p>
7         <select name="channel">
8 [% FOR ch IN channels %]
9         <option value="[% ch %]">[% ch | ucfirst %]</option>
10 [% END %]
11         </select>
12         <input type="text" name="message" value="">
13         <br><input type="submit" value="Send">
14 </fieldset></form>