Design Document board18BoxLoad Page

From BOARD18 Project WIKI
Revision as of 17:50, 10 July 2016 by Rich (talk | contribs) (add reference to required modules)
Jump to navigation Jump to search
Design Document edit


This page has been updated to comply with Release 2.2.x of BOARD18.

Selecting "Load Game Box" from the list of Administrator Utilities in the board18Admin.php page causes the board18BoxLoad.php page to be displayed.

The board18BoxLoad.php page displays the Load Game Box form. This form can be used to upload a zipped game box to BOARD18.

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

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 loadGameBox.php module and the rm_r.php module are included via require_once by the board18BoxLoad.php page.

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