Changeset 1127 in t29-www
- Timestamp:
- Feb 5, 2017, 10:10:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
physical-computing/index.php
r1126 r1127 6 6 $dynamischer_inhalt = true; 7 7 require "../lib/simplepassword.php"; 8 $zaun = new t29FencedContent('Schulgeheimnisse'); 9 $zaun->password = "pcr"; 8 $zaun_aes = new t29FencedContent('Schulgeheimnisse-AES'); 9 $zaun_aes->password = "pcr"; 10 $zaun_eds = new t29FencedContent('Schulgeheimnisse-EDS'); 11 $zaun_eds->password = "eds-1"; 10 12 11 13 $sidebar_content = <<<SIDEBAR_ENDE … … 101 103 <a href="/physical-computing/ping-pong-4.pdf"> Ping-Pong-Analyse (2) (PDF)</a>, Lösung der Aufg. 6e) Blatt 4 <br><br> 102 104 103 <?php $zaun ->printAnchor(); ?>104 Speziell für Schüler der AES: <?php $zaun ->printMiniForm(); ?> <small>(Zuletzt aktualisiert am 30.1.2017)</small><br>105 <?php $zaun_aes->printAnchor(); ?> 106 Speziell für Schüler der AES: <?php $zaun_aes->printMiniForm(); ?> <small>(Zuletzt aktualisiert am 30.1.2017)</small><br> 105 107 106 <?php $zaun ->start(); ?>108 <?php $zaun_aes->start(); ?> 107 109 108 110 <br><hr> … … 115 117 116 118 Lösung zu Aufgabe 1a/b, Blatt 5, : <a href="/physical-computing/ping-pong-led"> Ping-Pong Blatt 5 Aufg. 1a/b</a> <small>Version 1.0</small><br> 117 Lösung zu Aufgabe 5, Blatt 5: <a href="/physical-computing/ultraschall-sensor"> Ultraschall-Sensor-Sketch</a><br>< br>119 Lösung zu Aufgabe 5, Blatt 5: <a href="/physical-computing/ultraschall-sensor"> Ultraschall-Sensor-Sketch</a><br><hr><br> 118 120 119 121 120 122 121 <?php $zaun ->end(); ?>123 <?php $zaun_aes->end(); ?> 122 124 125 <?php $zaun_eds->printAnchor(); ?> 126 Speziell für Schüler der EDS: <?php $zaun_eds->printMiniForm(); ?> <small>(Zuletzt aktualisiert am 05.02.2017)</small><br> 127 128 <?php $zaun_eds->start(); ?> 129 <br><hr> 130 Wenn wir die Theoriephasen etwas verkürzen wollen, ... Inhalt für die EDS. 131 <?php $zaun_eds->end(); ?> 123 132 124 133
Note: See TracChangeset
for help on using the changeset viewer.