Вход Регистрация
Файл: contao-3.5.8/system/modules/core/templates/modules/mod_login_1cl.xhtml
Строк: 44
<!-- indexer::stop -->
<div class="<?= $this->class ?> one_column tableless login block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>

  <?php if ($this->headline): ?>
    <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
  <?php endif; ?>

  <form action="<?= $this->action ?>" id="tl_login" method="post">
    <div class="formbody">
      <?php if ($this->message): ?>
        <p class="error"><?= $this->message ?></p>
      <?php endif; ?>
      <input type="hidden" name="FORM_SUBMIT" value="tl_login" />
      <input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}" />
      <label for="username"><?= $this->username ?></label>
      <input type="text" name="username" id="username" class="text" value="<?= $this->value ?>" /><br />
      <label for="password"><?= $this->password ?></label>
      <input type="password" name="password" id="password" class="text password" value="" />
      <?php if ($this->autologin): ?>
        <div class="checkbox_container">
          <input type="checkbox" name="autologin" id="autologin" value="1" class="checkbox" /> <label for="autologin"><?= $this->autoLabel ?></label>
        </div>
      <?php endif; ?>
      <div class="submit_container">
        <input type="submit" class="submit" value="<?= $this->slabel ?>" />
      </div>
    </div>
  </form>

</div>
<!-- indexer::continue -->
Онлайн: 1
Реклама