ESDC Workplace & You

From wiki
Revision as of 13:30, 4 June 2021 by Erin.carr (talk | contribs)
Jump to navigation Jump to search

<html> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> .background{background-color:#DAD8A7;margin-top:-80px;background-size: cover } .Title{background-color:#C0416C;} .TitleMenu{background-color:#DAD8A7;} .MenuSelected{background-color:#AADFD4;} </style> </head> <body>

</html>Gateway Technical<html>



</html>Move 4900 Main<html>



<script> $(document).ready(function() {declaration();fillpage()})

function declaration(){

List=["Main4900","FAQ4900", "ROD4900","Contact4900"] ListMenu=["MMain","MFAQ","MROD","MContact"]

if(lang==="en"){

TitlePageT="Health Canada
Move to 4900 Yonge"; TextMain4900="Main page"; TextFAQ4900="Frequently Asked Questions"; TextROD4900="Records of Decision"; TextContact4900="Contact Us";

} else {

TitlePageT="Initiatives de la GI/TI
Santé Canada (SC) & Agence de la santé publique du Canada (ASPC)";

TextMainM365="Page d’accueil"; TextUserM365="Trouvez votre nom d'utilisateur
et votre mot de passe"; TextFAQM365Email="Foire aux questions -- Services de courriel M365"; TextFAQM365="Foire aux questions"; TextQuikRef365="Comment faire - Guides de référence rapide"; TextTrainingM365="Guide de formation pour SC et l'ASPC"; TextSSCM365="GCwiki sur le M365"; TextMicroM365="Ressources Microsoft"; TextSupportM365="Contactez-nous";

}

MenuT="

" +"" +"" +"" +"" +"

";

}

function displayMain(){callContent("Main4900","MMain")} function displayFAQ(){callContent("FAQ4900","MFAQ")} function displayROD(){callContent("ROD4900","MROD")} function displayContact(){callContent("Contact4900","MContact")}


function callContent(id,idMenu){ for(r=0;r<List.length;r++){ document.getElementById(List[r]).className ="hidden"; document.getElementById(ListMenu[r]).className ="Menu"; } document.getElementById(id).className="content"; document.getElementById(idMenu).className="MenuSelected"; }


function fillpage(){ document.getElementById("BoxMenuText").innerHTML=MenuT; document.getElementById("TitlePage").innerHTML=TitlePageT; }

</script> </body> </html>