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

From BOARD18 Project WIKI
Jump to navigation Jump to search
(Added Admin page links and revised format. This is no longer a stub.)
(added style sheet info.)
Line 3: Line 3:
These web pages are described briefly in the Client Side Overview document. <br>
These web pages are described briefly in the Client Side Overview document. <br>
But they are also described in more detail, each in their own set of WIKI pages.<br>
But they are also described in more detail, each in their own set of WIKI pages.<br>
The table below contains links to all of this material.
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.


== Board18 web pages ==
{| class="wikitable floatright"
{| class="wikitable"
|+ This is a table of links to information about all of the Board18 web pages.
|+ This is a table of links to information about all of the Board18 web pages.
! Overview !! Detail Design
! Overview !! Detail Design
Line 31: Line 31:
| [[Design Document Access Denied Page|access-denied Page]]
| [[Design Document Access Denied Page|access-denied Page]]
|}
|}
== Common Style Sheet ==
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.
== Common Scripts ==


[[Category:Design]]
[[Category:Design]]

Revision as of 14:34, 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.

This is a table of links to information about all of the Board18 web pages.
Overview Detail Design
index Page index Page
board18Main Page board18Main Page
board18Admin Page board18Admin Page
board18New Page board18New Page
board18Map Page board18Map Page
board18Market Page board18Market Page
access-denied Page access-denied Page

Common Style Sheet

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