diff --git a/Application/head.skin b/Application/head.skin index 1a5b8604..539aac0e 100644 --- a/Application/head.skin +++ b/Application/head.skin @@ -2,7 +2,7 @@ <% this.description prefix="
" %>
-> - /main">showAPI | + /read">showAPI | /render">renderAPI | public | ?app=<% this.title %>&action=flush">flush | diff --git a/Application/navig_active.skin b/Application/navig_active.skin index c35d2472..3c24b3bf 100644 --- a/Application/navig_active.skin +++ b/Application/navig_active.skin @@ -6,7 +6,7 @@
- /main">showAPI | + /read">showAPI | /render">renderAPI | public | ?app=<% this.title %>&action=flush">flush | diff --git a/DocApplication/actions.js b/DocApplication/actions.js index c80a63ff..1087d246 100644 --- a/DocApplication/actions.js +++ b/DocApplication/actions.js @@ -1,3 +1,8 @@ +function read_action () { + this.readApplication (); + res.redirect (this.href("main")); +} + function main_action () { if (checkAddress()==false) return; @@ -44,7 +49,7 @@ function render_action () { return; res.writeln("renderrendering API ... "); var prefix = this.href (""); - this.storePage (this, "main"); + this.storePage (this, "main", "", "index.html"); this.storePage (this, "prototypes"); this.storePage (this, "summary"); this.storePage (this, "functionindex"); @@ -56,7 +61,7 @@ function render_action () { ct += 2; var subarr = arr[i].listChildren (); for (var j=0; j