Wiki source code of SubmitForm
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | {{velocity}} |
2 | #set($class = 'Help.Applications.Anti White Incidents.Code.Class') | ||
3 | #set($doc = $xwiki.getDocument($class)) | ||
4 | $doc.display('image', 'edit') | ||
5 | $doc.display('headline', 'edit') | ||
6 | $doc.display('description', 'edit') | ||
7 | $doc.display('url', 'edit') | ||
8 | $doc.display('tags', 'edit') | ||
9 | {{html clean="false"}} | ||
10 | <form method="post" action="$xwiki.getURL('Help.Applications.Anti White Incidents.WebHome', 'save')"> | ||
11 | <input type="submit" value="Submit Report"/> | ||
12 | </form> | ||
13 | {{/html}} | ||
14 | {{/velocity}} | ||
15 |