Difference between revisions of "Design Document Access Denied Page"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(Initial version of this page)
 
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
The access-denied.html page is one of the two pages which is not  
{{ReleaseNotice|2.7}}{{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.  
Line 8: Line 8:
Style is supplied by the style/board18Index.css and the style/board18com.css 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
The access-denied.html page has an access denied message instead of a welcome message,<br>
is otherwise identical to the [[Design Document index Page|index.html]] page.
but otherwise it appears identical to the [[Design Document index Page|index.html]] page.
 
<span style="font-size: larger">'''SPECIAL NOTE ABOUT THE access-denied.html PAGE'''</span>
 
There are two access-denied.html pages. The original one is in the root directory.<br>
But there is also a copy of the page in the '''php''' sub directory.<br>
The purpose of this second copy of access-denied.html is to handle invalid attempts to execute
files in the '''php''' subdirectory. <br>The relative file directory addresses
in lines 15 thru 25 and line 127 of this second copy have been modified
to be correct for the '''php''' sub-directory.
 
{{WIKI Links for BOARD18 WEB Pages}}

Latest revision as of 14:55, 3 October 2020

This page has been updated to comply with Release 2.7.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 otherwise it appears identical to the index.html page.

SPECIAL NOTE ABOUT THE access-denied.html PAGE

There are two access-denied.html pages. The original one is in the root directory.
But there is also a copy of the page in the php sub directory.
The purpose of this second copy of access-denied.html is to handle invalid attempts to execute files in the php subdirectory.
The relative file directory addresses in lines 15 thru 25 and line 127 of this second copy have been modified to be correct for the php sub-directory.

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