Changeset 228
- Timestamp:
- Feb 14, 2007 4:54:22 PM (6 years ago)
- Location:
- trunk/jobs/toft/publicnotes/web
- Files:
-
- 5 edited
-
klein.css (modified) (1 diff)
-
klein.html (modified) (1 diff)
-
logo.png (modified) (previous)
-
publicnotes.css (modified) (3 diffs)
-
publicnotes.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobs/toft/publicnotes/web/klein.css
r227 r228 1 div.framing { font-family: Times,serif; margin-left: 15%; margin-right: 15%; }1 div.framing { font-family: Times,serif; font-weight: bold; font-size: large; margin-left: 10%; margin-right: 10%; } 2 2 3 div.framing div.logo { text-align: center; } 3 div.framing div.logo { text-align: center; margin: 1em; } 4 div.framing div.logo a img { border: none; } 4 5 5 h1 { text-align: center; font-family: Helvetica, Arial, sans-serif } 6 div.framing p.instructions { font-size: larger; } 7 8 h1 { text-align: center; font-family: Verdana, sans-serif } 6 9 7 10 p.formula { text-align: center; } 11 12 a { font-style: underlined; } -
trunk/jobs/toft/publicnotes/web/klein.html
r227 r228 16 16 <div class="logo"><a href="http://www.timeoutfromtesting.org/"><img 17 17 src="logo.png" title="Time Out From Testing" alt="Time Out From 18 excessive and high-stakes Testing" /></a></div>On January 25, 2007, 19 <acronym title="New York City Department of 20 Education">NYCDOE</acronym> Chancellor Joel I. Klein gave testimony to 21 the New York City Council Committee on Education about the Next Phase 22 of the Children First Reforms. The <acronym title="Department of 23 Education">DOE</acronym> <a 24 href="http://schools.nyc.gov/Administration/mediarelations/SpeechesTestimonials/20070126_jk_council.htm">published 25 his remarks</a>. We reprint them here, with commentary. While 26 reading Chancellor Klein's speech, click on the linked sections 27 to read what some of the actual facts are.</div> 18 excessive and high-stakes Testing" /></a></div> 19 20 New York City Chancellor Joel I. Klein recently addressed the New York 21 City Council Committee on Education to report on the next phase of the 22 Children First reforms (See <a 23 href="http://schools.nyc.gov/Administration/mediarelations/SpeechesTestimonials/20070126_jk_council.htm"><acronym 24 title="Department of Education">DOE</acronym> testimonials, 25 1/25/07</a>). <p> We reprint the Chancellor's remarks below with 26 annotations. <p class="instructions">To learn about some of the important 27 facts omitted from the chancellor's testimony, click on the linked 28 (underlined) sections. </div> 28 29 29 30 <h1>Time Out From Testing Responds to Chancellor Klein:</h1> -
trunk/jobs/toft/publicnotes/web/publicnotes.css
r226 r228 1 1 body { 2 2 color: black; 3 background: white;3 background: #aaa; 4 4 padding: 0em; 5 5 margin: 0em; … … 11 11 margin-left: 20%; 12 12 margin-right: 20%; 13 background: white; 14 border: 1px solid black; 15 padding: 1em; 13 16 } 14 17 … … 34 37 padding: 0.5em; 35 38 border: 3px solid red; 36 font-family: Helvetica, Arial, sans-serif;39 font-family: Verdana, sans-serif; 37 40 margin: 0em; 38 41 } -
trunk/jobs/toft/publicnotes/web/publicnotes.js
r226 r228 19 19 noteNav: undefined, 20 20 mainText: undefined, 21 22 displayAllCommentary: "To read only the annotations, click here", 23 collapseAllCommentary: "To hide annotations and show Klein's speech, click here", 21 24 22 25 onLoad: function() { … … 41 44 42 45 PN.noteNav.revert = document.createElement("A"); 43 PN.noteNav.revert.appendChild(document.createTextNode( "Display All Commentary"));46 PN.noteNav.revert.appendChild(document.createTextNode(PN.displayAllCommentary)); 44 47 PN.noteNav.revert.href = "#note-navigation"; 45 48 PN.noteNav.revert.onclick = function() { PN.getAllNotes(PN.noteNav); … … 49 52 50 53 PN.noteNav.collapse = document.createElement("A"); 51 PN.noteNav.collapse.appendChild(document.createTextNode( "Collapse All Commentary"));54 PN.noteNav.collapse.appendChild(document.createTextNode(PN.collapseAllCommentary)); 52 55 PN.noteNav.collapse.href = "#note-navigation"; 53 56 PN.noteNav.collapse.onclick = function() { PN.collapseAllNotes();
Note: See TracChangeset
for help on using the changeset viewer.

