[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/adm/style/ -> 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      </dd>
  12      <!-- ENDIF -->
  13      <dd>
  14          <select name="tz" id="timezone" class="autowidth tz_select">
  15              <option value="">{L_SELECT_TIMEZONE}</option>
  16              <!-- BEGIN timezone_select -->
  17              <optgroup label="{timezone_select.LABEL}" data-tz-value="{timezone_select.VALUE}">
  18                  <!-- BEGIN timezone_options -->
  19                  <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>
  20                  <!-- END timezone_options -->
  21              </optgroup>
  22              <!-- END timezone_select -->
  23          </select>
  24  
  25          <!-- INCLUDEJS timezone.js -->
  26      </dd>
  27  </dl>


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1