Line | |
---|
1 | <!-- INCLUDE overall_header.html -->
|
---|
2 |
|
---|
3 | <div id="pagecontent">
|
---|
4 |
|
---|
5 | <form name="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
---|
6 |
|
---|
7 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
8 | <tr>
|
---|
9 | <th>{MESSAGE_TITLE}</th>
|
---|
10 | </tr>
|
---|
11 | <tr>
|
---|
12 | <td class="row1" align="center">
|
---|
13 | <!-- IF ADDITIONAL_MSG -->
|
---|
14 | <span class="gen error">{ADDITIONAL_MSG}</span><br />
|
---|
15 | <!-- ENDIF -->
|
---|
16 | <!-- IF S_NOTIFY_POSTER -->
|
---|
17 | <input type="checkbox" class="radio" name="notify_poster" checked="checked" /><span class="gen"><!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></span><br />
|
---|
18 | <!-- ENDIF -->
|
---|
19 | <!-- IF not S_APPROVE -->
|
---|
20 | <br />
|
---|
21 | <table border="0" width="90%" cellspacing="2" cellpadding="1">
|
---|
22 | <tr>
|
---|
23 | <td class="row1" width="22%"><b class="gen">{L_DISAPPROVE_REASON}:</b></td>
|
---|
24 | <td class="row1" width="78%"><select name="reason_id"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></td>
|
---|
25 | </tr>
|
---|
26 | <tr>
|
---|
27 | <td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>
|
---|
28 | <td class="row1"><textarea class="post" style="width:500px" name="reason" rows="10" cols="40">{REASON}</textarea></td>
|
---|
29 | </tr>
|
---|
30 | </table>
|
---|
31 | <br />
|
---|
32 | <!-- ENDIF -->
|
---|
33 | <br />{S_HIDDEN_FIELDS}<span class="gen">{MESSAGE_TEXT}</span><br /><br />
|
---|
34 | <input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span>
|
---|
35 | </td>
|
---|
36 | </tr>
|
---|
37 | </table>
|
---|
38 | {S_FORM_TOKEN}
|
---|
39 | </form>
|
---|
40 |
|
---|
41 | </div>
|
---|
42 |
|
---|
43 | <br clear="all" />
|
---|
44 |
|
---|
45 | <!-- INCLUDE breadcrumbs.html -->
|
---|
46 |
|
---|
47 | <br clear="all" />
|
---|
48 |
|
---|
49 | <!-- INCLUDE overall_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.