[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/adm/style/ -> acp_board.html (source)

   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          <fieldset>
  24              <legend>{options.LEGEND}</legend>
  25      <!-- ELSE -->
  26  
  27          <dl>
  28              <dt><label for="{options.KEY}">{options.TITLE}{L_COLON}</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
  29              <dd>{options.CONTENT}</dd>
  30          </dl>
  31  
  32      <!-- ENDIF -->
  33  <!-- END options -->
  34  
  35  <!-- IF S_AUTH -->
  36      </fieldset>
  37      <!-- BEGIN auth_tpl -->
  38          <!-- INCLUDE {auth_tpl.TEMPLATE_FILE} -->
  39      <!-- END auth_tpl -->
  40      <fieldset>
  41          <legend>{L_ACP_SUBMIT_CHANGES}</legend>
  42  <!-- ENDIF -->
  43  
  44      <p class="submit-buttons">
  45          <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
  46          <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
  47      </p>
  48      {S_FORM_TOKEN}
  49  </fieldset>
  50  </form>
  51  
  52  <!-- INCLUDE overall_footer.html -->


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1