Difference between revisions of "Design Document board18BoxLoad Page"

From BOARD18 Project WIKI
Jump to navigation Jump to search
m
(updated release notice)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Design Document Index}}
{{Design Document Index}}
{{ReleaseNotice|2.2}}
{{ReleaseNotice|2.5}}
Selecting "Load Game Box" from the list of Administrator Utilities in the  
Selecting "Load Game Box" from the list of Administrator Utilities in the  
board18Admin.php page causes the board18BoxLoad.php page to be displayed.  
board18Admin.php page causes the board18BoxLoad.php page to be displayed.  
Line 11: Line 11:


{{WIKI Links for BOARD18 WEB Pages}}
{{WIKI Links for BOARD18 WEB Pages}}
The loadGameBox.php module and the rm_r.php module are included via require_once into
The [[Design_Document_Server_Side_Coding_Details#loadGameBox.php|loadGameBox.php]]
the board18BoxLoad.php page.
and the [[Design_Document_Server_Side_Coding_Details#rm_r.php|rm_r.php]] modules
are included via require_once into the board18BoxLoad.php page.


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

Latest revision as of 13:56, 28 July 2017

Design Document edit


This page has been updated to comply with Release 2.5.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 and the rm_r.php modules are included via require_once into 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.