[ 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 <h1>{L_TITLE}</h1> 6 7 <p>{L_TITLE_EXPLAIN}</p> 8 9 <!-- IF S_ERROR --> 10 <div class="errorbox"> 11 <h3>{L_WARNING}</h3> 12 <p>{ERROR_MSG}</p> 13 </div> 14 <!-- ENDIF --> 15 16 <form id="acp_board" method="post" action="{U_ACTION}"> 17 18 <!-- BEGIN options --> 19 <!-- IF options.S_LEGEND --> 20 <!-- IF not options.S_FIRST_ROW --> 21 </fieldset> 22 <!-- ENDIF --> 23 24 <fieldset> 25 <legend>{options.LEGEND}</legend> 26 <!-- ELSE --> 27 28 <dl> 29 <dt><label for="{options.KEY}">{options.TITLE}{L_COLON}</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> 30 <dd>{options.CONTENT}</dd> 31 </dl> 32 33 <!-- ENDIF --> 34 <!-- END options --> 35 36 <!-- IF S_AUTH --> 37 </fieldset> 38 <!-- BEGIN auth_tpl --> 39 <!-- INCLUDE {auth_tpl.TEMPLATE_FILE} --> 40 <!-- END auth_tpl --> 41 <fieldset> 42 <legend>{L_ACP_SUBMIT_CHANGES}</legend> 43 <!-- ENDIF --> 44 45 <p class="submit-buttons"> 46 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 47 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 48 </p> 49 {S_FORM_TOKEN} 50 </fieldset> 51 </form> 52 53 <!-- 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 |