[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

   1  <form id="user_overview" method="post" action="{U_ACTION}">
   2  
   3  <fieldset>
   4      <legend>{L_ACP_USER_OVERVIEW}</legend>
   5  <dl>
   6      <dt><label for="user">{L_USERNAME}{L_COLON}</label><br /><span>{L_NAME_CHARS_EXPLAIN}</span></dt>
   7      <dd><input type="text" id="user" name="user" value="{USER}" /></dd>
   8      <!-- IF U_SWITCH_PERMISSIONS --><dd>[ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]</dd><!-- ENDIF -->
   9  </dl>
  10  <!-- IF S_USER_INACTIVE -->
  11  <dl>
  12      <dt><label>{L_USER_IS_INACTIVE}{L_COLON}</label></dt>
  13      <dd><strong>{USER_INACTIVE_REASON}</strong></dd>
  14  </dl>
  15  <!-- ENDIF -->
  16  <dl>
  17      <dt><label>{L_REGISTERED}{L_COLON}</label></dt>
  18      <dd><strong>{USER_REGISTERED}</strong></dd>
  19  </dl>
  20  <!-- IF S_USER_IP -->
  21  <dl>
  22      <dt><label>{L_REGISTERED_IP}{L_COLON}</label></dt>
  23      <dd><a href="{U_SHOW_IP}">{REGISTERED_IP}</a></dd>
  24      <dd>[ <a href="{U_WHOIS}" onclick="popup(this.href, 700, 500, '_whois'); return false;">{L_WHOIS}</a> ]</dd>
  25  </dl>
  26  <!-- ENDIF -->
  27  <dl>
  28      <dt><label>{L_LAST_ACTIVE}{L_COLON}</label></dt>
  29      <dd><strong>{USER_LASTACTIVE}</strong></dd>
  30  </dl>
  31  <dl>
  32      <dt><label>{L_POSTS}{L_COLON}</label></dt>
  33      <dd>
  34          <strong>
  35              <!-- IF USER_HAS_POSTS and U_SEARCH_USER -->
  36                  <a href="{U_SEARCH_USER}">{USER_POSTS}</a>
  37              <!-- ELSE -->
  38                  {USER_POSTS}
  39              <!-- ENDIF -->
  40          </strong>
  41          <!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE -->
  42              (<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>)
  43          <!-- ELSEIF POSTS_IN_QUEUE -->
  44              ({L_POSTS_IN_QUEUE})
  45          <!-- ENDIF -->
  46      </dd>
  47  </dl>
  48  <dl>
  49      <dt><label>{L_WARNINGS}{L_COLON}</label></dt>
  50      <dd><strong>{USER_WARNINGS}</strong></dd>
  51  </dl>
  52  <dl>
  53      <dt><label for="user_founder">{L_FOUNDER}{L_COLON}</label><br /><span>{L_FOUNDER_EXPLAIN}</span></dt>
  54      <dd><label><input type="radio" class="radio" name="user_founder" value="1"<!-- IF S_USER_FOUNDER --> id="user_founder" checked="checked"<!-- ENDIF --><!-- IF not S_FOUNDER --> disabled="disabled"<!-- ENDIF --> /> {L_YES}</label>
  55          <label><input type="radio" class="radio" name="user_founder" value="0"<!-- IF not S_USER_FOUNDER --> id="user_founder" checked="checked"<!-- ENDIF --><!-- IF not S_FOUNDER --> disabled="disabled"<!-- ENDIF --> /> {L_NO}</label></dd>
  56  </dl>
  57  <dl>
  58      <dt><label for="user_email">{L_EMAIL}{L_COLON}</label></dt>
  59      <dd><input class="text medium" type="email" id="user_email" name="user_email" value="{USER_EMAIL}" autocomplete="off" /></dd>
  60  </dl>
  61  <dl>
  62      <dt><label for="new_password">{L_NEW_PASSWORD}{L_COLON}</label><br /><span>{L_CHANGE_PASSWORD_EXPLAIN}</span></dt>
  63      <dd><input type="password" id="new_password" name="new_password" value="" autocomplete="off" /></dd>
  64  </dl>
  65  <dl>
  66      <dt><label for="password_confirm">{L_CONFIRM_PASSWORD}{L_COLON}</label><br /><span>{L_CONFIRM_PASSWORD_EXPLAIN}</span></dt>
  67      <dd><input type="password" id="password_confirm" name="password_confirm" value="" autocomplete="off" /></dd>
  68  </dl>
  69  <!-- EVENT acp_users_overview_options_append -->
  70  
  71  <p class="quick">
  72      <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
  73      <input type="hidden" name="action" value="" />
  74      {S_FORM_TOKEN}
  75  </p>
  76  
  77  </fieldset>
  78  </form>
  79  
  80  <!-- IF not S_USER_FOUNDER or S_FOUNDER -->
  81  
  82      <script>
  83      // <![CDATA[
  84  
  85  		function display_reason(option)
  86          {
  87              if (option != 'banuser' && option != 'banemail' && option != 'banip')
  88              {
  89                  phpbb.toggleDisplay('reasons', -1);
  90                  return;
  91              }
  92  
  93              phpbb.toggleDisplay('reasons', 1);
  94  
  95              element = document.getElementById('user_quick_tools').ban_reason;
  96  
  97              if (element.value && element.value != '{LA_USER_ADMIN_BAN_NAME_REASON}' && element.value != '{LA_USER_ADMIN_BAN_EMAIL_REASON}' && element.value != '{LA_USER_ADMIN_BAN_IP_REASON}')
  98              {
  99                  return;
 100              }
 101  
 102              if (option == 'banuser')
 103              {
 104                  element.value = '{LA_USER_ADMIN_BAN_NAME_REASON}';
 105              }
 106              else if (option == 'banemail')
 107              {
 108                  element.value = '{LA_USER_ADMIN_BAN_EMAIL_REASON}';
 109              }
 110              else if (option == 'banip')
 111              {
 112                  element.value = '{LA_USER_ADMIN_BAN_IP_REASON}';
 113              }
 114          }
 115  
 116      // ]]>
 117      </script>
 118  
 119      <form id="user_quick_tools" method="post" action="{U_ACTION}">
 120  
 121      <fieldset>
 122          <legend>{L_USER_TOOLS}</legend>
 123      <dl>
 124          <dt><label for="quicktools">{L_QUICK_TOOLS}{L_COLON}</label></dt>
 125          <dd><select id="quicktools" name="action" onchange="display_reason(this.options[this.selectedIndex].value);">{S_ACTION_OPTIONS}</select></dd>
 126      </dl>
 127      <div style="display: none;" id="reasons">
 128          <dl>
 129              <dt><label for="ban_reason">{L_BAN_REASON}{L_COLON}</label></dt>
 130              <dd><input name="ban_reason" type="text" class="text medium" maxlength="3000" id="ban_reason" /></dd>
 131          </dl>
 132          <dl>
 133              <dt><label for="ban_give_reason">{L_BAN_GIVE_REASON}{L_COLON}</label></dt>
 134              <dd><input name="ban_give_reason" type="text" class="text medium" maxlength="3000" id="ban_give_reason" /></dd>
 135          </dl>
 136      </div>
 137  
 138      <p class="quick">
 139          <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
 140          {S_FORM_TOKEN}
 141      </p>
 142  
 143      </fieldset>
 144  
 145      </form>
 146  
 147      <!-- IF not S_OWN_ACCOUNT -->
 148          <form id="user_delete" method="post" action="{U_ACTION}">
 149              <fieldset>
 150                  <legend>{L_DELETE_USER}</legend>
 151                  <dl>
 152                      <dt><label for="delete_type">{L_DELETE_USER}{L_COLON}</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
 153                      <dd>
 154                      <!-- IF USER_HAS_POSTS -->
 155                          <select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select>
 156                      <!-- ELSE -->
 157                          {L_USER_NO_POSTS_TO_DELETE}<input type="hidden" id="delete_type" name="delete_type" value="retain" />
 158                      <!-- ENDIF -->
 159                      </dd>
 160                  </dl>
 161                  <p class="quick">
 162                      <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
 163                      <input type="hidden" name="delete" value="1" />
 164                      {S_FORM_TOKEN}
 165                  </p>
 166              </fieldset>
 167          </form>
 168      <!-- ENDIF -->
 169  <!-- ENDIF -->


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