, but this code
// executes before the first paint, when
is not yet present. The
// classes are added to so styling immediately reflects the current
// toolbar state. The classes are removed after the toolbar completes
// initialization.
const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker'];
if (toolbarState) {
const {
orientation,
hasActiveTab,
isFixed,
activeTray,
activeTabId,
isOriented,
userButtonMinWidth
} = toolbarState;
classesToAdd.push(
orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal',
);
if (hasActiveTab !== false) {
classesToAdd.push('toolbar-tray-open');
}
if (isFixed) {
classesToAdd.push('toolbar-fixed');
}
if (isOriented) {
classesToAdd.push('toolbar-oriented');
}
if (activeTray) {
// These styles are added so the active tab/tray styles are present
// immediately instead of "flickering" on as the toolbar initializes. In
// instances where a tray is lazy loaded, these styles facilitate the
// lazy loaded tray appearing gracefully and without reflow.
const styleContent = `
.toolbar-loading #` + activeTabId + ` {
background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
}
.toolbar-loading #` + activeTabId + `-tray {
display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%);
border-right: 1px solid #aaa; background-color: #f5f5f5;
z-index: 0;
}
.toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray {
width: 15rem; height: 100vh;
}
.toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`;
const style = document.createElement('style');
style.textContent = styleContent;
style.setAttribute('data-toolbar-anti-flicker-loading', true);
document.querySelector('head').appendChild(style);
if (userButtonMinWidth) {
const userButtonStyle = document.createElement('style');
userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}`
document.querySelector('head').appendChild(userButtonStyle);
}
}
}
document.querySelector('html').classList.add(...classesToAdd);
})();
SY20 Administrative Review Reports | Department of Education
Skip to main content
SY20 Administrative Review Reports
- Airline CSDÌý- Airline Community School
- Alexander - Alexander Elementary School
- Andover - Andover Elementary School
- Appleton - Appleton Village School
- Athens - Athens Community School
- Beals - Beals Elementary School - Review moved to SY 21 due to Covid-19
- Calais - Calais Elementary School
- Charlotte - Charlotte Elementary School
- Cherryfield - Cherryfield Elementary School - Review moved to SY 21 due to Covid-19
- Cornville Regional Charter School - Review moved to SY 21 due to Covid-19
- Dedham - Dedham School
- East Millnocket - Schenchk High School and Opal Mryick Elementary School - Review moved to SY 21 due to Covid-19
- Eastport - Eastport Elementary School
- Glenburn - Glenburn Elementary School - Review moved to SY 21 due to Covid-19
- Glenn Stratton Learning Center
- Hermon - Hermon High School
- Jonesport - Jonesport Elementary School - Review moved to SY 21 due to Covid-19
- Lewiston - Lewiston High School and Lewiston Middle School
- Limestone - Limestone Community School
- Medway - Medway Middle School - Review moved to SY 21 due to Covid-19
- Mossebec CSD - Jonesport-Beals High School - Review moved to SY 21 due to Covid-19
- MSAD 46 - Ridge View Community School - Review moved to SY 21 due to Covid-19
- Pembroke -ÌýPembroke Elementary School
- Perry - Perry Elementary School
- Rockland Reg 8 - Mid Coast Sch of Tech - Review moved to SY 21 due to Covid-19
- RSU 01 - Dike Newell School and Morse High School
- RSU 08 - Vinalhaven School
- RSU 11 - Gardiner Area High School and Pittston Consolidated School
- RSU 12 - Windsor Elementary School
- RSU 13 - Oceanside High School and South School - Review moved to SY 21 due to Covid-19
- RSU 16 - Elem Street School
- RSU 19 - Sebasticook Valley Middle School and Somerset Valley Middle School - Review moved to SY 21 due to Covid-19
- RSU 20 - Searsport District High School and Searsport District Middle School
- RSU 26 - Orono Middle School
- RSU 38 - Maranacook High School and Readfield Elementary - Review moved to SY 21 due to Covid-19
- RSU 39 - Caribou Middle School - Review moved to SY 21 due to Covid-19
- RSU 44 - Telstar Middle School - Review moved to SY 21 due to Covid-19
- RSU 49 - Clinton Elementary School and Lawrence High School
- RSU 54 - Mill Stream Elementary School and Skowhegan Area High School - Review moved to SY 21 due to Covid-19
- RSU 58 - Madison Area Memorial
- RSU 63 - Holden School - Review moved to SY 21 due to Covid-19
- RSU 64 - Central Middle School - Review moved to SY 21 due to Covid-19
- RSU 70 - Mill Pond School - Review moved to SY 21 due to Covid-19
- RSU 72 - Molly Ocket School
- RSU 84 - East Grand School - Review moved to SY 21 due to Covid-19
- RSU 85 - Lubec Consolidated School
- RSU 86 - Fort Fairfield Middle/High School
- South Portland - South Portland High School
- Veazie - Veazie Community School