Design Document Access Denied Page
Jump to navigation
Jump to search
This page has been updated to comply with Release 2.5.x of BOARD18. |
Design Document edit | |
The access-denied.html page is one of the two pages which is not password protected. It is the page that handles unauthorized access to password protected pages.
Most of the JavaScript logic for access-denied.html is in the scripts/board18index.js file.
The access-denied.html page also uses the scripts/board18com.js file and some other open source JavaScript files.
Style is supplied by the style/board18Index.css and the style/board18com.css files.
The access-denied.html page has an access denied message instead of a welcome message,
but it is otherwise identical to the index.html page.