source: branches/posledni/forum/styles/wowgreen/template/report_body.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1.8 KB
Line 
1<!-- INCLUDE overall_header.html -->
2
3<form method="post" id="report" action="{S_REPORT_ACTION}">
4
5<table class="tablebg" width="100%" cellspacing="1">
6<tr>
7 <th colspan="2">{L_REPORT_POST}</th>
8</tr>
9<tr>
10 <td class="row3" colspan="2"><span class="gensmall">{L_REPORT_POST_EXPLAIN}</span></td>
11</tr>
12<tr>
13 <td class="row1" width="22%"><b class="gen">{L_REASON}:</b></td>
14 <td class="row2" width="78%"><select name="reason_id">
15 <!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.TITLE} &raquo; {reason.DESCRIPTION}</option><!-- END reason -->
16 </select></td>
17</tr>
18<!-- IF S_CAN_NOTIFY -->
19 <tr>
20 <td class="row1"><span class="gen"><b>{L_REPORT_NOTIFY}:</b></span><br /><span class="gensmall">{L_REPORT_NOTIFY_EXPLAIN}</span></td>
21 <td class="row2"><span class="gen"><input type="radio" class="radio" name="notify" value="1"<!-- IF S_NOTIFY --> checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="notify" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</span></td>
22 </tr>
23<!-- ENDIF -->
24<tr>
25 <td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>
26 <td class="row2"><textarea class="post" name="report_text" rows="10" cols="50">{REPORT_TEXT}</textarea></td>
27</tr>
28<tr>
29 <td class="cat" colspan="2" align="center"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" />&nbsp;<input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}" /></td>
30</tr>
31</table>
32{S_FORM_TOKEN}
33</form>
34
35<br clear="all" />
36
37<!-- INCLUDE breadcrumbs.html -->
38
39<div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>
40
41<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.