0 Votes

Changes for page Anti White Incidents

Last modified by Ryan C on 2025/06/08 18:31

From version 26.1
edited by Ryan C
on 2025/06/08 17:42
Change comment: There is no comment for this version
To version 2.1
edited by Ryan C
on 2025/06/08 16:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,24 @@
1 +{{velocity}}
2 +#set ($hasEdit = $services.security.authorization.hasAccess('edit'))
3 +#set ($canComment = $services.security.authorization.hasAccess('comment'))
1 1  
2 -== Submit a Report ==
5 += Anti-White Incident Reports =
3 3  
4 -[[Submit an Incident>>path:/bin/view/Help/Applications/Anti White Incidents/#AddNewEntry]]
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
5 5  
6 -
7 -
8 -
9 -
10 10  == Past Reports ==
21 +{{include reference="Help.Applications.AntiWhiteIncidents.WebHome"/}}
11 11  
12 -{{include reference="Help.Applications.Anti White Incidents.WebHome"/}}
23 +{{/velocity}}
24 +