... |
... |
@@ -1,24 +1,12 @@ |
1 |
|
-{{velocity}} |
2 |
|
-#set ($hasEdit = $services.security.authorization.hasAccess('edit')) |
3 |
|
-#set ($canComment = $services.security.authorization.hasAccess('comment')) |
|
1 |
+== Submit a Report == |
4 |
4 |
|
5 |
|
-= Anti-White Incident Reports = |
|
3 |
+[[Submit an Incident>>path:/bin/createinline/Help/Applications/AntiWhiteIncidents/WebHome? |
|
4 |
+template=Help.Applications.AntiWhiteIncidents.Code.MoviesTemplate& |
|
5 |
+parent=Help.Applications.AntiWhiteIncidents.WebHome& |
|
6 |
+title=Report%20$doc.creationDate]] |
6 |
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 |
19 |
|
20 |
20 |
== Past Reports == |
21 |
|
-{{include reference="Help.Applications.AntiWhiteIncidents.WebHome"/}} |
22 |
22 |
|
23 |
|
-{{/velocity}} |
|
11 |
+{{include reference="Help.Applications.Anti White Incidents.WebHome"/}} |
24 |
24 |
|