2003-07-24 13:22:39 +00:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
2006-03-12 23:19:55 +00:00
|
|
|
<form method="post" id="report" action="{S_REPORT_ACTION}">
|
|
|
|
|
2004-05-26 19:43:15 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
2006-03-12 23:19:55 +00:00
|
|
|
<th colspan="2">{L_REPORT_POST}</th>
|
2004-05-26 19:43:15 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2006-03-12 23:19:55 +00:00
|
|
|
<td class="row3" colspan="2"><span class="gensmall">{L_REPORT_POST_EXPLAIN}</span></td>
|
2004-05-26 19:43:15 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1" width="22%"><b class="gen">{L_REASON}:</b></td>
|
2006-03-12 23:19:55 +00:00
|
|
|
<td class="row2" width="78%"><select name="reason_id">
|
|
|
|
<!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.TITLE} » {reason.DESCRIPTION}</option><!-- END reason -->
|
|
|
|
</select></td>
|
2004-05-26 19:43:15 +00:00
|
|
|
</tr>
|
|
|
|
<!-- IF S_CAN_NOTIFY -->
|
2006-06-16 16:54:51 +00:00
|
|
|
<tr>
|
|
|
|
<td class="row1"><span class="gen"><b>{L_REPORT_NOTIFY}:</b></span><br /><span class="gensmall">{L_REPORT_NOTIFY_EXPLAIN}</span></td>
|
|
|
|
<td class="row2"><span class="gen"><input type="radio" class="radio" name="notify" value="1"<!-- IF S_NOTIFY --> checked="checked"<!-- ENDIF --> /> {L_YES} <input type="radio" class="radio" name="notify" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /> {L_NO}</span></td>
|
|
|
|
</tr>
|
2004-05-26 19:43:15 +00:00
|
|
|
<!-- ENDIF -->
|
|
|
|
<tr>
|
|
|
|
<td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>
|
2006-03-12 23:19:55 +00:00
|
|
|
<td class="row2"><textarea class="post" style="width: 95%" name="report_text" rows="25" cols="40" class="post">{REPORT_TEXT}</textarea></td>
|
2004-05-26 19:43:15 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="cat" colspan="2" align="center"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" /> <input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}"></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2004-05-02 13:06:57 +00:00
|
|
|
</form>
|
2003-07-24 13:22:39 +00:00
|
|
|
|
2004-05-26 19:43:15 +00:00
|
|
|
<br clear="all" />
|
2003-07-24 13:22:39 +00:00
|
|
|
|
2006-09-24 14:34:39 +00:00
|
|
|
<!-- INCLUDE breadcrumbs.html -->
|
2004-01-07 16:24:52 +00:00
|
|
|
|
2004-05-26 19:43:15 +00:00
|
|
|
<div style="float: right;"><!-- INCLUDE jumpbox.html --></div>
|
2003-07-24 13:22:39 +00:00
|
|
|
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|