Jump to content

ATK UI: Difference between revisions

From NusaATK
Kucerar (talk | contribs)
No edit summary
Kucerar (talk | contribs)
m ATK GUI moved to ATK UI: It's not really a gooey. It's just a UI. A web UI.
(No difference)

Revision as of 14:59, 29 February 2008

Themes

ATK Theme Templates

ATK Styles (This will be a list of all styles that can be overidden on a page, with prototypejs for example)

Smarty

themedef.inc settings

Premade Themes

The top-level scripts and their purpose

app.php
Generate a frameset. This is used for frames-based applications. The GUI is constructed from src= calls to dispatch.php for nodes and menus within the frameset definition.
index.php
Decide whether to use fullscreen(constructs a UI), frameset(calls app.php), or generate full index page(constructs a UI). Depends on the theme setting of useframes attribute.
dispatch.php
Session mgmt. Call either login handling or dispatch to node given in parameters.