Your Rights / Website Accessibility

Petaluma City Schools

Developing Effective Communicators & Critical Thinkers

Language (Idioma)

Website Users

$(document).ready(function() {
var DomainID = ‘2113’;
var PageID = ‘2842’;
var RenderLoc = ‘0’;
var MIID = ‘9574’;

//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(“

“);
}
});

  • Website Accessibility

    Petaluma City Schools is committed to ensuring that its website is accessible to individuals with disabilities and that everyone has an equal opportunity to use and benefit from its online content and functionality. We strive to have each page in line with current Web Content Accessibility Guidelines (WCAG). These guidelines were established by an international community with a shared vision to make all websites accessible to individuals with visual, hearing, or cognitive disabilities. Please note that some pages on our SRCS website contain links to third-party sites, which are not within our control and may not comply with accessibility standards. SRCS is not responsible for the content or accessibility of third party sites.

    How to Report Accessibility Issues

    If you use assistive technology (such as a screen reader, eye tracking device, voice recognition software, etc.) and have difficulty accessing any information on our website, please contact us at communications@petk12.org or 707-778-4890 and provide the URL (web address) of the material you tried to access, the problem you experienced, and your contact information, to request the information in an alternative format or to provide feedback on how Petaluma City Schools can improve its website accessibility.

$(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.petalumacityschools.org//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=2113&PageID=2842&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.petalumacityschools.org//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=2113&PageID=2842&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.petalumacityschools.org//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=2113&PageID=2842&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);
}