[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="maincontent"></a> 4 5 <!-- IF S_EDIT_REASON --> 6 7 <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> 8 9 <h1>{L_TITLE}</h1> 10 11 <p>{L_REASON_EDIT_EXPLAIN}</p> 12 13 <!-- IF S_ERROR --> 14 <div class="errorbox"> 15 <h3>{L_WARNING}</h3> 16 <p>{ERROR_MSG}</p> 17 </div> 18 <!-- ENDIF --> 19 20 <!-- IF not S_TRANSLATED --> 21 <h3>{L_AVAILABLE_TITLES}</h3> 22 23 <p>{S_AVAILABLE_TITLES}</p> 24 <!-- ENDIF --> 25 26 <form id="acp_reasons" method="post" action="{U_ACTION}"> 27 28 <fieldset> 29 <legend>{L_TITLE}</legend> 30 <p><!-- IF S_TRANSLATED -->{L_IS_TRANSLATED_EXPLAIN}<!-- ELSE -->{L_IS_NOT_TRANSLATED_EXPLAIN}<!-- ENDIF --></p> 31 <dl> 32 <dt><label for="reason_title">{L_REASON_TITLE}{L_COLON}</label></dt> 33 <dd><input name="reason_title" type="text" id="reason_title" value="{REASON_TITLE}" maxlength="255" /></dd> 34 </dl> 35 <!-- IF S_TRANSLATED --> 36 <dl> 37 <dt>{L_REASON_TITLE_TRANSLATED}</dt> 38 <dd>{TRANSLATED_TITLE}</dd> 39 </dl> 40 <!-- ENDIF --> 41 <dl> 42 <dt><label for="reason_description">{L_REASON_DESCRIPTION}{L_COLON}</label></dt> 43 <dd><textarea name="reason_description" id="reason_description" rows="8" cols="80">{REASON_DESCRIPTION}</textarea></dd> 44 </dl> 45 <!-- IF S_TRANSLATED --> 46 <dl> 47 <dt>{L_REASON_DESC_TRANSLATED}</dt> 48 <dd>{TRANSLATED_DESCRIPTION}</dd> 49 </dl> 50 <!-- ENDIF --> 51 52 <p class="submit-buttons"> 53 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 54 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 55 {S_FORM_TOKEN} 56 </p> 57 </fieldset> 58 </form> 59 60 <!-- ELSE --> 61 62 <h1>{L_ACP_REASONS}</h1> 63 64 <p>{L_ACP_REASONS_EXPLAIN}</p> 65 66 <form id="reasons" method="post" action="{U_ACTION}"> 67 <fieldset class="tabulated"> 68 <legend>{L_ACP_REASONS}</legend> 69 70 <!-- IF .reasons --> 71 <table class="table1"> 72 <col class="row1" /><col class="row1" /><col class="row2" /> 73 <thead> 74 <tr> 75 <th>{L_REASON}</th> 76 <th>{L_USED_IN_REPORTS}</th> 77 <th>{L_OPTIONS}</th> 78 </tr> 79 </thead> 80 <tbody> 81 <!-- BEGIN reasons --> 82 <tr> 83 <td> 84 <i style="float: {S_CONTENT_FLOW_END}; font-size: .9em;"><!-- IF reasons.S_TRANSLATED -->{L_IS_TRANSLATED}<!-- ELSE -->{L_IS_NOT_TRANSLATED}<!-- ENDIF --></i> 85 <strong>{reasons.REASON_TITLE}<!-- IF reasons.S_OTHER_REASON --> *<!-- ENDIF --></strong> 86 <br /><span>{reasons.REASON_DESCRIPTION}</span> 87 </td> 88 <td style="width: 100px;">{reasons.REASON_COUNT}</td> 89 <td class="actions" style="width: 80px;"> 90 <span class="up-disabled" style="display:none;">{ICON_MOVE_UP_DISABLED}</span> 91 <span class="up"><a href="{reasons.U_MOVE_UP}" data-ajax="row_up">{ICON_MOVE_UP}</a></span> 92 <span class="down-disabled" style="display:none;">{ICON_MOVE_DOWN_DISABLED}</span> 93 <span class="down"><a href="{reasons.U_MOVE_DOWN}" data-ajax="row_down">{ICON_MOVE_DOWN}</a></span> 94 <a href="{reasons.U_EDIT}">{ICON_EDIT}</a> 95 <!-- IF reasons.U_DELETE --> 96 <a href="{reasons.U_DELETE}" data-ajax="row_delete">{ICON_DELETE}</a> 97 <!-- ELSE --> 98 {ICON_DELETE_DISABLED} 99 <!-- ENDIF --> 100 </td> 101 </tr> 102 <!-- END reasons --> 103 </tbody> 104 </table> 105 106 <!-- ENDIF --> 107 108 <p class="quick"> 109 <input type="hidden" name="action" value="add" /> 110 111 <input type="text" name="reason_title" /> 112 <input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" /> 113 {S_FORM_TOKEN} 114 </p> 115 </fieldset> 116 117 </form> 118 119 <!-- ENDIF --> 120 121 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |