Beispiel #1
0
  <?php 
    if (isset($info)) {
        echo $info;
    }
    ?>

  <div class="container" style="margin-left:35%; margin-top:80px; margin-bottom:80px;">
    <div class="row">
      <div class="span12" style="margin-bottom:12px;">
        <img id="lockimg" src="../../images/lock.png">
        <p style="padding-top: 30px;">Geben Sie bitte ihr <strong>Passwort</strong> ein <br>
          um fortzufahren.</p>
      </div>
    </div>
    <?php 
    echo "<div style='margin-left:35px;'>";
    $access = $security->askPasswordForm();
    echo "</div>";
    ?>
                                
  </div>

</div>

<?php 
    System\HTML::printFooter();
    System\HTML::printFoot();
} else {
    header("Location: ../../404.php");
    exit;
}