Vision & Mission Statements / Accessibility Statement

$(document).ready(function() {
var DomainID = ’83’;
var PageID = ‘560’;
var RenderLoc = ‘0’;
var MIID = ‘776’;

//added to check to make sure moderated content doesn’t bleed through the dialog
if ($(‘#dialog-overlay-WindowLargeModal-body.moderateContent’).length > 0) {
$(“#module-content-” + MIID).find(“.ui-widget-detail”).find(“.ui-article”).append(“

“);
}
});

  • Siskiyou County Office of Education Web Accessibility Statement

    The Siskiyou County Office of Education is committed to creating an accessible online environment for all visitors to its web site.

    To help us make the Siskiyou County Office of Education website a positive place for everyone, we’ve been using the Web Content Accessibility Guidelines (WCAG) 2.0. These guidelines explain how to make web content more accessible for people with disabilities, and user friendly for everyone.

    We are aware of some areas on the website where we could improve accessibility. We are currently working to achieve this. Some of our content is in PDF format only. We are working towards reducing our dependence on PDFs for use on our web site, and training staff to provide content in more accessible formats.

    If you enjoyed using the Siskiyou County Office of Education website, or if you had trouble with any part of it, please let us know. We’d like to hear from you in any of the following ways:

    • Email: webmaster@siskiyoucoe.net

    • Phone: 530-842-8400 • Fax: 530-842-8436

$(document).ready(function (){
$(“.tag-list li a”).keypress(function(e) { if(e.which == 13) { $(this).click(); }});
});
function LoadGroupedData(container, MIID, PMI, groupYear, groupMonth, groupBy, tag) {
//ViewToUse looks at the hidden Sidebar List View defined in the Builder View.
var viewToUse = “”;
if($(‘#hid-‘+MIID+’-SidebarListView’).length > 0){
viewToUse = $(“#hid-” + MIID + “-SidebarListView”).val();
};
GetContent(‘https://www.siskiyoucoe.net//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=83&PageID=560&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&RenderLoc=0&FromRenderLoc=0&GroupYear=’ + groupYear + ‘&GroupMonth=’ + groupMonth + ‘&GroupByField=’ + groupBy + ‘&EnableQuirksMode=0&ViewID=’ + viewToUse + ‘&Tag=’ + tag, container, 2, ‘chkSidebar();’);
}
function LoadData(container, MIID, PMI, flexDataID, groupYear, groupMonth, groupBy, targetView, tag) {
if(targetView !== undefined || targetView.Length() == 0){
//targetView looks at the hidden Detail View defined in the Builder View.
targetView = $(‘#hid-‘+MIID+’-DetailView’).val();
}
GetContent(‘https://www.siskiyoucoe.net//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=83&PageID=560&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&FlexDataID=’ + flexDataID + ‘&GroupYear=’ + groupYear + ‘&GroupMonth=’ + groupMonth + ‘&GroupByField=’ + groupBy + ‘&RenderLoc=0&FromRenderLoc=0&EnableQuirksMode=0&Tag=’ + tag + ‘&ViewID=’ + targetView, container, 2, ‘chkSidebar();’);
}
function LoadTaggedData(container, MIID, PMI, tag) {
//ViewToUse looks at the hidden Sidebar List View defined in the Builder View.
var viewToUse = “”;
if($(‘#hid-‘+MIID+’-SidebarListView’).length > 0){
viewToUse = $(“#hid-” + MIID + “-SidebarListView”).val();
};
GetContent(‘https://www.siskiyoucoe.net//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=83&PageID=560&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&RenderLoc=0&FromRenderLoc=0&Tag=’ + tag + ‘&EnableQuirksMode=0&ViewID=’+viewToUse, container, 2, ‘chkSidebar();’);
setTimeout(function(){ $(“#module-content-“+ MIID +””).find(‘[tabindex]:first’).focus(); }, 200);
}