[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></th> 8 </tr> 9 <!-- IF ERROR --> 10 <tr> 11 <td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td> 12 </tr> 13 <!-- ENDIF --> 14 <tr> 15 <td class="row3" colspan="2"><span class="gensmall"><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></span></td> 16 </tr> 17 <tr> 18 <td class="row1" width="22%"><b class="gen">{L_REASON}:</b></td> 19 <td class="row2" width="78%"><select name="reason_id"> 20 <!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.TITLE} » {reason.DESCRIPTION}</option><!-- END reason --> 21 </select></td> 22 </tr> 23 <!-- IF S_CAN_NOTIFY --> 24 <tr> 25 <td class="row1"><span class="gen"><b>{L_REPORT_NOTIFY}:</b></span><br /><span class="gensmall">{L_REPORT_NOTIFY_EXPLAIN}</span></td> 26 <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> 27 </tr> 28 <!-- ENDIF --> 29 <tr> 30 <td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td> 31 <td class="row2"><textarea class="post" name="report_text" rows="10" cols="50">{REPORT_TEXT}</textarea></td> 32 </tr> 33 <!-- IF CAPTCHA_TEMPLATE --> 34 <!-- INCLUDE {CAPTCHA_TEMPLATE} --> 35 <!-- ENDIF --> 36 <tr> 37 <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> 38 </tr> 39 </table> 40 {S_FORM_TOKEN} 41 </form> 42 43 <br clear="all" /> 44 45 <!-- INCLUDE breadcrumbs.html --> 46 47 <div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div> 48 49 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |