Difference between revisions of "Design Document board18BoxLoad Page"
Jump to navigation
Jump to search
(added some links) |
(updated release notice) |
||
Line 1: | Line 1: | ||
{{Design Document Index}} | {{Design Document Index}} | ||
{{ReleaseNotice|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. |
Latest revision as of 12: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.
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.