Difference between revisions of "Design Document board18Admin Page"
Jump to navigation
Jump to search
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ReleaseNotice|1. | {{ReleaseNotice|1.2}}{{Design Document Index}}{{WIKI Links for BOARD18 WEB Pages}} | ||
Selecting "Administration" from the main menu in the board18Main.php page | Selecting "Administration" from the main menu in the board18Main.php page | ||
causes the board18Admin.php page to be displayed. This page can be used to change the player's first name, last name, email address or password. It also has a special form to handle forced password changes. | causes the board18Admin.php page to be displayed. This page can be used to change the player's first name, last name, email address or password. It also has a special form to handle forced password changes. | ||
If the logged in player has the "admin" level then board18Admin.php | |||
will display, in the "leftofpage" division, a series of links to pages containing administrative tools. | |||
'''Most of the JavaScript logic for board18Admin is in the [[Board18Admin|scripts/board18Admin.js]] file.''' | '''Most of the JavaScript logic for board18Admin is in the [[Board18Admin|scripts/board18Admin.js]] file.''' | ||
Line 7: | Line 10: | ||
The board18Admin.php page also uses the [[Board18com|scripts/board18com.js]] file and some other open source JavaScript files.<br> | The board18Admin.php page also uses the [[Board18com|scripts/board18com.js]] file and some other open source JavaScript files.<br> | ||
Style is supplied by the style/board18Admin.css and the style/board18com.css files. | Style is supplied by the style/board18Admin.css and the style/board18com.css files. | ||
Latest revision as of 05:42, 15 March 2021
This page has been updated to comply with Release 1.2.x of BOARD18. |
Design Document edit | |
Selecting "Administration" from the main menu in the board18Main.php page
causes the board18Admin.php page to be displayed. This page can be used to change the player's first name, last name, email address or password. It also has a special form to handle forced password changes.
If the logged in player has the "admin" level then board18Admin.php will display, in the "leftofpage" division, a series of links to pages containing administrative tools.
Most of the JavaScript logic for board18Admin is in the scripts/board18Admin.js file.
The board18Admin.php page also uses the scripts/board18com.js file and some other open source JavaScript files.
Style is supplied by the style/board18Admin.css and the style/board18com.css files.