Design Document Access Denied Page

From BOARD18 Project WIKI
Revision as of 18:47, 14 September 2014 by Rich (talk | contribs)
Jump to navigation Jump to search

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.