Difference between revisions of "Design Document board18Admin Page"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{ReleaseNotice| | {{ReleaseNotice|1.1}}{{Design Document Index}} | ||
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. | ||
Line 5: | Line 5: | ||
'''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.''' | ||
The board18Admin.php page also uses the 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. | ||
Revision as of 08:40, 25 July 2015
This page has been updated to comply with Release 1.1.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.
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.
This page is a stub. |
The BOARD18 Project will soon be expanding it. |