... |
... |
@@ -1,33 +1,36 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<h3>Submit an Incident</h3> |
3 |
3 |
<form method="post" action="/bin/save/Help/Applications/Anti%20White%20Incidents/WebHome"> |
4 |
|
- <input type="hidden" name="xpage" value="plain"> |
5 |
|
- <input type="hidden" name="className" value="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass"> |
6 |
|
- <input type="hidden" name="classId" value="0"> |
|
4 |
+ <!-- Redirect back to the public interface --> |
|
5 |
+ <input type="hidden" name="xredirect" value="/bin/view/Help/Applications/AntiWhiteIncidents/Code/PublicInterface"> |
7 |
7 |
|
|
7 |
+ <!-- Object class information --> |
|
8 |
+ <input type="hidden" name="objectPolicy" value="create"> |
|
9 |
+ <input type="hidden" name="classname" value="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass"> |
|
10 |
+ |
8 |
8 |
<div class="form-group"> |
9 |
9 |
<label>Headline</label> |
10 |
|
- <input type="text" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_headline" class="form-control" required> |
|
13 |
+ <input type="text" name="AntiWhiteIncidents_0_headline" class="form-control" required> |
11 |
11 |
</div> |
12 |
12 |
|
13 |
13 |
<div class="form-group"> |
14 |
14 |
<label>Description</label> |
15 |
|
- <textarea name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_description" class="form-control" rows="4" required></textarea> |
|
18 |
+ <textarea name="AntiWhiteIncidents_0_description" class="form-control" rows="4" required></textarea> |
16 |
16 |
</div> |
17 |
17 |
|
18 |
18 |
<div class="form-group"> |
19 |
19 |
<label>Source URL</label> |
20 |
|
- <input type="url" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_url" class="form-control"> |
|
23 |
+ <input type="text" name="AntiWhiteIncidents_0_url" class="form-control"> |
21 |
21 |
</div> |
22 |
22 |
|
23 |
23 |
<div class="form-group"> |
24 |
24 |
<label>Image URL</label> |
25 |
|
- <input type="url" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_image" class="form-control"> |
|
28 |
+ <input type="text" name="AntiWhiteIncidents_0_image" class="form-control"> |
26 |
26 |
</div> |
27 |
27 |
|
28 |
28 |
<div class="form-group"> |
29 |
29 |
<label>Date</label> |
30 |
|
- <input type="date" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_date" class="form-control"> |
|
33 |
+ <input type="date" name="AntiWhiteIncidents_0_date" class="form-control"> |
31 |
31 |
</div> |
32 |
32 |
|
33 |
33 |
<button type="submit" class="btn btn-primary">Submit Incident</button> |