Design Document board18SnapList Page
This page has been updated to comply with Release 1.1.x of BOARD18. |
Design Document edit | |
This page can be used to select an existing game to view.
Most of the JavaScript logic for board18SnapList is in the scripts/board18SnapList.js file.
The board18SnapList.php page also uses the scripts/board18com.js file and some other open source JavaScript files. Style is supplied by the style/board18SnapList.css and the style/board18com.css files.
The Snapshot List Table
When entered, board18SnapList.php uses an AJAX call to php/snapShow.php to get a list of
some of the snapshots that exist for the current game.
The php/snapShow.php program is documented on the snapShow.php
WIKI page.
The returned list is displayed in the snapshot list table as shown here:
Select a Game to View
Clicking on an entry in the "Game Round" column will link to the Snapshot Game Board
page for that game.
Note that this page cannot be used to modify the game.
Transfering to the Main Page
Selecting "Main Page" from the main menu will link to the board18Main page.