Changeset 1104 in t29-www


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.

Files:
1 deleted
2 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>
  • physical-computing/index.php

    r1101 r1104  
    33        $version = '$Version$';
    44        $titel = 'Physical-Computing & Robotics';
     5       
     6        $dynamischer_inhalt = true;
     7        require "../lib/simplepassword.php";
     8        $zaun = new t29FencedContent('Schulgeheimnisse');
     9        $zaun->password = "flamingo";
    510
    611$sidebar_content = <<<SIDEBAR_ENDE
     
    3944
    4045
    41 <div class="cols">
     46<div class="cols clear-after">
    4247
    4348<div class="leftcol">
     
    8691</div><!-- /rightcol -->
    8792</div><!-- /cols -->
    88 <div class="clear cols">
    8993
    90 <hr>
     94<h3>Material</h3        >
    9195
    92 <a href="/physical-computing/ph4.pdf"> Physical-Computing Blatt 4 (PDF)</a> Update Version 1.1<br>
    93 <a href="/physical-computing/ph5.pdf"> Physical-Computing Blatt 5 (PDF)</a> Update Version 1.1<br>
    94 <a href="/physical-computing/shift.pdf"> 74HC595, 8 Bit Schieberegister mit Latch, Sketche und Analysen (PDF) </a> 
     96<ul>
     97        <li><a href="/physical-computing/ph4.pdf"> Physical-Computing Blatt 4 (PDF)</a> Update Version 1.1
     98        <li><a href="/physical-computing/ph5.pdf"> Physical-Computing Blatt 5 (PDF)</a> Update Version 1.1
     99        <li><a href="/physical-computing/shift.pdf"> 74HC595, 8 Bit Schieberegister mit Latch, Sketche und Analysen (PDF)</a>
     100
     101        <li style="visibility:hidden"><!-- Abstandshalter -->
     102        <?php $zaun->printAnchor(); ?>
     103        <li>Detailliertes Material für Schüler der AES:  <?php $zaun->printMiniForm(); ?>
     104
     105        <?php $zaun->start(); ?>
     106        <ul>
     107                <li>Tanja: Bitte nächtes mal mehr aufpassen!
     108                <li>Bettina: Lösung von Aufgabe 4 war richtig, sehr gut! Du wirst mal eine tolle Wissenschaftlerin.
     109                <li>Hanna: Bei dir sehe ich leider keine Chance mehr.
     110                <li>Jonas: Bitte komme nicht mehr in den Kurs.
     111        </ul>
     112        <?php $zaun->end(); ?>
     113</ul>
    95114
    96115
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