jmacna      2004/03/03 11:53:21

  Modified:    targets/wsrp4j/skin/images corner-imports.svg.xslt
               targets/wsrp4j/arch arch.html producer.html consumer.html
  Log:
  Changed bugzilla reference to JIRA
  
  Revision  Changes    Path
  1.2       +7 -7      ws-site/targets/wsrp4j/skin/images/corner-imports.svg.xslt
  
  Index: corner-imports.svg.xslt
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsrp4j/skin/images/corner-imports.svg.xslt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- corner-imports.svg.xslt   15 Jan 2004 14:44:35 -0000      1.1
  +++ corner-imports.svg.xslt   3 Mar 2004 19:53:21 -0000       1.2
  @@ -9,12 +9,12 @@
       <xsl:param name="fg-color-name"/>    

   

      <!-- if not all colors are present, don't even try to render the corners -->

  -    <xsl:variable name="size"><xsl:choose>

  +    <xsl:variable name="isize"><xsl:choose>

        <xsl:when test="$bg-color-name and $stroke-color-name and 
$fg-color-name"><xsl:value-of select="$size"/></xsl:when>

        <xsl:otherwise>0</xsl:otherwise>

       </xsl:choose></xsl:variable>

  -    <xsl:variable name="smallersize" select="number($size)-1"/>

  -    <xsl:variable name="biggersize" select="number($size)+1"/>     

  +    <xsl:variable name="smallersize" select="number($isize)-1"/>

  +    <xsl:variable name="biggersize" select="number($isize)+1"/>     

       <xsl:variable name="bg"><xsl:if test="skinconfig/colors/[EMAIL 
PROTECTED]">fill:<xsl:value-of select="skinconfig/colors/[EMAIL 
PROTECTED]/@value"/>;</xsl:if></xsl:variable>

       <xsl:variable name="fill"><xsl:if test="skinconfig/colors/[EMAIL 
PROTECTED]">fill:<xsl:value-of select="skinconfig/colors/[EMAIL 
PROTECTED]/@value"/>;</xsl:if></xsl:variable>

       <xsl:variable name="stroke"><xsl:if test="skinconfig/colors/[EMAIL 
PROTECTED]">stroke:<xsl:value-of select="skinconfig/colors/[EMAIL 
PROTECTED]/@value"/>;</xsl:if></xsl:variable>

  @@ -23,7 +23,7 @@
   

                

   

  -<svg width="{$size}" height="{$size}">

  +<svg width="{$isize}" height="{$isize}">

       <!-- background-->

       <rect x="-1" y="-1" width="{$biggersize}" height="{$biggersize}" 
style="{$bg}stroke-width:0"/>

   <!-- 0,0 0,-4 4,0 4,-4-->

  @@ -45,21 +45,21 @@
       <xsl:variable name="flip-tb-translate">

         <xsl:choose>

        <xsl:when test="$orientation-tb='t'">0</xsl:when>

  -     <xsl:otherwise>-<xsl:value-of select="$size" /></xsl:otherwise>

  +     <xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>

         </xsl:choose>

       </xsl:variable>

   

       <xsl:variable name="flip-lr-translate">

         <xsl:choose>

        <xsl:when test="$orientation-lr='l'">0</xsl:when>

  -     <xsl:otherwise>-<xsl:value-of select="$size" /></xsl:otherwise>

  +     <xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>

         </xsl:choose>

       </xsl:variable>    

       

       <!-- flip transform -->

       <g transform="scale({$flip-lr-scale},{$flip-tb-scale}) 
translate({$flip-lr-translate}, {$flip-tb-translate})"> 

         <xsl:call-template name = "figure" >

  -             <xsl:with-param name="size"><xsl:value-of select="$size" 
/></xsl:with-param>

  +             <xsl:with-param name="isize"><xsl:value-of select="$isize" 
/></xsl:with-param>

                <xsl:with-param name="smallersize"><xsl:value-of select="$smallersize" 
/></xsl:with-param>

                <xsl:with-param name="biggersize"><xsl:value-of select="$biggersize" 
/></xsl:with-param>

                <xsl:with-param name="bg"><xsl:value-of select="$bg" 
/></xsl:with-param>

  
  
  
  1.4       +2 -2      ws-site/targets/wsrp4j/arch/arch.html
  
  Index: arch.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsrp4j/arch/arch.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- arch.html 7 Jan 2004 22:22:57 -0000       1.3
  +++ arch.html 3 Mar 2004 19:53:21 -0000       1.4
  @@ -1,7 +1,7 @@
  -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN""http://www.w3.org/TR/html4/loose.dtd";>
   <html>
   <head>
  -<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  +<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <!--*** This is a generated file.  Do not edit.  ***-->
   <link rel="stylesheet" href="../skin/tigris.css" type="text/css">
   <link rel="stylesheet" href="../skin/mysite.css" type="text/css">
  
  
  
  1.4       +2 -2      ws-site/targets/wsrp4j/arch/producer.html
  
  Index: producer.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsrp4j/arch/producer.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- producer.html     7 Jan 2004 22:22:57 -0000       1.3
  +++ producer.html     3 Mar 2004 19:53:21 -0000       1.4
  @@ -1,7 +1,7 @@
  -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN""http://www.w3.org/TR/html4/loose.dtd";>
   <html>
   <head>
  -<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  +<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <!--*** This is a generated file.  Do not edit.  ***-->
   <link rel="stylesheet" href="../skin/tigris.css" type="text/css">
   <link rel="stylesheet" href="../skin/mysite.css" type="text/css">
  
  
  
  1.4       +2 -2      ws-site/targets/wsrp4j/arch/consumer.html
  
  Index: consumer.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/wsrp4j/arch/consumer.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- consumer.html     7 Jan 2004 22:22:57 -0000       1.3
  +++ consumer.html     3 Mar 2004 19:53:21 -0000       1.4
  @@ -1,7 +1,7 @@
  -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN""http://www.w3.org/TR/html4/loose.dtd";>
   <html>
   <head>
  -<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  +<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <!--*** This is a generated file.  Do not edit.  ***-->
   <link rel="stylesheet" href="../skin/tigris.css" type="text/css">
   <link rel="stylesheet" href="../skin/mysite.css" type="text/css">
  
  
  

Reply via email to