//Btns Definition ColorBlindBtn = document.getElementById('color-blind-bt'); DarkBtn = document.getElementById('dark-bt'); LightBtn = document.getElementById('light-bt'); IncFontBtn = document.getElementById('inc-font-bt'); NeutralFontBtn = document.getElementById('neutral-font-bt'); DecFontBtn = document.getElementById('dec-font-bt'); //Color Blind ColorBlindBtn.addEventListener("click", function () { DarkBtn.classList.remove("active"); LightBtn.classList.remove("active"); ColorBlindBtn.classList.toggle("active"); document.body.classList.toggle("color-blind"); document.body.classList.remove("dark"); }); //Dark Mode and Light Mode DarkBtn.addEventListener("click", function () { DarkBtn.classList.add("active"); LightBtn.classList.remove("active"); ColorBlindBtn.classList.remove("active"); document.body.classList.add("dark"); document.body.classList.remove("color-blind"); }); LightBtn.addEventListener("click", function () { DarkBtn.classList.remove("active"); LightBtn.classList.add("active"); ColorBlindBtn.classList.remove("active"); document.body.classList.remove("dark"); document.body.classList.remove("color-blind"); }); // FontUp IncFontBtn.addEventListener("click", function () { if (document.body.classList.contains("font-up-1")) { document.body.classList.add("font-up-2"); document.body.classList.remove("font-up-1"); document.body.classList.remove("font-down-1"); document.body.classList.remove("font-down-2"); } else if (document.body.classList.contains("font-up-2")) { } else { document.body.classList.add("font-up-1"); document.body.classList.remove("font-up-2"); document.body.classList.remove("font-down-1"); document.body.classList.remove("font-down-2"); } }); // Font Normal NeutralFontBtn.addEventListener("click", function () { document.body.classList.remove("font-down-1"); document.body.classList.remove("font-down-2"); document.body.classList.remove("font-up-1"); document.body.classList.remove("font-up-2"); }); // Font Down DecFontBtn.addEventListener("click", function () { if (document.body.classList.contains("font-down-1")) { document.body.classList.add("font-down-2"); document.body.classList.remove("font-down-1"); document.body.classList.remove("font-up-1"); document.body.classList.remove("font-up-2"); } else if (document.body.classList.contains("font-down-2")) { } else { document.body.classList.add("font-down-1"); document.body.classList.remove("font-down-2"); document.body.classList.remove("font-up-1"); document.body.classList.remove("font-up-2"); } });
Search
Close this search box.

Outstanding performance

Share

TitleDownload Document
Candidates for King Abdullah II Award for Excellence in Government Performance and Transparency for Distinguished Employee for 2010
Outstanding Performance Assessment Award for the First Quarter
Outstanding Performance Appraisal Award for Q2 2010
Performance Appraisal Award for Q3 2010
Award of Excellence in Institutional Performance for 2009
Award of Excellence in Satisfaction of Recipients of Service for 2009
Distinguished Link Officer Award for 2009
Excellence Award in Performance Standards for 2009
Distinguished Supplier Award for 2009
Outstanding Performance Appraisal Award 2009
Outstanding Performance Appraisal Award 2007