Difference between revisions of "Design Document board18Misc Page"
Jump to navigation
Jump to search
(2.1) |
(2.4) |
||
Line 1: | Line 1: | ||
{{ReleaseNotice|2. | {{ReleaseNotice|2.4}}{{Design Document Index}} | ||
While on the board18Main.php page a player can link to the board18Misc page by | While on the board18Main.php page a player can link to the board18Misc page by | ||
selecting "Edit" for any of the listed games on that page. This | selecting "Edit" for any of the listed games on that page. This |
Revision as of 14:24, 17 October 2016
This page has been updated to comply with Release 2.4.x of BOARD18. |
Design Document edit | |
While on the board18Main.php page a player can link to the board18Misc page by
selecting "Edit" for any of the listed games on that page. This
causes the board18Misc page page to be displayed. This page is where miscellaneous service actions can be performed for that game.
Most of the JavaScript logic for board18Misc is in the scripts/board18Misc.js file.
Some of the PHP logic for board18Misc is in the php/makeTables.php file.
The board18Misc.php page also uses the scripts/board18com.js file and some other open source JavaScript files.
Style is supplied by the style/board18Misc.css and the style/board18com.css files.