Difference between revisions of "Design Document board18Admin Page"

From BOARD18 Project WIKI
Jump to navigation Jump to search
m
(add admin player stuff)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ReleaseNotice|0.4}}{{Design Document Index}}
{{ReleaseNotice|1.2}}{{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.  
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.'''


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 10:33, 10 September 2015

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.


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


This page is a stub.
The BOARD18 Project will soon be expanding it.