Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
109 lines (100 sloc)
4.11 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> | |
| <html> | |
| <head> | |
| <title>Our District</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta name="Author" content="Jeff La Benz"> | |
| <meta name="GENERATOR" content="Mozilla/4.73 [en] (Win98; I) [Netscape]"> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| function makeArray(n){ | |
| this.length = n | |
| return this | |
| } | |
| if (document.images) { // Active Images | |
| plugInsOn = new Image(); | |
| plugInsOn.src = "plugins2-dn.jpg"; | |
| helpOn = new Image(); | |
| helpOn.src = "help2-dn.jpg"; | |
| plugInsOff = new Image(); | |
| plugInsOff.src = "plugins2-up.jpg"; | |
| helpOff = new Image(); | |
| helpOff.src = "help2-up.jpg"; | |
| } | |
| // Function to 'activate' buttons. | |
| function imgOn(imgName) { | |
| if (document.images) { | |
| document[imgName].src = eval(imgName + "On.src"); | |
| } | |
| } | |
| // Function to 'deactivate' buttons. | |
| function imgOff(imgName) { | |
| if (document.images) { | |
| document[imgName].src = eval(imgName + "Off.src"); | |
| } | |
| } | |
| function goList(place){ | |
| parent.goOn(place) | |
| document.search.place.options.selectedIndex = 0 | |
| } | |
| //--> | |
| </script> | |
| </head> | |
| <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> | |
| <form name="search"><center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 > | |
| <tr><td><a href="javascript:goList('17');" onMouseOver="imgOn('plugIns'); self.status='Get Plugins'; return true" onMouseOut="imgOff('plugIns'); self.status=''; return true"><img SRC="plugins2-up.jpg" NAME="plugIns" alt="Get Plugins" HSPACE=10 BORDER=0 height=20 width=80></a></td><td><SELECT NAME="place" SIZE="1" onChange="goList(this.options[this.selectedIndex].value);"><OPTION VALUE="0" SELECTED>Click the down arrow for a site map: | |
| <OPTION VALUE="0">HOME PAGE | |
| <OPTION VALUE="1">....School Calendar | |
| <OPTION VALUE="44">....CUSD News Ticker | |
| <OPTION VALUE="2">....Chandler Weather | |
| <OPTION VALUE="3">....Directions and Maps | |
| <OPTION VALUE="4">....Check or Send E-Mail | |
| <OPTION VALUE="5">....Search our Site | |
| <OPTION VALUE="6">PROGRAMS & DEPARTMENTS | |
| <OPTION VALUE="7">....Our Governing Board | |
| <OPTION VALUE="47">....Current Board Agenda | |
| <OPTION VALUE="8">....Our Superintendent | |
| <OPTION VALUE="10">....About CUSD | |
| <OPTION VALUE="19">VISIT A SCHOOL | |
| <OPTION VALUE="12">JOBS | |
| <OPTION VALUE="25">....Mission Statement | |
| <OPTION VALUE="13">....24 hour Job Hotline! | |
| <OPTION VALUE="28">....Current Job Postings | |
| <OPTION VALUE="27">....Get an Application | |
| <OPTION VALUE="18">....How to Apply | |
| <OPTION VALUE="26">....See Salaries Schedules | |
| <OPTION VALUE="14">....Videos about Chandler, CUSD | |
| <OPTION VALUE="14">....Benefits Videos | |
| <OPTION VALUE="36">....News for Current Employees | |
| <OPTION VALUE="31">CURRICULUM & INSTRUCTION | |
| <OPTION VALUE="9">....Curriculum Overview | |
| <OPTION VALUE="43">....Instructional Resource Center | |
| <OPTION VALUE="45">....Science Academies | |
| <OPTION VALUE="50">....Educational Websites | |
| <OPTION VALUE="37">....Gifted Overview | |
| <OPTION VALUE="50">....Stanford 9 Test | |
| <OPTION VALUE="38">SPECIAL EDUCATION | |
| <OPTION VALUE="39">....Special Education Overview | |
| <OPTION VALUE="40">....Mission Statement | |
| <OPTION VALUE="41">....Letter to Parents | |
| <OPTION VALUE="42">....Special Education Forms | |
| <OPTION VALUE="30">SUPPORT SERVICES | |
| <OPTION VALUE="33">....Transportation | |
| <OPTION VALUE="24">....Nutrition | |
| <OPTION VALUE="34">....Information Systems | |
| <OPTION VALUE="29">SPECIAL PROGRAMS | |
| <OPTION VALUE="32">....State Tax Credits | |
| <OPTION VALUE="22">....Chandler Education Foundation | |
| <OPTION VALUE="22">....Scholarships | |
| <OPTION VALUE="23">....Channel 99 Education TV | |
| <OPTION VALUE="50">....Virtual Tours | |
| <OPTION VALUE="15">CONTACTS | |
| <OPTION VALUE="46">....Requests for Proposals | |
| <OPTION VALUE="21">....Community Relations | |
| <OPTION VALUE="21">....Questions about CUSD | |
| <OPTION VALUE="35">....Website Questions | |
| <OPTION VALUE="16">....Get Help | |
| <OPTION VALUE="17">....Get Plugins | |
| </SELECT></td><td><a href="javascript:goList('16');" onMouseOver="imgOn('help'); self.status='Get Help'; return true" onMouseOut="imgOff('help'); self.status=''; return true"><img SRC="help2-up.jpg" NAME="help" alt="Help" BORDER=0 HSPACE=10 height=20 width=35></a></td></tr></table><hr width=100%></center></FORM> | |
| </body> | |
| </html> | |