|
|
| (33 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| − | {{DISPLAYTITLE:<span style="position:absolute; top: -9999px">Move to 4900 Yonge</span >}} | + | {{#css: |
| − | <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> | + | <!--All CSS effects are used to add style to the base of the HTML code--> |
| − | </tr>
| |
| − | </table>
| |
| − | <br><br>
| |
| − | </div>
| |
| − | <script>
| |
| − | $(document).ready(function() {declaration();fillpage()})
| |
| | | | |
| − | function declaration(){
| + | <!--Style to the links to master pages--> |
| | | | |
| − | List=["Main4900","FAQ4900", "ROD4900","Contact4900"]
| + | div.ImportantPages{ |
| − | ListMenu=["MMain","MFAQ","MROD","MContact"]
| + | text-align: right; |
| − | | + | font: Tw Cen Mt; |
| − | if(lang==="en"){
| + | } |
| | | | |
| − | TitlePageT="Health Canada<br>Move to 4900 Yonge";
| + | <!--Style to the links to the information pages--> |
| − | TextMain4900="Main page";
| |
| − | TextFAQ4900="Frequently Asked Questions";
| |
| − | TextROD4900="Records of Decision";
| |
| − | TextContact4900="Contact Us";
| |
| | | | |
| | + | 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%; |
| | } | | } |
| − | else
| |
| − | {
| |
| | | | |
| − | TitlePageT="Initiatives de la GI/TI<br>Santé Canada (SC) & Agence de la santé publique du Canada (ASPC)";
| + | <!--Hover effect for listed information--> |
| | | | |
| − | TextMainM365="Page d’accueil";
| + | li:hover { |
| − | TextUserM365="Trouvez votre nom d'utilisateur <br>et votre mot de passe";
| + | background-color: #FF9500; |
| − | TextFAQM365Email="Foire aux questions -- Services de courriel M365";
| + | opacity:1.0; |
| − | TextFAQM365="Foire aux questions";
| + | border-radius: 10px; |
| − | TextQuikRef365="Comment faire - Guides de référence rapide";
| + | box-shadow: inset 0 0 0 0 #FF9500; |
| − | TextTrainingM365="Guide de formation pour SC et l'ASPC";
| + | transition: 1.0; |
| − | TextSSCM365="GCwiki sur le M365";
| + | outline: none; |
| − | TextMicroM365="Ressources Microsoft";
| + | } |
| − | TextSupportM365="Contactez-nous";
| |
| | | | |
| − | }
| + | <!--style to contact section--> |
| | | | |
| − | MenuT="<table class='BorderMenu' border=0>"
| + | div.ContactUs{ |
| − | +"<tr><td class='tdSpace'><div id='MMain' class='MenuSelected' onclick='displayMain()'>"+TextMain4900+"</div></td></tr>"
| + | font-size: 18px; |
| − | +"<tr><td class='tdSpace'><div id='MFAQ' class='Menu' onclick='displayFAQ()'>"+TextFAQ4900+"</div></td></tr>"
| + | font:Tw Cen; |
| − | +"<tr><td class='tdSpace'><div id='MROD' class='Menu' onclick='displayROD()'>"+TextROD4900+"</div></td></tr>"
| + | color:#228176; |
| − | +"<tr><td class='tdSpace'><div id='MContact' class='Menu' onclick='displayContact()'>"+TextContact4900+"</div></td></tr>"
| + | }} |
| − | +"</table>";
| |
| − | } | |
| | | | |
| − | function displayMain(){callContent("Main4900","MMain")}
| + | <!--Links to other master pages --> |
| − | function displayFAQ(){callContent("FAQ4900","MFAQ")}
| |
| − | function displayROD(){callContent("ROD4900","MROD")}
| |
| − | function displayContact(){callContent("Contact4900","MContact")}
| |
| | | | |
| | + | <div class="ImportantPages"> |
| | + | <h3>[https://wiki.gccollab.ca/Employee%E2%80%99s_Corner <strong>Employee's Corner</strong>]</h3> |
| | + | <h3><strong>[https://wiki.gccollab.ca/My_ESDC_Workplace My ESDC Workplace]</strong></h3> |
| | + | </div> |
| | | | |
| − | function callContent(id,idMenu){
| + | <!--Links to other information pages--> |
| − | 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="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 fillpage(){
| + | <!--Contact with email--> |
| − | document.getElementById("BoxMenuText").innerHTML=MenuT;
| |
| − | document.getElementById("TitlePage").innerHTML=TitlePageT;
| |
| − | }
| |
| | | | |
| − | </script> | + | <div class ="ContactUs"> |
| − | </body> | + | <h3>Contact Us</h3> |
| − | </html> | + | <strong>EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca</strong> |
| | + | </div> |