]> ruin.nu Git - ndwebbie.git/blob - root/src/members/addintel.tt2
a77cc1b9dac95838606eaaf9a72457a351755d2e
[ndwebbie.git] / root / src / members / addintel.tt2
1 [% META title = 'Add intel and scans' %]
2 [% IF scans.size > 0 %]
3 <div class="leftinfo">
4 <h3>Added the following scans:</h3>
5         [% FOR s IN scans %]
6 <p>[%IF s.group %]<b>Group </b>[%END%][% s.id %]: [% IF s.added %]<i>added</i>
7                 [%ELSE%]<b>[% s.message %]</b>[%END%]</p>
8         [% END %]
9 </div>
10 [% END %]
11
12 [% IF intel.size > 0 %]
13 <div class="leftinfo">
14 <h3>Added the following intel:</h3>
15         [% FOR i IN intel %]
16 <p>[% i %]</p>
17         [% END %]
18 </div>
19 [% END %]
20
21 [% IF intelmessage %]
22 <p style="clear: both"><b>Intel message has been forwarrded to intel dept</b></p>
23 [% END %]
24
25 <div style="clear: left" class="leftinfo">
26         <form action="[% c.uri_for('postintel') %]" method="post"><fieldset> <legend>Intel/scans</legend>
27                 <p>Paste <b>scan urls</b> and intel from <b>gal status</b> here</p>
28                 <textarea rows="20" cols="50" name="message"></textarea>
29                 <p>Tick:<input type="text" name="tick" value="[% game.tick %]">
30                 <input type="submit" name="cmd" value="Submit">
31                 </p>
32         </fieldset></form>
33 </div>
34
35 <div class="leftinfo">
36 <form action="[% c.uri_for('postintelmessage') %]" method="post"><fieldset> <legend>Intel</legend>
37         <p>Write other messages to intel dept here (sms numbers, relay channels, bots etc) (<b>NOT gal status</b>):</p>
38         <textarea rows="20" cols="50" name="message"></textarea>
39         <p>Subject: <input type="text" name="subject" value="">
40         Tick:<input style='width: 4em' type="text" name="tick" value="[% game.tick %]">
41         <input type="submit" name="cmd" value="Submit"></p>
42 </fieldset></form>
43 </div>
44
45
46