Difference between revisions of "Design Document Access Denied Page"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{Design Document Index}}The access-denied.html page is one of the two pages which is not | {{ReleaseNotice|0.4}}{{Design Document Index}}The access-denied.html page is one of the two pages which is not | ||
password protected. It is the page that handles unauthorized access | password protected. It is the page that handles unauthorized access | ||
to password protected pages. | to password protected pages. |
Revision as of 14:22, 9 October 2014
This page has been updated to comply with Release 0.4.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.