major overhaul of the manage app's api-documentation functions.

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.
This commit is contained in:
stefanp 2002-11-21 18:36:03 +00:00
parent 76bbe4053b
commit 7633e98eea
59 changed files with 1052 additions and 578 deletions

View file

@ -2,8 +2,10 @@
* renders AppManager
*/
if ( checkAddress()==false ) return;
if ( checkAuth(this)==false ) return;
if (checkAddress()==false)
return;
if (checkAuth(this)==false)
return;
res.data.body = this.renderSkinAsString("main");
renderSkin ("global");