You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/02/10 00:09:37 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/admin status2html.xslt

gregor      2004/02/09 15:09:37

  Modified:    src/webapp/lenya/xslt/admin status2html.xslt
  Log:
  crap removal
  
  Revision  Changes    Path
  1.2       +1 -11     cocoon-lenya/src/webapp/lenya/xslt/admin/status2html.xslt
  
  Index: status2html.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/admin/status2html.xslt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status2html.xslt	25 Jun 2003 22:22:11 -0000	1.1
  +++ status2html.xslt	9 Feb 2004 23:09:36 -0000	1.2
  @@ -14,10 +14,6 @@
       <html>
         <head>
           <title>Lenya Status [<xsl:value-of select="@status:host"/>]</title>
  -<!--
  -        <link href="{$contextPath}/styles/main.css" type="text/css" rel="stylesheet"/>
  -        <script src="{$contextPath}/scripts/main.js" type="text/javascript"/>
  --->
         </head>
   
         <body>
  @@ -55,12 +51,6 @@
             <ul>
                <xsl:apply-templates />
             </ul>
  -<!--
  -          <span class="switch" id="{@status:name}-switch" onclick="toggle('{@status:name}')">[show]</span>
  -          <ul id="{@status:name}" style="display: none">
  -             <xsl:apply-templates />
  -          </ul>
  --->
           </xsl:otherwise>
         </xsl:choose>
       </li>
  
  
  

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