Line | |
---|
1 | <!-- INCLUDE overall_header.html -->
|
---|
2 |
|
---|
3 | <h2 class="titlespace"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></h2>
|
---|
4 |
|
---|
5 | <form method="post" action="{S_REPORT_ACTION}" id="report">
|
---|
6 | <div class="panel">
|
---|
7 | <div class="inner"><span class="corners-top"><span></span></span>
|
---|
8 |
|
---|
9 | <div class="content">
|
---|
10 | <p><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></p>
|
---|
11 |
|
---|
12 | <fieldset>
|
---|
13 | <dl class="fields2">
|
---|
14 | <dt><label for="reason_id">{L_REASON}:</label></dt>
|
---|
15 | <dd><select name="reason_id" id="reason_id" class="full"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></dd>
|
---|
16 | </dl>
|
---|
17 | <!-- IF S_CAN_NOTIFY -->
|
---|
18 | <dl class="fields2">
|
---|
19 | <dt><label for="notify1">{L_REPORT_NOTIFY}:</label><br /><span>{L_REPORT_NOTIFY_EXPLAIN}</span></dt>
|
---|
20 | <dd>
|
---|
21 | <label for="notify1"><input type="radio" name="notify" id="notify1" value="1" <!-- IF not S_NOTIFY -->checked="checked"<!-- ENDIF --> /> {L_YES}</label>
|
---|
22 | <label for="notify0"><input type="radio" name="notify" id="notify0" value="0" <!-- IF S_NOTIFY -->checked="checked"<!-- ENDIF --> /> {L_NO}</label>
|
---|
23 | </dd>
|
---|
24 | </dl>
|
---|
25 | <!-- ENDIF -->
|
---|
26 | <dl class="fields2">
|
---|
27 | <dt><label for="report_text">{L_MORE_INFO}:</label><br /><span>{L_CAN_LEAVE_BLANK}</span></dt>
|
---|
28 | <dd><textarea name="report_text" id="report_text" rows="10" cols="76" class="inputbox">{REPORT_TEXT}</textarea></dd>
|
---|
29 | </dl>
|
---|
30 | </fieldset>
|
---|
31 | </div>
|
---|
32 |
|
---|
33 | <span class="corners-bottom"><span></span></span></div>
|
---|
34 | </div>
|
---|
35 |
|
---|
36 | <div class="panel">
|
---|
37 | <div class="inner"><span class="corners-top"><span></span></span>
|
---|
38 |
|
---|
39 | <div class="content">
|
---|
40 | <fieldset class="submit-buttons">
|
---|
41 | <input type="submit" name="submit" class="button1" value="{L_SUBMIT}" />
|
---|
42 | <input type="submit" name="cancel" class="button2" value="{L_CANCEL}" />
|
---|
43 | {S_FORM_TOKEN}
|
---|
44 | </fieldset>
|
---|
45 | </div>
|
---|
46 |
|
---|
47 | <span class="corners-bottom"><span></span></span></div>
|
---|
48 | </div>
|
---|
49 | </form>
|
---|
50 |
|
---|
51 | <!-- INCLUDE overall_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.