Wiki source code of PublicSubmission
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
14.1 | 1 | {{html clean="false"}} |
2 | <h3>Submit an Incident</h3> | ||
3 | <form method="post" action="/bin/save/Help/Applications/Anti%20White%20Incidents/WebHome"> | ||
![]() |
15.1 | 4 | <input type="hidden" name="xredirect" value="/bin/view/Help/Applications/Anti%20White%20Incidents/WebHome"> |
5 | <input type="hidden" name="form_token" value="$services.csrf.token"> | ||
![]() |
14.1 | 6 | <input type="hidden" name="className" value="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass"> |
7 | <input type="hidden" name="classId" value="0"> | ||
8 | |||
9 | <div class="form-group"> | ||
10 | <label>Headline</label> | ||
11 | <input type="text" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_headline" class="form-control" required> | ||
12 | </div> | ||
13 | |||
14 | <div class="form-group"> | ||
15 | <label>Description</label> | ||
16 | <textarea name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_description" class="form-control" rows="4" required></textarea> | ||
17 | </div> | ||
18 | |||
19 | <div class="form-group"> | ||
20 | <label>Source URL</label> | ||
![]() |
15.1 | 21 | <input type="text" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_url" class="form-control"> |
22 | <small class="form-text text-muted">Enter full URL including https://</small> | ||
![]() |
14.1 | 23 | </div> |
24 | |||
25 | <div class="form-group"> | ||
26 | <label>Image URL</label> | ||
![]() |
15.1 | 27 | <input type="text" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_image" class="form-control"> |
28 | <small class="form-text text-muted">Enter full URL to image including https://</small> | ||
![]() |
14.1 | 29 | </div> |
30 | |||
31 | <div class="form-group"> | ||
32 | <label>Date</label> | ||
33 | <input type="date" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_date" class="form-control"> | ||
34 | </div> | ||
35 | |||
36 | <button type="submit" class="btn btn-primary">Submit Incident</button> | ||
37 | </form> | ||
38 | {{/html}} |