Difference between revisions of "Design Document Access Denied Page"
(added release 2.4.x) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ReleaseNotice|2. | {{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 9: | Line 9: | ||
The access-denied.html page has an access denied message instead of a welcome message,<br> | The access-denied.html page has an access denied message instead of a welcome message,<br> | ||
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}} | {{WIKI Links for BOARD18 WEB Pages}} |
Latest revision as of 13: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.