... |
... |
@@ -1,11 +1,6 @@ |
1 |
1 |
{{velocity output="yes"}} |
2 |
2 |
#set($timestamp = $datetool.format("yyyyMMddHHmmss", $datetool.now())) |
3 |
|
-#set($url = $xwiki.getURL("Help.Applications.AntiWhiteIncidents.${timestamp}", "edit", { |
4 |
|
- "template" : "Help.Applications.AntiWhiteIncidents.Code.MoviesTemplate", |
5 |
|
- "parent" : "Help.Applications.AntiWhiteIncidents.WebHome", |
6 |
|
- "editor" : "inline", |
7 |
|
- "form_token" : $services.csrf.token |
8 |
|
-})) |
|
3 |
+#set($url = "/bin/edit/Help/Applications/Anti%20White%20Incidents/%20/WebHome?editor=inline&form_token=$services.csrf.token&AntiWhiteIncidents_${timestamp}_headline=Auto_$timestamp") |
9 |
9 |
{{html clean="false"}} |
10 |
10 |
<form action="$url" method="get" style="margin-bottom:20px;"> |
11 |
11 |
<button class="btn btn-primary" type="submit"> |
... |
... |
@@ -15,7 +15,10 @@ |
15 |
15 |
{{/html}} |
16 |
16 |
{{/velocity}} |
17 |
17 |
|
|
13 |
+ |
|
14 |
+ |
18 |
18 |
== Reported Incidents == |
19 |
19 |
|
20 |
20 |
{{include reference="Help.Applications.Anti White Incidents.WebHome"/}} |
21 |
21 |
|
|
19 |
+ |