Changeset 1104 in t29-www for lib


Ignore:
Timestamp:
Jan 20, 2017, 7:33:44 PM (7 years ago)
Author:
sven
Message:

Passwort-Zaun in Physical-Computing-Seite eingebaut und Demo gelöscht.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/simplepassword.php

    r1102 r1104  
    5555                if( $this->failedToAuthenticate()) {
    5656                        ?>
    57                         Passwort falsch, bitte nochmal probieren:
     57                        <strong>Passwort falsch</strong>, bitte nochmal probieren:
    5858                        <?php
    5959                        $this->printLoginForm();
     
    6161                        $this->printLogoutForm();
    6262                } else {
    63                         ?>
    64                         Passwort:
    65                         <?php
    6663                        $this->printLoginForm();
    6764                }
     
    7067        function printLoginForm() {
    7168                ?>
    72                 <form method="get" style="display: inline-block;"
     69                <form method="get" style="display: inline-block;  font-size: 80%"
    7370                   action="#<?php echo $this->id; ?>">
    74                         <input type="password" name="<?= $this->paramkey; ?>">
     71                        <input type="password" placeholder="Passwort" name="<?= $this->paramkey; ?>">
    7572                        <input type="submit" value="Anmelden">
    7673                </form>
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License