Design Document board18SnapList Page

From BOARD18 Project WIKI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page has been updated to comply with Release 1.3.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

WIKI Links for BOARD18 WEB Pages edit
Page Overview Detail Design
index Page index Page
board18Main Page board18Main Page
board18View Page board18View Page
board18Admin Page board18Admin Page
board18Players Page board18Players Page
board18Games Page board18Games Page
board18Boxes Page board18Boxes Page
board18BoxLoad Page board18BoxLoad Page
board18Misc Page board18Misc Page
board18New Page board18New Page
board18Map Page board18Map Page
board18Market Page board18Market Page
board18SnapList Page board18SnapList Page
board18SnapMap Page board18SnapMap Page
board18SnapMrk Page board18SnapMrk Page
access-denied Page access-denied Page


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:

SnapList.png

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.