Difference between revisions of "Design Document Client Side Coding Details"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(added style sheet info.)
(added wiki links)
Line 5: Line 5:
The table below and to the right contains links to all of this material. <br>
The table below and to the right contains links to all of this material. <br>
There are a few files that are common to all seven web pages; They are described below.
There are a few files that are common to all seven web pages; They are described below.
{| class="wikitable floatright"
|+ This is a table of links to information about all of the Board18 web pages.
! Overview !! Detail Design
|-
| [[Design_Document_Client_Side_Overview#The_Index_Page|index Page]]
| [[Design Document index Page|index Page]]
|-
| [[Design_Document_Client_Side_Overview#The_Main_Page|board18Main Page]]
| [[Design Document board18Main Page|board18Main Page]]
|-
| [[Design_Document_Client_Side_Overview#The_Admin_Page|board18Admin Page]]
| [[Design Document board18Admin Page|board18Admin Page]]
|-
| [[Design_Document_Client_Side_Overview#The_New_Game_Page|board18New Page]]
| [[Design Document board18New Page|board18New Page]]
|-
| [[Design_Document_Client_Side_Overview#The_Map_Page|board18Map Page]]
| [[Design Document board18Map Page|board18Map Page]]
|-
| [[Design_Document_Client_Side_Overview#The_Stock_Market_Page|board18Market Page]]
| [[Design Document board18Market Page|board18Market Page]]
|-
| [[Design_Document_Client_Side_Overview#The_Access_Denied_Page|access-denied Page]]
| [[Design Document Access Denied Page|access-denied Page]]
|}


== Common Style Sheet ==
== Common Style Sheet ==
{{WIKI Links for BOARD18 WEB Pages}}
The board18com.css style sheet lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described [[Design_Document_Esthetics#Page_Layout|here]]. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning.  
The board18com.css style sheet lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described [[Design_Document_Esthetics#Page_Layout|here]]. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning.  



Revision as of 15:41, 11 September 2014

Design Document edit


The client side of Board18 consists of seven web pages.
These web pages are described briefly in the Client Side Overview document.
But they are also described in more detail, each in their own set of WIKI pages.
The table below and to the right contains links to all of this material.
There are a few files that are common to all seven web pages; They are described below.

Common Style Sheet

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


The board18com.css style sheet lays out the overall structure of all BOARD18 pages. This consists of the top of page division, the left of page division and the right of page division. These divisions are described here. This style sheet also formats the header area of all BOARD18 pages. The top level block elements in this style sheet will all use fixed positioning.

Common Scripts