You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/01/23 17:06:13 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/matrix body.xsl

michi       2004/01/23 08:06:13

  Modified:    src/webapp/lenya/pubs/oscom/xslt oscom-layout-2.xsl
               src/webapp/lenya/pubs/oscom/xslt/matrix body.xsl
  Log:
  Layout fixed
  
  Revision  Changes    Path
  1.24      +2 -2      cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/oscom-layout-2.xsl
  
  Index: oscom-layout-2.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/oscom-layout-2.xsl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- oscom-layout-2.xsl	17 Dec 2003 23:39:57 -0000	1.23
  +++ oscom-layout-2.xsl	23 Jan 2004 16:06:13 -0000	1.24
  @@ -345,7 +345,7 @@
   <table width="770" border="0" cellspacing="0" cellpadding="0">
   <tbody>
   <tr>
  -<td class="footer" valign="top">&#169;2002-2003 OSCOM.
  +<td class="footer" valign="top">&#169;2002-2004 OSCOM.
   <!-- @UPDATING_DATE@ --><br />
    <!-- <a href="http://alpha.oscom.org/" class="breadcrumb">@BREADCRUMB_PATH@</a> --> <!--
   <a href="http://alpha.oscom.org/" class="breadcrumb">Home</a>
  @@ -357,7 +357,7 @@
   <td align="right" valign="top" class="footer">
   <!-- Admin interface link -->
   <xsl:call-template name="admin-url">
  -<xsl:with-param name="prefix" select="'http://oscom.wyona.org:18080/lenya/oscom/authoring'"/>
  +<xsl:with-param name="prefix" select="'http://www.oscom.org:8080/lenya/oscom/authoring'"/>
   </xsl:call-template>
   <!-- /Admin interface link --></td>
   </tr>
  
  
  
  1.12      +2 -2      cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/matrix/body.xsl
  
  Index: body.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/matrix/body.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- body.xsl	8 May 2003 08:09:32 -0000	1.11
  +++ body.xsl	23 Jan 2004 16:06:13 -0000	1.12
  @@ -3,12 +3,12 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
   <xsl:template name="html-title">
  -<xsl:value-of select="/oscom/system/system_name"/> - CMS Matrix
  +<xsl:value-of select="/lenya/cmsbody/oscom/system/system_name"/> - CMS Matrix
   </xsl:template>
   
   <xsl:template name="admin-url">
   <xsl:param name="prefix"/>
  -<a class="breadcrumb"><xsl:attribute name="href"><xsl:value-of select="$prefix"/>/matrix/<xsl:value-of select="/oscom/system/id"/>.html</xsl:attribute>Apache Lenya</a>
  +<a class="breadcrumb"><xsl:attribute name="href"><xsl:value-of select="$prefix"/>/matrix/<xsl:value-of select="/lenya/cmsbody/oscom/system/id"/>.html</xsl:attribute>Apache Lenya</a>
   </xsl:template>
    
   <xsl:template name="body">
  
  
  

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