You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/12/11 16:05:48 UTC

cvs commit: cocoon-2.1/src/blocks/portal/samples/skins/common/styles window.xsl

cziegeler    2003/12/11 07:05:48

  Modified:    src/blocks/portal/samples/skins/common/styles window.xsl
  Log:
  Separating uri space for samples (images, css)
  
  Revision  Changes    Path
  1.8       +2 -2      cocoon-2.1/src/blocks/portal/samples/skins/common/styles/window.xsl
  
  Index: window.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/samples/skins/common/styles/window.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- window.xsl	11 Dec 2003 14:41:32 -0000	1.7
  +++ window.xsl	11 Dec 2003 15:05:48 -0000	1.8
  @@ -68,11 +68,11 @@
   		<td width="5" style="background-color:#294563;" valign="top"><img src="images/window-top-right.gif" border="0" width="5" height="5" alt="top-right"/></td>
   	</tr>
   	<tr>
  -		<td width="5" style="background-image:url(window-border-left.gif);"><img src="images/space.gif" border="0" width="5" height="5" alt="space"/></td>
  +		<td width="5" style="background-image:url(images/window-border-left.gif);"><img src="images/space.gif" border="0" width="5" height="5" alt="space"/></td>
   		<td colSpan="2">
                  <xsl:apply-templates select="content"/>
   		</td>
  -		<td width="5" style="background-image:url(window-border-right.gif);"><img src="images/space.gif" border="0" width="5" height="5" alt="space"/></td>
  +		<td width="5" style="background-image:url(images/window-border-right.gif);"><img src="images/space.gif" border="0" width="5" height="5" alt="space"/></td>
   	</tr>
   	<tr>
   		<td width="5"><img src="images/window-bottom-left.gif" border="0" width="5" height="5" alt="top-left"/></td>