Design Document board18BoxLoad Page
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.
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.