r9530 - apps/reference/trunk/templates
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: zumbrunn
Date: 2009-02-20 01:38:14 +0100 (Fri, 20 Feb 2009)
New Revision: 9530
Modified:
apps/reference/trunk/templates/main.tmpl
Log:
changed link in header, fixed docjar link and added links to properties files reference
Details at http://dev.helma.org/trac/helma/changeset/9530
Modified: apps/reference/trunk/templates/main.tmpl
===================================================================
--- apps/reference/trunk/templates/main.tmpl 2009-02-20 00:31:56 UTC (rev 9529)
+++ apps/reference/trunk/templates/main.tmpl 2009-02-20 00:38:14 UTC (rev 9530)
@@ -24,7 +24,7 @@
<div class="frame">
-<img class="home" onclick="location='/'" src="helmaheader.gif" /><br />
+<img class="home" onclick="location='http://dev.helma.org/'" src="helmaheader.gif" /><br />
<div class="lead">
<p>Detailed reference of prototypes, properties and methods available in the <br />
Javascript environment of your Helma web applications.</p>
@@ -626,8 +626,18 @@
<h3>java libraries</h3>
<ul>
- <li><a href="javalibs.html">browse docjar</a></li>
+ <li><a href="http://www.docjar.org/">docjar search</a></li>
</ul>
+
+ <h3>properties files</h3>
+ <ul>
+ <li><a href="http://dev.helma.org/docs/Properties+Files/apps.properties/">apps.properties</a></li>
+ <li><a href="http://dev.helma.org/docs/Properties+Files/app.properties/">app.properties</a></li>
+ <li><a href="http://dev.helma.org/docs/Properties+Files/server.properties/">server.properties</a></li>
+ <li><a href="http://dev.helma.org/docs/Properties+Files/db.properties/">db.properties</a></li>
+ <li><a href="http://dev.helma.org/docs/Properties+Files/class.properties/">class.properties</a></li>
+ <li><a href="http://dev.helma.org/docs/Type.properties+Documentation/">type.properties</a></li>
+ </ul>
<script> closebox() </script>