Blank.html - wydsodifficult/wydsodifficult.github.io GitHub Wiki
Blank Template
This file is used as the basis for all Logged in Pages
Copy Paste to keep consistent when making a new page
Make the following changes depending if in Operations or Employees
- Title of the Page
- Navbar Loaded
Features
- Loads the footer for consistency
- Loads 3 different navbars depending on which sections you are in: Operations, Employees, or GodMode
- What is loaded into the nav also depends on which level you are logged in as: 0, 1, 2, 3, etc.
- When the page is loaded, checks is localStorage["WYDuserID"] is equal to currentUser ID, if not runs getUserData()
Things with ID's
- "navbar": Navbar loaded in when page is loaded
- "full-name": Full Name of the User
- "job-title": Title of the User according to access level
- "operations-sidebar": Display = none when in employees view
- "employees-sidebar": Display = none when in operations view
- "footer": Footer loaded in when page is loaded