modified header in apidocs

This commit is contained in:
stefanp 2002-03-11 14:46:30 +00:00
parent 4a7616d5a0
commit 69f391d2d6
7 changed files with 67 additions and 12 deletions

View file

@ -1,6 +1,6 @@
<p><big>AppDoc <% this.name %></big>
<br/>
-&gt;
<P><big>AppDoc <% this.name %><br/></big></p>
<p><% param.path %></p>
<p> -&gt;
<a href="<% this.parentlink %>">AppManager</a> |
<a href="<% this.parentlink action="redirectpublic" %>">public</a>
</p>

View file

@ -18,6 +18,24 @@ function href_macro(par) {
}
/**
* macro rendering page head
*/
function head_macro(par) {
var obj = new Object();
obj.path = this.getPath();
this.renderSkin("head",obj);
}
/**
* utility function for head_macro, rendering link to app
*/
function getPath() {
return( '<a href="' + this.href("main") + '">' + this.name + '</a>' );
}
/**
* link to the "real" application object (ie not the DocApplication)
*/

View file

@ -1,4 +1,4 @@
<% this.skin name="head" %>
<% this.head %>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>