| 1 |
<!-- * X_LZ_COPYRIGHT_BEGIN *************************************************** |
| 2 |
* Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. * |
| 3 |
* Use is subject to license terms. * |
| 4 |
* X_LZ_COPYRIGHT_END ****************************************************** --> |
| 5 |
<%@ page contentType="text/html" %> |
| 6 |
<html> |
| 7 |
<head> <title>Internal LPS Index</title> |
| 8 |
<link rel="STYLESHEET" type="text/css" href="docs/includes/styles.css"> |
| 9 |
<link rel="SHORTCUT ICON" href="http://www.laszlosystems.com/images/laszlo.ico"> |
| 10 |
</head> |
| 11 |
<body> |
| 12 |
<img class="logo" src="lps/includes/logo_web_sm.gif"/> |
| 13 |
<h1>Internal Index for |
| 14 |
<%= new java.io.File(org.openlaszlo.utils.LZHttpUtils.getRealPath(application, "/")).getName() %> |
| 15 |
</h1> |
| 16 |
<p>Here's our stuff (we don't ship this internal index):</p> |
| 17 |
<ul> |
| 18 |
<li><a href="quick-index.html">LPS Quick Index</a> (this replaces this file in the distro)</li> |
| 19 |
<li><a href="test">Tests</a> (these won't ship with the product) </li> |
| 20 |
<li><a href="sandbox">Sandbox</a> (these don't ship)</li> |
| 21 |
<li><a href="demos">Demos</a></li> |
| 22 |
<li><a href="examples">Examples</a></li> |
| 23 |
<li>Laszlo Explorer |
| 24 |
<ul> |
| 25 |
<li><a href="laszlo-explorer">Laszlo Explorer</a></li> |
| 26 |
<li><a href="lps/utils/welcome_support/coverpages/welcome_cover.lzx">Clocks</a></li> |
| 27 |
</ul> |
| 28 |
</ul> |
| 29 |
<p>Docs</p> |
| 30 |
<ul> |
| 31 |
<li><a href="docs">Docs index</a></li> |
| 32 |
<li><a href="docs/guide">Software Developer's Guide</a></li> |
| 33 |
<li><a href="docs/design">UI Designer's Guide</a></li> |
| 34 |
<li><a href="docs/deploy">Deployer's Guide</a></li> |
| 35 |
<li><a href="docs/reference">Reference</a></li> |
| 36 |
<li><a href="docs/tutorials">Tutorials</a></li> |
| 37 |
</ul> |
| 38 |
<p>LPS Admin tools</p> |
| 39 |
<ul> |
| 40 |
<li><a href="lps/admin/console.lzx">Console</a></li> |
| 41 |
<li><a href="foo.lzx?lzt=clearcache&pwd=laszlo">Clear cache</a></li> |
| 42 |
<li><a href="foo.lzx?lzt=cacheinfo&pwd=laszlo">Cache statistics</a></li> |
| 43 |
<li><a href="foo.lzx?lzt=cacheinfo&details=1&pwd=laszlo">Cache details</a></li> |
| 44 |
<li><a href="foo.lzx?lzt=errorcount&pwd=laszlo">LPS Error count</a></li> |
| 45 |
<li><a href="foo.lzx?lzt=errorcount&clear=1&pwd=laszlo">Clear LPS error count</a></li> |
| 46 |
<li><a href="foo.lzx?lzt=serverinfo&pwd=laszlo">LPS server info</a></li> |
| 47 |
<li><a href="foo.lzx?lzt=log&pwd=laszlo">Current LPS log file (can be long)</a></li> |
| 48 |
<li><a href="lps/admin/solo-deploy.jsp">SOLO Application Deployment Wizard</a></li> |
| 49 |
</ul> |
| 50 |
</body> |
| 51 |
</html> |