Design Document Access Denied Page

From BOARD18 Project WIKI
Revision as of 18:51, 14 September 2014 by Rich (talk | contribs) (added templates)
Jump to navigation Jump to search
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.

WIKI Links for BOARD18 WEB Pages edit
Page Overview Detail Design
index Page index Page
board18Main Page board18Main Page
board18View Page board18View Page
board18Admin Page board18Admin Page
board18Players Page board18Players Page
board18Games Page board18Games Page
board18Boxes Page board18Boxes Page
board18BoxLoad Page board18BoxLoad Page
board18Misc Page board18Misc Page
board18New Page board18New Page
board18Map Page board18Map Page
board18Market Page board18Market Page
board18SnapList Page board18SnapList Page
board18SnapMap Page board18SnapMap Page
board18SnapMrk Page board18SnapMrk Page
access-denied Page access-denied Page