Jump to content

ATK UI: Difference between revisions

From NusaATK
Kucerar (talk | contribs)
No edit summary
Kucerar (talk | contribs)
No edit summary
Line 9: Line 9:
[[Premade Themes]]
[[Premade Themes]]


== Top level scripts and their purpose ==
== 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 nodes and menus within the frameset definition.
;app.php: Generate a frameset.  This is used for frames-based applications.  The GUI is constructed from src= calls to nodes and menus within the frameset definition.
;index.php: Decide whether to use fullscreen,  frameset,  or generate full index page(depending on the theme setting of useframes attribute)

Revision as of 21:51, 27 February 2008

Themes

ATK Theme Templates

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 nodes and menus within the frameset definition.
index.php
Decide whether to use fullscreen, frameset, or generate full index page(depending on the theme setting of useframes attribute)