0 Votes

Wiki source code of PublicInterface

Version 1.1 by Ryan C on 2025/06/08 16:44

Hide last authors
Ryan C 1.1 1 {{velocity}}
2 #set ($hasEdit = $services.security.authorization.hasAccess('edit'))
3 #set ($canComment = $services.security.authorization.hasAccess('comment'))
4
5 = Anti-White Incident Reports =
6
7 #if ($hasEdit)
8 == Submit an Incident ==
9 {{html clean="false"}}
10 <form action="#" method="post">
11 <input type="text" name="title" placeholder="Title" />
12 <br/>
13 <textarea name="description" placeholder="Describe the incident"></textarea>
14 <br/>
15 <input type="submit" value="Submit" />
16 </form>
17 {{/html}}
18 #end
19
20 == Past Reports ==
21 {{livetable AntiWhiteIncidents class="AntiWhiteIncidents.Code.AntiWhiteIncidentsClass"/}}
22
23 {{/velocity}}
24