Wiki source code of SubmitForm
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | {{velocity}} |
![]() |
4.1 | 2 | <form action="$xwiki.getURL('Help.Applications.AntiWhiteIncidents.Code.TemplateProvider', 'createfromtemplate')"> |
3 | <input type="hidden" name="space" value="Help.Applications.AntiWhiteIncidents"/> | ||
4 | <input type="hidden" name="template" value="Help.Applications.AntiWhiteIncidents.Code.TemplateProvider"/> | ||
![]() |
3.1 | 5 | <input type="hidden" name="parent" value="$doc.fullName"/> |
![]() |
4.1 | 6 | <input type="hidden" name="title" value="Report - $xcontext.date"/> |
7 | <input type="hidden" name="xredirect" value="$doc.getURL()"/> | ||
8 | <input type="submit" value="Submit a Report"/> | ||
![]() |
2.1 | 9 | </form> |
10 | {{/velocity}} | ||
11 |