Design Document board18Boxes Page

From BOARD18 Project WIKI
Revision as of 17:26, 10 July 2016 by Rich (talk | contribs)
Jump to navigation Jump to search
This page has been updated to comply with Release 1.3.x of BOARD18.
Design Document edit


Selecting "Manage Boxes" from the list of Administrator Utilities in the board18Admin.php page causes the board18Boxes.php page to be displayed.

The board18Boxes.php page displays a paginated list of all boxes in the "box" table. This page is available only to "admin" players. This page facilitates the administration of boxes. It includes the following facilities:

  • Listing all boxes showing their status and usage.
  • Listing the games associated with a specific box.
  • Disabling and/or renaming boxes.
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


The JavaScript code for board18Boxes is in the scripts/board18Boxes.js file.

The board18Boxes.php page also uses the scripts/board18com.js file and some other open source JavaScript files. Style is supplied by the style/board18Boxes.css and the style/board18com.css files.