[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <a id="maincontent"></a>
   4  
   5  <!-- IF S_SETTINGS -->
   6      <h1>{L_ACP_SEARCH_SETTINGS}</h1>
   7  
   8      <p>{L_ACP_SEARCH_SETTINGS_EXPLAIN}</p>
   9  
  10      <form id="acp_search" method="post" action="{U_ACTION}">
  11  
  12      <fieldset>
  13          <legend>{L_GENERAL_SEARCH_SETTINGS}</legend>
  14      <dl>
  15          <dt><label for="load_search">{L_YES_SEARCH}{L_COLON}</label><br /><span>{L_YES_SEARCH_EXPLAIN}</span></dt>
  16          <dd><label><input type="radio" class="radio" id="load_search" name="config[load_search]" value="1"<!-- IF S_YES_SEARCH --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
  17              <label><input type="radio" class="radio" name="config[load_search]" value="0"<!-- IF not S_YES_SEARCH --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
  18      </dl>
  19      <dl>
  20          <dt><label for="search_interval">{L_SEARCH_INTERVAL}{L_COLON}</label><br /><span>{L_SEARCH_INTERVAL_EXPLAIN}</span></dt>
  21          <dd><input id="search_interval" type="number" min="0" max="9999" name="config[search_interval]" value="{SEARCH_INTERVAL}" /> {L_SECONDS}</dd>
  22      </dl>
  23      <dl>
  24          <dt><label for="search_anonymous_interval">{L_SEARCH_GUEST_INTERVAL}{L_COLON}</label><br /><span>{L_SEARCH_GUEST_INTERVAL_EXPLAIN}</span></dt>
  25          <dd><input id="search_anonymous_interval" type="number" min="0" max="9999" name="config[search_anonymous_interval]" value="{SEARCH_GUEST_INTERVAL}" /> {L_SECONDS}</dd>
  26      </dl>
  27      <dl>
  28          <dt><label for="limit_search_load">{L_LIMIT_SEARCH_LOAD}{L_COLON}</label><br /><span>{L_LIMIT_SEARCH_LOAD_EXPLAIN}</span></dt>
  29          <dd><input id="limit_search_load" type="text" size="4" maxlength="4" name="config[limit_search_load]" value="{LIMIT_SEARCH_LOAD}" /></dd>
  30      </dl>
  31      <dl>
  32          <dt><label for="min_search_author_chars">{L_MIN_SEARCH_AUTHOR_CHARS}{L_COLON}</label><br /><span>{L_MIN_SEARCH_AUTHOR_CHARS_EXPLAIN}</span></dt>
  33          <dd><input id="min_search_author_chars" type="number" min="0" max="9999" name="config[min_search_author_chars]" value="{MIN_SEARCH_AUTHOR_CHARS}" /></dd>
  34      </dl>
  35      <dl>
  36          <dt><label for="max_num_search_keywords">{L_MAX_NUM_SEARCH_KEYWORDS}{L_COLON}</label><br /><span>{L_MAX_NUM_SEARCH_KEYWORDS_EXPLAIN}</span></dt>
  37          <dd><input id="max_num_search_keywords" type="number" min="0" max="9999" name="config[max_num_search_keywords]" value="{MAX_NUM_SEARCH_KEYWORDS}" /></dd>
  38      </dl>
  39      <dl>
  40          <dt><label for="search_store_results">{L_SEARCH_STORE_RESULTS}{L_COLON}</label><br /><span>{L_SEARCH_STORE_RESULTS_EXPLAIN}</span></dt>
  41          <dd><input id="search_store_results" type="number" min="0" max="999999" name="config[search_store_results]" value="{SEARCH_STORE_RESULTS}" /> {L_SECONDS}</dd>
  42      </dl>
  43      </fieldset>
  44  
  45      <fieldset>
  46          <legend>{L_SEARCH_TYPE}</legend>
  47      <dl>
  48          <dt><label for="search_type">{L_SEARCH_TYPE}{L_COLON}</label><br /><span>{L_SEARCH_TYPE_EXPLAIN}</span></dt>
  49          <dd><select id="search_type" name="config[search_type]" data-togglable-settings="true">{S_SEARCH_TYPES}</select></dd>
  50      </dl>
  51      </fieldset>
  52  
  53      <!-- BEGIN backend -->
  54  
  55          <fieldset id="search_{backend.IDENTIFIER}_settings">
  56              <legend>{backend.NAME}</legend>
  57          {backend.SETTINGS}
  58          </fieldset>
  59  
  60      <!-- END backend -->
  61  
  62      <fieldset>
  63          <legend>{L_ACP_SUBMIT_CHANGES}</legend>
  64          <p class="submit-buttons">
  65              <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
  66              <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
  67          </p>
  68          {S_FORM_TOKEN}
  69      </fieldset>
  70      </form>
  71  
  72  <!-- ELSEIF S_INDEX -->
  73  
  74      <script>
  75      // <![CDATA[
  76          /**
  77          * Popup search progress bar
  78          */
  79  		function popup_progress_bar(progress_type)
  80          {
  81              close_waitscreen = 0;
  82              // no scrollbars
  83              popup('{UA_PROGRESS_BAR}&amp;type=' + progress_type, 400, 240, '_index');
  84          }
  85      // ]]>
  86      </script>
  87  
  88      <h1>{L_ACP_SEARCH_INDEX}</h1>
  89  
  90      <!-- IF S_CONTINUE_INDEXING -->
  91          <p>{L_CONTINUE_EXPLAIN}</p>
  92  
  93          <form id="acp_search_continue" method="post" action="{U_CONTINUE_INDEXING}">
  94              <fieldset>
  95                  <legend>{L_ACP_SUBMIT_CHANGES}</legend>
  96                  <p class="submit-buttons">
  97                      <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
  98                      <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
  99                  </p>
 100                  {S_FORM_TOKEN}
 101              </fieldset>
 102          </form>
 103      <!-- ELSE -->
 104  
 105          <p>{L_ACP_SEARCH_INDEX_EXPLAIN}</p>
 106  
 107          <!-- BEGIN backend -->
 108  
 109              <!-- IF backend.S_STATS -->
 110  
 111              <form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}">
 112  
 113                  <fieldset class="tabulated">
 114  
 115                  {backend.S_HIDDEN_FIELDS}
 116  
 117                  <legend>{L_INDEX_STATS}{L_COLON} {backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></legend>
 118  
 119                  <table class="table1">
 120                      <caption>{backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></caption>
 121                      <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
 122                  <thead>
 123                  <tr>
 124                      <th>{L_STATISTIC}</th>
 125                      <th>{L_VALUE}</th>
 126                      <th>{L_STATISTIC}</th>
 127                      <th>{L_VALUE}</th>
 128                  </tr>
 129                  </thead>
 130                  <tbody>
 131                  <!-- BEGIN data -->
 132                      <tr>
 133                          <td>{backend.data.STATISTIC_1}{L_COLON}</td>
 134                          <td>{backend.data.VALUE_1}</td>
 135                          <td>{backend.data.STATISTIC_2}<!-- IF backend.data.STATISTIC_2 -->{L_COLON}<!-- ENDIF --></td>
 136                          <td>{backend.data.VALUE_2}</td>
 137                      </tr>
 138                  <!-- END data -->
 139                  </tbody>
 140                  </table>
 141  
 142              <!-- ENDIF -->
 143  
 144              <p class="quick">
 145              <!-- IF backend.S_INDEXED -->
 146                  <input type="hidden" name="action" value="delete" />
 147                  <input class="button2" type="submit" value="{L_DELETE_INDEX}" onclick="popup_progress_bar('delete');" />
 148              <!-- ELSE -->
 149                  <input type="hidden" name="action" value="create" />
 150                  <input class="button2" type="submit" value="{L_CREATE_INDEX}" onclick="popup_progress_bar('create');" />
 151              <!-- ENDIF -->
 152              </p>
 153              {S_FORM_TOKEN}
 154              </fieldset>
 155  
 156              </form>
 157          <!-- END backend -->
 158  
 159      <!-- ENDIF -->
 160  
 161  <!-- ENDIF -->
 162  
 163  <!-- INCLUDE overall_footer.html -->


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1