Difference between revisions of "ESDC Workplace & You"

From wiki
Jump to navigation Jump to search
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Engagement Activity.pdf|thumb|yo]]
+
{{#css:
  
{{DISPLAYTITLE:<span style="position:absolute; top: -9999px">Move to 4900 Yonge</span >}}
+
<!--All CSS effects are used to add style to the base of the HTML code-->
<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>
 
<div ></html>{{:Gateway_Technical}}<html></div>
 
<div class="background" >
 
<br><br>
 
<table width=100% align=center border=0 style='max-width: 1200px;background-color:white'>
 
<tr><td colspan=2><div id='TitlePage' class='Title'></div></td></tr>
 
<tr>
 
<td class='MenuGeneral'><div id='BoxMenuText'></div></td>
 
<td class='MainContent'>
 
<div id="Main4900" class="content"></html>{{:Move_4900_Main}}<html></div>
 
<div id="FAQ4900" class="hidden"></html>{{:Move_4900_FAQ}}<html></div>
 
<div id="ROD4900" class="hidden"></html>{{:Move_4900_ROD}}<html></div> 
 
<div id="Contact4900" class="hidden"></html>{{:Move_4900_Contact}}<html></div>
 
  
</td>
+
<!--Style to the links to master pages-->
</tr>
 
</table>
 
<br><br>
 
</div>
 
<script>
 
$(document).ready(function() {declaration();fillpage()})
 
  
function declaration(){
+
div.ImportantPages{
 +
text-align: right;
 +
font: Tw Cen Mt;
 +
}
  
List=["Main4900","FAQ4900", "ROD4900","Contact4900"]
+
<!--Style to the links to the information pages-->
ListMenu=["MMain","MFAQ","MROD","MContact"]
 
  
if(lang==="en"){
+
div.informationList{
 +
text-align: left;
 +
font-size: 24px;
 +
font: Tw Cen Mt;
 +
color:#228176;
 +
border-style: double;
 +
border-padding: 50px;
 +
border-width: thick;
 +
border-radius:25px;
 +
width: 30%;
 +
}
  
TitlePageT="Health Canada<br>Move to 4900 Yonge";
+
<!--Hover effect for listed information-->
TextMain4900="Main page";
 
TextFAQ4900="Frequently Asked Questions";
 
TextROD4900="Records of Decision";
 
TextContact4900="Contact Us";
 
  
 +
li:hover {
 +
background-color: #FF9500;
 +
opacity:1.0;
 +
border-radius: 10px;
 +
box-shadow: inset 0 0 0 0 #FF9500;
 +
transition: 1.0;
 +
outline: none;
 
}
 
}
else
 
{
 
  
TitlePageT="Initiatives de la GI/TI<br>Santé Canada (SC) & Agence de la santé publique du Canada (ASPC)";
+
<!--style to contact section-->
  
TextMainM365="Page d’accueil";
+
div.ContactUs{
TextUserM365="Trouvez votre nom d'utilisateur <br>et votre mot de passe";
+
font-size: 18px;
TextFAQM365Email="Foire aux questions -- Services de courriel M365";
+
font:Tw Cen;
TextFAQM365="Foire aux questions";
+
color:#228176;
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";
 
  
}
+
<!--Links to other master pages -->
  
MenuT="<table class='BorderMenu' border=0>"
+
<div class="ImportantPages">
+"<tr><td class='tdSpace'><div id='MMain' class='MenuSelected' onclick='displayMain()'>"+TextMain4900+"</div></td></tr>"
+
<h3>[https://wiki.gccollab.ca/Employee%E2%80%99s_Corner <strong>Employee's Corner</strong>]</h3>
+"<tr><td class='tdSpace'><div id='MFAQ' class='Menu' onclick='displayFAQ()'>"+TextFAQ4900+"</div></td></tr>"
+
<h3><strong>[https://wiki.gccollab.ca/My_ESDC_Workplace My ESDC Workplace]</strong></h3>
+"<tr><td class='tdSpace'><div id='MROD' class='Menu' onclick='displayROD()'>"+TextROD4900+"</div></td></tr>"
+
</div>
+"<tr><td class='tdSpace'><div id='MContact' class='Menu' onclick='displayContact()'>"+TextContact4900+"</div></td></tr>"
 
+"</table>";
 
}
 
  
function displayMain(){callContent("Main4900","MMain")}
+
<!--Links to other information pages-->
function displayFAQ(){callContent("FAQ4900","MFAQ")}
 
function displayROD(){callContent("ROD4900","MROD")}
 
function displayContact(){callContent("Contact4900","MContact")}
 
  
 +
<div class="informationList">
 +
<ul>
 +
<li>Tina Namiesniowski</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Learn_about_ESDC_Workplace Learn about ESDC Workplace]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Project_Sites_and_Timelines Project Sites and Timelines]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_ESDC_Reservation_System ESDC Reservation System]</li>
 +
</ul>
 +
</div>
  
function callContent(id,idMenu){
+
<!--Contact with email-->
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";
 
}
 
  
 
+
<div class ="ContactUs">
function fillpage(){
+
<h3>Contact Us</h3>
document.getElementById("BoxMenuText").innerHTML=MenuT;
+
<strong>EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca</strong>
document.getElementById("TitlePage").innerHTML=TitlePageT;
+
</div>
}
 
 
 
</script>
 
</body>
 
</html>
 

Latest revision as of 10:27, 15 November 2021




Contact Us

EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca