Difference between revisions of "Design Document board18Map Page"
Jump to navigation
Jump to search
m |
(rearrange and simplefy) |
||
Line 1: | Line 1: | ||
The BOARD18 map page consists of the page header, the game board map (on the right) and the left sidebar containing the tile and token trays. <br> | The BOARD18 map page consists of the page header, the game board map (on the right) and the left sidebar containing the tile and token trays. <br> | ||
The client (browser) side code for the map page of BOARD18 is contained in the following files: {{Design Document Index}} | The client (browser) side code for the map page of BOARD18 is contained in the following files: {{Design Document Index}}{{WIKI Links for BOARD18 WEB Pages}} | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ This is a table of links to | |+ This is a table of links to documentation about the board18Map page. | ||
| php page | | php page | ||
| [[Board18Map|board18Map.php]] | | [[Board18Map|board18Map.php]] | ||
|- | |- | ||
| style | | style sheet | ||
| [[Board18Mapcss|board18Map.css]] | | [[Board18Mapcss|board18Map.css]] | ||
|- | |- | ||
| rowspan=" | | rowspan="7" | javascript | ||
| [[Board18Map1|board18Map1.js]] | | [[Board18Map1|board18Map1.js]] | ||
|- | |||
| [[Board18Map2|board18Map2.js]] | | [[Board18Map2|board18Map2.js]] | ||
|- | |||
| [[Board18Map3|board18Map3.js]] | | [[Board18Map3|board18Map3.js]] | ||
|- | |- | ||
| [[Board18Map4|board18Map4.js]] | | [[Board18Map4|board18Map4.js]] | ||
|- | |||
| [[Board18Map5|board18Map5.js]] | | [[Board18Map5|board18Map5.js]] | ||
|- | |||
| [[Board18Map6|board18Map6.js]] | | [[Board18Map6|board18Map6.js]] | ||
|- | |- | ||
| [[Board18Map7|board18Map7.js]] | | [[Board18Map7|board18Map7.js]] | ||
|} | |} | ||
'''[[Object_List|<span style="color: Green">There are a number of java script objects used by this code</span>]]'''. | '''[[Object_List|<span style="color: Green">There are a number of java script objects used by this code</span>]]'''. | ||
[[Category:Design]] | [[Category:Design]] |
Revision as of 12:20, 12 September 2014
The BOARD18 map page consists of the page header, the game board map (on the right) and the left sidebar containing the tile and token trays.
The client (browser) side code for the map page of BOARD18 is contained in the following files:
Design Document edit | |
php page | board18Map.php |
style sheet | board18Map.css |
javascript | board18Map1.js |
board18Map2.js | |
board18Map3.js | |
board18Map4.js | |
board18Map5.js | |
board18Map6.js | |
board18Map7.js |
There are a number of java script objects used by this code.