[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <dl> 2 <dt><label for="timezone">{L_BOARD_TIMEZONE}{L_COLON}</label></dt> 3 <!-- IF .timezone_date --> 4 <dd id="tz_select_date" style="display: none;"> 5 <select name="tz_date" id="tz_date" class="autowidth tz_select"> 6 <option value="">{L_SELECT_CURRENT_TIME}</option> 7 <!-- BEGIN timezone_date --> 8 <option value="{timezone_date.VALUE}"<!-- IF timezone_date.SELECTED --> selected="selected"<!-- ENDIF -->>{timezone_date.TITLE}</option> 9 <!-- END timezone_date --> 10 </select> 11 <input type="button" id="tz_select_date_suggest" class="button2" style="display: none;" timezone-preselect="<!-- IF S_TZ_PRESELECT -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="{L_TIMEZONE_DATE_SUGGESTION}" /> 12 </dd> 13 <!-- ENDIF --> 14 <dd> 15 <select name="tz" id="timezone" class="autowidth tz_select timezone"> 16 <option value="">{L_SELECT_TIMEZONE}</option> 17 <!-- BEGIN timezone_select --> 18 <optgroup label="{timezone_select.LABEL}" data-tz-value="{timezone_select.VALUE}"> 19 <!-- BEGIN timezone_options --> 20 <option title="{timezone_select.timezone_options.TITLE}" value="{timezone_select.timezone_options.VALUE}"<!-- IF timezone_select.timezone_options.SELECTED --> selected="selected"<!-- ENDIF -->>{timezone_select.timezone_options.LABEL}</option> 21 <!-- END timezone_options --> 22 </optgroup> 23 <!-- END timezone_select --> 24 </select> 25 26 <!-- INCLUDEJS timezone.js --> 27 </dd> 28 </dl>
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 |