mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-21 19:31:00 +00:00
55 lines
No EOL
2.7 KiB
HTML
55 lines
No EOL
2.7 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<div class="subMerged_title">
|
|
<!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></div>
|
|
<img src="{T_THEME_PATH}/images/spacer.gif" alt="" height="20" width="1" />
|
|
<form id="report" action="{S_REPORT_ACTION}" method="post">
|
|
<table width="80%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="1%"><img src="{T_THEME_PATH}/images/table_icon_report.gif" alt="" height="35" width="35" border="0" /></td>
|
|
<td class="table_title" align="left" nowrap="nowrap" width="98%"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></td>
|
|
<td width="1%"><img src="{T_THEME_PATH}/images/table_r.gif" alt="" height="17" width="17" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%"></td>
|
|
<td class="table_content" align="left" width="98%">
|
|
<table width="100%" cellspacing="5">
|
|
<tr>
|
|
<td colspan="2"><span class="gensmall"><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></span><br />
|
|
<img src="{T_THEME_PATH}/images/spacer.gif" alt="" height="10" width="1" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="22%"><b class="gen">{L_REASON}:</b></td>
|
|
<td 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>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br />
|
|
<span class="submerged">{L_CAN_LEAVE_BLANK}</span></td>
|
|
<td><textarea class="post" class="post" style="width: 95%" name="report_text" rows="25" cols="40">{REPORT_TEXT}</textarea></td>
|
|
</tr>
|
|
<!-- IF S_CAN_NOTIFY -->
|
|
<tr>
|
|
<td colspan="2" align="center"><span class="submerged"><b>{L_REPORT_NOTIFY}:</b> {L_REPORT_NOTIFY_EXPLAIN}<input class="radio" type="radio" name="notify" value="1" <!-- IF S_NOTIFY -->="<!-- IF S_NOTIFY -->" checked="checked" <!-- ENDIF -->="<!-- ENDIF -->" /> {L_YES} <input class="radio" type="radio" name="notify" value="0" <!-- IF not S_NOTIFY -->="<!-- IF not S_NOTIFY -->" checked="checked" <!-- ENDIF -->="<!-- ENDIF -->" /> {L_NO}</span></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<tr>
|
|
<td colspan="2" align="center"><input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="submit" name="cancel" value="{L_CANCEL}" /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td width="1%"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%"></td>
|
|
<td class="table_bot" align="right" width="98%"> </td>
|
|
<td width="1%"></td>
|
|
</tr>
|
|
</table>
|
|
{S_FORM_TOKEN}
|
|
</form>
|
|
|
|
<br clear="all" />
|
|
|
|
<!-- INCLUDE overall_footer.html --> |