[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/styles/prosilver/template/ -> timezone_option.html (source)

   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>


Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1