www.ecsd.net Open in urlscan Pro
18.173.154.89  Public Scan

Submitted URL: http://www.ecsd.net//page//7270//department/-listing
Effective URL: https://www.ecsd.net//page//7270//department/-listing
Submission: On September 14 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

/search

<form id="search-form" class="seach-form" action="/search">
  <div class="input-field search-row">
    <input id="search-term-clone" name="search-term-clone" class="search-box" type="text" placeholder="Search.." aria-label="Search Term">
    <label for="search-term">Search</label>
    <i class="material-icons filter-icon notranslate" tabindex="0" title="Search Type" role="presentation">tune</i>
  </div>
  <input id="search-term" name="search-term" class="search-box" type="text" placeholder="Search.." style="display:none">
  <div class="search-filters">
    <div class="filter-group">
      <input type="checkbox" id="page" name="types" value="page" tabindex="0" class="save-cb-state" data="page">
      <label for="page">Page</label>
    </div>
    <div class="filter-group">
      <input type="checkbox" id="news" name="types" value="news" tabindex="0" class="save-cb-state" data="news">
      <label for="news">News</label>
    </div>
    <div class="filter-group">
      <input type="checkbox" id="event" name="types" value="event" tabindex="0" class="save-cb-state" data="event">
      <label for="event">Event</label>
    </div>
    <div class="filter-group">
      <input type="checkbox" id="document" name="types" value="document" tabindex="0" class="save-cb-state" data="document">
      <label for="document">Document</label>
    </div>
    <div class="file-type-wrapper custom-select">
      <select name="file-type" id="file-type">
        <option value="">All File Types</option>
        <option value="pdf">PDF</option>
        <option value="doc">DOC</option>
        <option value="docx">DOCX</option>
        <option value="ppt">PPT</option>
        <option value="pptx">PPTX</option>
        <option value="xls">XLS</option>
        <option value="xlsx">XLSX</option>
      </select>
    </div>
    <div class="filter-group">
      <input id="isExactSearch" name="isExactSearch" type="checkbox" tabindex="0" class="save-cb-state" data="isExactSearch">
      <label for="isExactSearch">Exact Search</label>
    </div>
    <div class="filter-group">
      <input id="isExcluding" class="isExcluding" name="isExcluding" type="checkbox" tabindex="0" data="isExcluding">
      <label for="isExcluding">Exclude a Term From Search</label>
    </div>
    <div id="exclude-wrapper" class="exclude-wrapper input-field" style="display: none;">
      <input id="exclude-search-term" name="exclude-search-term" class="search-box" type="text" placeholder="Exclude from search...">
    </div>
  </div>
  <input id="search-button" type="submit" value="Find">
</form>

POST /api/v1/login

<form action="/api/v1/login" method="post">
  <a classname="microsoft" href="https://login.microsoftonline.com/common/oauth2/authorize?client_id=7fd5e018-ae0d-488f-afc0-22f57589dba8&amp;response_type=code&amp;redirect_uri=https://contentmanager.imagineeverything.com/api/v1/authorize&amp;response_mode=form_post&amp;state=aHR0cHM6Ly93d3cuZWNzZC5uZXQvL3BhZ2UvLzcyNzAvL2RlcGFydG1lbnQvLWxpc3Rpbmc&amp;scope=openid%20profile%20https%3A//graph.microsoft.com/Group.Read.All%20https%3A//graph.microsoft.com/User.Read%20https%3A//graph.microsoft.com/User.ReadBasic.All%20https%3A//graph.microsoft.com/email%20https%3A//graph.microsoft.com/profile">
    <img classname="logo" role="img" pngsrc="https://docs.microsoft.com/en-us/azure/active-directory/develop/media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.png" svgsrc="https://docs.microsoft.com/en-us/azure/active-directory/develop/media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.svg" data-bind="imgSrc, attr: { alt: str['MOBILE_STR_Footer_Microsoft'] }" src="https://docs.microsoft.com/en-us/azure/active-directory/develop/media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.svg" alt="Microsoft">
</a>
  <!--<div class="input-field">
										<div id="g-signin2" style="padding:5px"></div>
									</div>-->
</form>

/search

<form id="search-form" action="/search">
  <div class="input-field">
    <input id="search-term" name="search-term" class="search-box" type="text" placeholder="Search..">
    <label for="search-term">Search</label>
  </div>
  <div class="input-buttons">
    <input id="search-button" class="back-2 rounded" type="submit" value="Find">
  </div>
</form>

/search

<form id="search-form" class="seach-form" action="/search">
  <div class="input-field search-row">
    <input id="search-term-clone" name="search-term-clone" class="search-box" type="text" placeholder="Search.." aria-label="Search Term">
    <label for="search-term">Search</label>
    <i class="material-icons filter-icon notranslate" tabindex="0" title="Search Type" role="presentation">tune</i>
  </div>
  <input id="search-term" name="search-term" class="search-box" type="text" placeholder="Search.." style="display:none">
  <div class="search-filters">
    <div class="filter-group">
      <input type="checkbox" id="page" name="types" value="page" tabindex="0" class="save-cb-state" data="page">
      <label for="page">Page</label>
    </div>
    <div class="filter-group">
      <input type="checkbox" id="news" name="types" value="news" tabindex="0" class="save-cb-state" data="news">
      <label for="news">News</label>
    </div>
    <div class="filter-group">
      <input type="checkbox" id="event" name="types" value="event" tabindex="0" class="save-cb-state" data="event">
      <label for="event">Event</label>
    </div>
    <div class="filter-group">
      <input type="checkbox" id="document" name="types" value="document" tabindex="0" class="save-cb-state" data="document">
      <label for="document">Document</label>
    </div>
    <div class="file-type-wrapper custom-select">
      <select name="file-type" id="file-type">
        <option value="">All File Types</option>
        <option value="pdf">PDF</option>
        <option value="doc">DOC</option>
        <option value="docx">DOCX</option>
        <option value="ppt">PPT</option>
        <option value="pptx">PPTX</option>
        <option value="xls">XLS</option>
        <option value="xlsx">XLSX</option>
      </select>
    </div>
    <div class="filter-group">
      <input id="isExactSearch" name="isExactSearch" type="checkbox" tabindex="0" class="save-cb-state" data="isExactSearch">
      <label for="isExactSearch">Exact Search</label>
    </div>
    <div class="filter-group">
      <input id="isExcluding" class="isExcluding" name="isExcluding" type="checkbox" tabindex="0" data="isExcluding">
      <label for="isExcluding">Exclude a Term From Search</label>
    </div>
    <div id="exclude-wrapper" class="exclude-wrapper input-field" style="display: none;">
      <input id="exclude-search-term" name="exclude-search-term" class="search-box" type="text" placeholder="Exclude from search...">
    </div>
  </div>
  <input id="search-button" type="submit" value="Find">
</form>

POST /api/v1/login

<form action="/api/v1/login" method="post">
  <a classname="microsoft" href="https://login.microsoftonline.com/common/oauth2/authorize?client_id=7fd5e018-ae0d-488f-afc0-22f57589dba8&amp;response_type=code&amp;redirect_uri=https://contentmanager.imagineeverything.com/api/v1/authorize&amp;response_mode=form_post&amp;state=aHR0cHM6Ly93d3cuZWNzZC5uZXQvL3BhZ2UvLzcyNzAvL2RlcGFydG1lbnQvLWxpc3Rpbmc&amp;scope=openid%20profile%20https%3A//graph.microsoft.com/Group.Read.All%20https%3A//graph.microsoft.com/User.Read%20https%3A//graph.microsoft.com/User.ReadBasic.All%20https%3A//graph.microsoft.com/email%20https%3A//graph.microsoft.com/profile">
    <img classname="logo" role="img" pngsrc="https://docs.microsoft.com/en-us/azure/active-directory/develop/media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.png" svgsrc="https://docs.microsoft.com/en-us/azure/active-directory/develop/media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.svg" data-bind="imgSrc, attr: { alt: str['MOBILE_STR_Footer_Microsoft'] }" src="https://docs.microsoft.com/en-us/azure/active-directory/develop/media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.svg" alt="Microsoft">
</a>
  <!--<div class="input-field">
										<div id="g-signin2" style="padding:5px"></div>
									</div>-->
</form>

/search

<form id="search-form" action="/search">
  <div class="input-field">
    <input id="search-term" name="search-term" class="search-box" type="text" placeholder="Search..">
    <label for="search-term">Search</label>
  </div>
  <div class="input-buttons">
    <input id="search-button" class="back-2 rounded" type="submit" value="Find">
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Skip to Main Content


Menu
close
 * Schools
   * School Directory
   * Locate a School
   * Transportation
   * Kindergarten
   * Register Today!
   * 2024 Open House Listings
   * New Schools
 * Programs
 * Faith Alive
   * Division Prayer
   * Little Liturgies - with Father Glenn
   * GrACE - Grateful Advocates for Catholic Education
   * Parent Newsletters
   * Reflections with Father Julian
   * Social Justice
   * The Five Marks
   * Humans of ECSD 2024
   * Catholic Education Sunday
   * The Catholic Archdiocese of Edmonton
   * Ukrainian Catholic Eparchy of Edmonton
   * Schools and Parishes Map
 * Supporting Students
   * Alternative Education
   * Assessment and Reporting
   * Curriculum
   * Equity, Diversity, Inclusion, and Anti-Racism
   * Inclusive Education
   * International Services
   * Home Education
   * Indigenous Learning Services
   * Junior High Athletics
   * Language Instruction for Newcomers to Canada (LINC)
   * Mental Health
   * New to Canada
   * Pre-Kindergarten
   * School Resource Officers
   * Scholarships and Bursaries
   * Supporting Inclusive Learning at Home
   * Student Services
   * Student Resources
 * About
   * About Our Division
   * Administrative Procedures
   * Annual Reports
   * Assurance Dashboard
   * Board of Trustees
   * Careers
   * Celebrating our Partners
   * Calendar
   * Division Mission and Vision
   * ECSD Staff Alumni
   * Health, Safety, Wellness, and Weather
   * Walking Together Towards a Glorious Future
 * News

 * Schools
   * School Directory
   * Locate a School
   * Transportation
   * Kindergarten
   * Register Today!
   * 2024 Open House Listings
   * New Schools
 * Programs
 * Faith Alive
   * Division Prayer
   * Little Liturgies - with Father Glenn
   * GrACE - Grateful Advocates for Catholic Education
   * Parent Newsletters
   * Reflections with Father Julian
   * Social Justice
   * The Five Marks
   * Humans of ECSD 2024
   * Catholic Education Sunday
   * The Catholic Archdiocese of Edmonton
   * Ukrainian Catholic Eparchy of Edmonton
   * Schools and Parishes Map
 * Supporting Students
   * Alternative Education
   * Assessment and Reporting
   * Curriculum
   * Equity, Diversity, Inclusion, and Anti-Racism
   * Inclusive Education
   * International Services
   * Home Education
   * Indigenous Learning Services
   * Junior High Athletics
   * Language Instruction for Newcomers to Canada (LINC)
   * Mental Health
   * New to Canada
   * Pre-Kindergarten
   * School Resource Officers
   * Scholarships and Bursaries
   * Supporting Inclusive Learning at Home
   * Student Services
   * Student Resources
 * About
   * About Our Division
   * Administrative Procedures
   * Annual Reports
   * Assurance Dashboard
   * Board of Trustees
   * Careers
   * Celebrating our Partners
   * Calendar
   * Division Mission and Vision
   * ECSD Staff Alumni
   * Health, Safety, Wellness, and Weather
   * Walking Together Towards a Glorious Future
 * News

APPLICATION NAVIGATION

   
 * search
 * Search tune
   Page
   News
   Event
   Document
   All File Types PDF DOC DOCX PPT PPTX XLS XLSX
   Exact Search
   Exclude a Term From Search
   
   
 * account_circle
 * 
   
 * apps
 * 
   PowerSchool
   
   MyECSD
   
   Outlook
   
   OneDrive
   
   Staff Resources
   
   Password Reset
   
 * g_translate
   
 * 
   Powered by Google Übersetzer


404


OOPS! PAGE NOT FOUND.

We can't seem to find the page you are looking for. It has more likely been
moved or the link has been broken.

Go Home
Search


Inspired by our Division mission and vision statements, Edmonton Catholic
Schools is committed to offering a Christ-centered learning experience for all
learners.

Division Mission and Vision
Lumen Christi Catholic Education Centre 9405 50 Street NW
Edmonton, AB
T6B 2T4


Phone 780-441-6000
Toll Free 1-888-441-6010
Email info@ecsd.net

 * Registration
 * Calendar
 * News
 * Programs
 * Staff
 * Contact

Alberta's Top 80 Employers 2024 ECSD Careers
Privacy Statement

© Edmonton Catholic School Division
School district websites by Imagine Everything Inc.

- Edmonton Catholic Schools
Skip to Main Content


Menu
close
 * Schools
   * School Directory
   * Locate a School
   * Transportation
   * Kindergarten
   * Register Today!
   * 2024 Open House Listings
   * New Schools
 * Programs
 * Faith Alive
   * Division Prayer
   * Little Liturgies - with Father Glenn
   * GrACE - Grateful Advocates for Catholic Education
   * Parent Newsletters
   * Reflections with Father Julian
   * Social Justice
   * The Five Marks
   * Humans of ECSD 2024
   * Catholic Education Sunday
   * The Catholic Archdiocese of Edmonton
   * Ukrainian Catholic Eparchy of Edmonton
   * Schools and Parishes Map
 * Supporting Students
   * Alternative Education
   * Assessment and Reporting
   * Curriculum
   * Equity, Diversity, Inclusion, and Anti-Racism
   * Inclusive Education
   * International Services
   * Home Education
   * Indigenous Learning Services
   * Junior High Athletics
   * Language Instruction for Newcomers to Canada (LINC)
   * Mental Health
   * New to Canada
   * Pre-Kindergarten
   * School Resource Officers
   * Scholarships and Bursaries
   * Supporting Inclusive Learning at Home
   * Student Services
   * Student Resources
 * About
   * About Our Division
   * Administrative Procedures
   * Annual Reports
   * Assurance Dashboard
   * Board of Trustees
   * Careers
   * Celebrating our Partners
   * Calendar
   * Division Mission and Vision
   * ECSD Staff Alumni
   * Health, Safety, Wellness, and Weather
   * Walking Together Towards a Glorious Future
 * News

 * Schools
   * School Directory
   * Locate a School
   * Transportation
   * Kindergarten
   * Register Today!
   * 2024 Open House Listings
   * New Schools
 * Programs
 * Faith Alive
   * Division Prayer
   * Little Liturgies - with Father Glenn
   * GrACE - Grateful Advocates for Catholic Education
   * Parent Newsletters
   * Reflections with Father Julian
   * Social Justice
   * The Five Marks
   * Humans of ECSD 2024
   * Catholic Education Sunday
   * The Catholic Archdiocese of Edmonton
   * Ukrainian Catholic Eparchy of Edmonton
   * Schools and Parishes Map
 * Supporting Students
   * Alternative Education
   * Assessment and Reporting
   * Curriculum
   * Equity, Diversity, Inclusion, and Anti-Racism
   * Inclusive Education
   * International Services
   * Home Education
   * Indigenous Learning Services
   * Junior High Athletics
   * Language Instruction for Newcomers to Canada (LINC)
   * Mental Health
   * New to Canada
   * Pre-Kindergarten
   * School Resource Officers
   * Scholarships and Bursaries
   * Supporting Inclusive Learning at Home
   * Student Services
   * Student Resources
 * About
   * About Our Division
   * Administrative Procedures
   * Annual Reports
   * Assurance Dashboard
   * Board of Trustees
   * Careers
   * Celebrating our Partners
   * Calendar
   * Division Mission and Vision
   * ECSD Staff Alumni
   * Health, Safety, Wellness, and Weather
   * Walking Together Towards a Glorious Future
 * News

APPLICATION NAVIGATION

   
 * search
 * Search tune
   Page
   News
   Event
   Document
   All File Types PDF DOC DOCX PPT PPTX XLS XLSX
   Exact Search
   Exclude a Term From Search
   
   
 * account_circle
 * 
   
 * apps
 * 
   PowerSchool
   
   MyECSD
   
   Outlook
   
   OneDrive
   
   Staff Resources
   
   Password Reset
   
 * g_translate
   
 * 


404


OOPS! PAGE NOT FOUND.

We can't seem to find the page you are looking for. It has more likely been
moved or the link has been broken.

Go Home
Search


Inspired by our Division mission and vision statements, Edmonton Catholic
Schools is committed to offering a Christ-centered learning experience for all
learners.

Division Mission and Vision
Lumen Christi Catholic Education Centre 9405 50 Street NW
Edmonton, AB
T6B 2T4


Phone 780-441-6000
Toll Free 1-888-441-6010
Email info@ecsd.net

 * Registration
 * Calendar
 * News
 * Programs
 * Staff
 * Contact

Alberta's Top 80 Employers 2024 ECSD Careers
Privacy Statement

© Edmonton Catholic School Division
School district websites by Imagine Everything Inc.


Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern