You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/04/09 16:39:23 UTC

svn commit: r160687 - lenya/trunk/src/webapp/lenya/usecases/admin/serverStatus.jx

Author: andreas
Date: Sat Apr  9 07:39:22 2005
New Revision: 160687

URL: http://svn.apache.org/viewcvs?view=rev&rev=160687
Log:
added server status usecase JX template

Added:
    lenya/trunk/src/webapp/lenya/usecases/admin/serverStatus.jx

Added: lenya/trunk/src/webapp/lenya/usecases/admin/serverStatus.jx
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/admin/serverStatus.jx?view=auto&rev=160687
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/admin/serverStatus.jx (added)
+++ lenya/trunk/src/webapp/lenya/usecases/admin/serverStatus.jx Sat Apr  9 07:39:22 2005
@@ -0,0 +1,20 @@
+<page:page
+  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
+  xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
+  xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
+  xmlns:cinclude="http://apache.org/cocoon/include/1.0"
+  >
+  
+  <page:body>
+    <jx:import uri="admin/tabs.jx"/>
+    <div id="contentblock1" class="lenya-tab">
+      <jx:import uri="templates/messages.jx"/>
+      
+      <cinclude:includexml>
+        <cinclude:src>cocoon://ignore/admin/internal/status.xml</cinclude:src>
+      </cinclude:includexml>
+      
+    </div>
+  </page:body>
+</page:page>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org