Difference between revisions of "Design Document board18BoxLoad Page"
Jump to navigation
Jump to search
(add reference to required modules) |
m |
||
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 | The loadGameBox.php module and the rm_r.php module are included via require_once into | ||
the board18BoxLoad.php page. | the board18BoxLoad.php page. | ||
Revision as of 16:51, 10 July 2016
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.
The loadGameBox.php module and the rm_r.php module 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.