things can now be rendered to static html, new helma features are supported (prototype extension), everyhting is done in a nice and clean way with skins.
12 lines
184 B
Text
12 lines
184 B
Text
/**
|
|
* renders AppManager
|
|
*/
|
|
|
|
if (checkAddress()==false)
|
|
return;
|
|
if (checkAuth(this)==false)
|
|
return;
|
|
|
|
res.data.body = this.renderSkinAsString("main");
|
|
renderSkin ("global");
|
|
|