Changeset 1104 in t29-www
- Timestamp:
- Jan 20, 2017, 7:33:44 PM (6 years ago)
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/simplepassword.php
r1102 r1104 55 55 if( $this->failedToAuthenticate()) { 56 56 ?> 57 Passwort falsch, bitte nochmal probieren:57 <strong>Passwort falsch</strong>, bitte nochmal probieren: 58 58 <?php 59 59 $this->printLoginForm(); … … 61 61 $this->printLogoutForm(); 62 62 } else { 63 ?>64 Passwort:65 <?php66 63 $this->printLoginForm(); 67 64 } … … 70 67 function printLoginForm() { 71 68 ?> 72 <form method="get" style="display: inline-block; "69 <form method="get" style="display: inline-block; font-size: 80%" 73 70 action="#<?php echo $this->id; ?>"> 74 <input type="password" name="<?= $this->paramkey; ?>">71 <input type="password" placeholder="Passwort" name="<?= $this->paramkey; ?>"> 75 72 <input type="submit" value="Anmelden"> 76 73 </form> -
physical-computing/index.php
r1101 r1104 3 3 $version = '$Version$'; 4 4 $titel = 'Physical-Computing & Robotics'; 5 6 $dynamischer_inhalt = true; 7 require "../lib/simplepassword.php"; 8 $zaun = new t29FencedContent('Schulgeheimnisse'); 9 $zaun->password = "flamingo"; 5 10 6 11 $sidebar_content = <<<SIDEBAR_ENDE … … 39 44 40 45 41 <div class="cols ">46 <div class="cols clear-after"> 42 47 43 48 <div class="leftcol"> … … 86 91 </div><!-- /rightcol --> 87 92 </div><!-- /cols --> 88 <div class="clear cols">89 93 90 <h r>94 <h3>Material</h3 > 91 95 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> 95 114 96 115
Note: See TracChangeset
for help on using the changeset viewer.