2
Fork 0

Refactored demo section to single app layout.

This commit is contained in:
Willem Cazander 2013-09-20 19:18:39 +02:00
parent b3635cf64d
commit 4bd244f4e5
337 changed files with 1630 additions and 1883 deletions

View file

@ -1,64 +0,0 @@
<ui:composition template="/WEB-INF/template/page-user.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich"
>
<ui:define name="page_title">Debug Tools</ui:define>
<ui:define name="page_content">
<div>
<h3><span><h:outputText value="Vasc Demo Admin" /></span></h3>
<p>Here is is possible to edit all editable tables.</p>
<p>
<ul>
<li><h:outputLink value="#{contextPathController.rootPath}/vasc/VascEntry/list.jsf"><h:outputText value="VascEnties"/></h:outputLink></li>
<li><h:outputLink value="#{contextPathController.rootPath}/_css/default/jawr/default.css?refreshKey=jawr_refresh"><h:outputText value="Refresh JS/CSS"/></h:outputLink></li>
<li><h:outputLink value="#{contextPathController.rootPath}/html/admin/debug-style.jsf"><h:outputText value="Debug Style"/></h:outputLink></li>
</ul>
</p>
</div>
<div>
<h3><span><h:outputText value="Jndi" /></span></h3>
<p>Check all resources in jndi tree's.</p>
<p>
<ul>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/java"><h:outputText value="Jndi Tree Java"/></h:outputLink>
-(<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/java?type=text"><h:outputText value="text"/></h:outputLink>)
</li>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/global"><h:outputText value="Jndi Tree Global"/></h:outputLink>
-(<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/global?type=text"><h:outputText value="text"/></h:outputLink>)
</li>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/openejb"><h:outputText value="Jndi Tree OpenEjb"/></h:outputLink>
-(<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/openejb?type=text"><h:outputText value="text"/></h:outputLink>)
</li>
</ul>
</p>
</div>
<div>
<h3><span><h:outputText value="Jdbc" /></span></h3>
<p>Raw access to the embedded db.</p>
<p>
<ul>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jdbc/console/"><h:outputText value="(H2) Jdbc Console"/></h:outputLink>
</li>
</ul>
</p>
</div>
<div>
<h3><span><h:outputText value="Logback" /></span></h3>
<p>Status servlet of logback.</p>
<p>
<ul>
<li><h:outputLink value="#{contextPathController.rootPath}/debug/logback/status/access"><h:outputText value="Access Log Status"/></h:outputLink></li>
<li><h:outputLink value="#{contextPathController.rootPath}/debug/logback/status/classic"><h:outputText value="Server Log Status"/></h:outputLink></li>
</ul>
</p>
</div>
</ui:define>
</ui:composition>