lenya/src/webapp/lenya/pubs/docs-new/skins/cocooncenter/xslt/html site2xhtml.xsl,1.4,1.5
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/cocooncenter/xslt/html
In directory erbium:/tmp/cvs-serv7150/src/webapp/lenya/pubs/docs-new/skins/cocooncenter/xslt/html
Modified Files:
site2xhtml.xsl
Log Message:
- added cocoon logo
- moved group-logo.gif to apache-xml.gif
- using group logo again (skinconf.xml, site2xhtml.xsl)
Index: site2xhtml.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/skins/cocooncenter/xslt/html/site2xhtml.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** site2xhtml.xsl 5 May 2003 15:30:50 -0000 1.4
--- site2xhtml.xsl 7 May 2003 09:58:05 -0000 1.5
***************
*** 46,66 ****
<tr>
- <xsl:comment>================= start Project Logo ==================</xsl:comment>
- <td bgcolor="{$header-color}" align="left">
- <div class="headerlogo" style="margin-top: 10px; margin-left: 10px;">
- <xsl:call-template name="renderlogo">
- <xsl:with-param name="name" select="$config/project-name"/>
- <xsl:with-param name="url" select="$config/project-url"/>
- <xsl:with-param name="logo" select="$config/project-logo"/>
- <xsl:with-param name="root" select="$root"/>
- </xsl:call-template>
-    
- </div>
- </td>
- <xsl:comment>================= end Project Logo ==================</xsl:comment>
-
<xsl:comment>================= start Group Logo ==================</xsl:comment>
<td> </td>
! <td bgcolor="{$header-color}" colspan="2" valign="bottom">
<xsl:if test="$config/group-url">
--- 46,52 ----
<tr>
<xsl:comment>================= start Group Logo ==================</xsl:comment>
<td> </td>
! <td bgcolor="{$header-color}" colspan="2" valign="middle">
<xsl:if test="$config/group-url">
***************
*** 79,82 ****
--- 65,82 ----
<xsl:comment>================= end Group Logo ==================</xsl:comment>
+ <xsl:comment>================= start Project Logo ==================</xsl:comment>
+ <td bgcolor="{$header-color}" align="right" valign="middle">
+ <div class="headerlogo" style="margin-top: 10px; margin-left: 10px;">
+ <xsl:call-template name="renderlogo">
+ <xsl:with-param name="name" select="$config/project-name"/>
+ <xsl:with-param name="url" select="$config/project-url"/>
+ <xsl:with-param name="logo" select="$config/project-logo"/>
+ <xsl:with-param name="root" select="$root"/>
+ </xsl:call-template>
+    
+ </div>
+ </td>
+ <xsl:comment>================= end Project Logo ==================</xsl:comment>
+
<!--
<xsl:comment>================= start Search ==================</xsl:comment>