[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- IF FORM_TITLE --><h1>{FORM_TITLE}</h1><!-- ENDIF --> 2 <form id="<!-- IF FORM_ID -->{FORM_ID}<!-- ELSE -->install_install<!-- ENDIF -->" method="POST" action="{U_ACTION}"> 3 <!-- IF .options --> 4 <!-- IF S_NOT_ONLY_BUTTON_FORM --> 5 <fieldset> 6 <!-- ENDIF --> 7 8 <!-- BEGIN options --> 9 <!-- IF options.S_LEGEND --> 10 <!-- IF not options.S_FIRST_ROW --> 11 </fieldset> 12 <!-- ENDIF --> 13 <fieldset> 14 15 <legend>{options.LEGEND}</legend> 16 <!-- ELSE --> 17 <dl> 18 <dt><label for="{options.KEY}">{options.TITLE}{L_COLON}</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> 19 <dd> 20 <!-- IF options.TYPE == 'text' --> 21 <input type="text" name="{options.KEY}" value="{options.DEFAULT}" /> 22 <!-- ENDIF --> 23 <!-- IF options.TYPE == 'email' --> 24 <input type="email" name="{options.KEY}" value="{options.DEFAULT}" /> 25 <!-- ENDIF --> 26 <!-- IF options.TYPE == 'password' --> 27 <input type="password" name="{options.KEY}" /> 28 <!-- ENDIF --> 29 <!-- IF options.TYPE == 'select' --> 30 <select name="{options.KEY}"> 31 <!-- BEGIN options.OPTIONS --> 32 <option value="{options.OPTIONS.value}"<!-- IF options.OPTIONS.selected --> selected<!-- ENDIF -->>{options.OPTIONS.label}</option> 33 <!-- END options.OPTIONS --> 34 </select> 35 <!-- ENDIF --> 36 <!-- IF options.TYPE == 'radio' --> 37 <!-- BEGIN options.OPTIONS --> 38 <input type="radio" name="{options.KEY}" value="{options.OPTIONS.value}" <!-- IF options.OPTIONS.selected -->checked<!-- ENDIF --> /> {options.OPTIONS.label} 39 <!-- END options.OPTIONS --> 40 <!-- ENDIF --> 41 </dd> 42 </dl> 43 <!-- ENDIF--> 44 <!-- END options --> 45 <!-- IF S_NOT_ONLY_BUTTON_FORM --> 46 </fieldset> 47 <!-- ENDIF --> 48 <!-- ENDIF --> 49 <!-- IF .submit_buttons --> 50 <fieldset class="submit-buttons"> 51 <legend>{L_SUBMIT}</legend> 52 <!-- BEGIN submit_buttons --> 53 <input class="<!-- IF not submit_buttons.IS_SECONDARY -->button1<!-- ELSE -->button2<!-- ENDIF --><!-- IF submit_buttons.DISABLED --> disabled<!-- ENDIF -->" type="submit" name="{submit_buttons.KEY}" value="{submit_buttons.TITLE}"<!-- IF submit_buttons.DISABLED --> disabled="disabled"<!-- ENDIF --> /> 54 <!-- END submit_buttons --> 55 </fieldset> 56 <!-- ENDIF --> 57 </form>
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 |