Difference between revisions of "Design Document board18Misc Page"

From BOARD18 Project WIKI
Jump to navigation Jump to search
m
(updates for issue 183)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ReleaseNotice|1.4}}{{Design Document Index}}
{{ReleaseNotice|2.6}}{{Design Document Index}}{{WIKI Links for BOARD18 WEB Pages}}
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. <br>This
causes the board18Misc page page to be displayed. This page is where miscellaneous service actions can be performed for that game.
causes the board18Misc page page to be displayed. This page is where miscellaneous edits can be performed for that game.


'''Most of the JavaScript logic for board18Misc is in the [[board18Misc|scripts/board18Misc.js]] file.'''
'''Most of the JavaScript logic for board18Misc is in the [[board18Misc1|scripts/board18Misc1.js]] file and the [[board18Misc2|scripts/board18Misc2.js]] file.'''
 
'''Some of the PHP logic for board18Misc is in the [[Design_Document_Server_Side_Coding_Details#makeTables.php|php/makeTables.php]] file.'''


The board18Misc.php page also uses the scripts/board18com.js file and some other open source JavaScript files.<br>
The board18Misc.php page also uses the scripts/board18com.js file and some other open source JavaScript files.<br>
Style is supplied by the style/board18Misc.css and the style/board18com.css files.
Style is supplied by the style/board18Misc.css and the style/board18com.css files.
{{WIKI Links for BOARD18 WEB Pages}}

Latest revision as of 10:24, 27 August 2020

This page has been updated to comply with Release 2.6.x of BOARD18.
Design Document edit


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


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 edits can be performed for that game.

Most of the JavaScript logic for board18Misc is in the scripts/board18Misc1.js file and the scripts/board18Misc2.js 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.