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/10/21 07:05:49 UTC

svn commit: rev 55203 - incubator/lenya/trunk/src/webapp/lenya/xslt/util

Author: gregor
Date: Wed Oct 20 22:05:48 2004
New Revision: 55203

Modified:
   incubator/lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl
Log:
fix bug #29295 dead links on introduction pages

Modified: incubator/lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl	Wed Oct 20 22:05:48 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: publication.xsl,v 1.19 2004/04/24 20:59:15 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
@@ -37,9 +37,6 @@
 <div class="lenya-sidebar-heading">This&#160;Publication</div>
 <ul>
   <li><a href="authoring/">Login&#160;as&#160;Editor</a></li>
-  <li>Document&#160;Types</li>
-  <li><a href="tests.html">Use&#160;Cases/Tests</a></li>
-  <li>Features</li>
 </ul>
 <div class="lenya-publication-item"><a href="../index.html">Other&#160;Publications</a></div>
 <div class="lenya-publication-item"><a href="../docs-new/docs/index.html">Documentation</a></div>

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