You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2003/01/16 03:21:48 UTC

cvs commit: httpd-2.0/docs/manual/style/css manual.css manual-print.css

kess        2003/01/15 18:21:47

  Modified:    docs/manual/style/xsl Tag: APACHE_2_0_BRANCH common.xsl
               docs/manual/style/lang Tag: APACHE_2_0_BRANCH de.xml
               docs/manual/style/css Tag: APACHE_2_0_BRANCH manual.css
                        manual-print.css
  Log:
  add style rules for the new <transnote> element
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.4  +15 -0     httpd-2.0/docs/manual/style/xsl/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/common.xsl,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- common.xsl	25 Dec 2002 03:35:14 -0000	1.20.2.3
  +++ common.xsl	16 Jan 2003 02:21:47 -0000	1.20.2.4
  @@ -745,6 +745,21 @@
   
   
     <!--                                                    -->
  +  <!-- <transnote>                                        -->
  +  <!--                                                    -->
  +  <xsl:template match="transnote">
  +    <span class="transnote">
  +      <xsl:text>(</xsl:text><em>
  +      <xsl:value-of select="$messages/message[@name='transnote']"/>
  +      </em><xsl:text> </xsl:text>
  +      <xsl:apply-templates/>
  +      <xsl:text>)</xsl:text>
  +    </span>
  +  </xsl:template>
  +  <!-- /note/title -->
  +
  +
  +  <!--                                                    -->
     <!-- Process everything else by just passing it through -->
     <!--                                                    -->
     <xsl:template match="*|@*">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +3 -0      httpd-2.0/docs/manual/style/lang/de.xml
  
  Index: de.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/lang/de.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- de.xml	1 Jan 2003 02:58:11 -0000	1.3.2.2
  +++ de.xml	16 Jan 2003 02:21:47 -0000	1.3.2.3
  @@ -59,6 +59,9 @@
    <!-- Used in summaries -->
    <message name="summary">Zusammenfassung</message>
   
  + <!-- Used for translation notes -->
  + <message name="transnote">Anm.d.&#220;.:</message>
  +
    <!-- Used in headers and footers -->
    <message name="apachetitle">- Apache HTTP Server</message>
    <message name="apachehttpserver">Apache HTTP Server Version 2.0</message>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.17.2.3  +6 -0      httpd-2.0/docs/manual/style/css/manual.css
  
  Index: manual.css
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual.css,v
  retrieving revision 1.17.2.2
  retrieving revision 1.17.2.3
  diff -u -r1.17.2.2 -r1.17.2.3
  --- manual.css	22 Dec 2002 23:41:04 -0000	1.17.2.2
  +++ manual.css	16 Jan 2003 02:21:47 -0000	1.17.2.3
  @@ -30,6 +30,12 @@
       font-style: italic;
   }
   
  +span.transnote {
  +    background-color: inherit;
  +    color: #888;
  +    font-size:90%;
  +}
  +
   /* fixup IE & Opera
    * otherwise they forget to inherit
    * the computed font-size value
  
  
  
  1.6.2.1   +6 -0      httpd-2.0/docs/manual/style/css/manual-print.css
  
  Index: manual-print.css
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual-print.css,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- manual-print.css	16 Oct 2002 06:45:21 -0000	1.6
  +++ manual-print.css	16 Jan 2003 02:21:47 -0000	1.6.2.1
  @@ -30,6 +30,12 @@
       font-style: italic;
   }
   
  +span.transnote {
  +    background-color: inherit;
  +    color: #888;
  +    font-size: 90%;
  +}
  +
   /* fixup IE & Opera
    * otherwise they forget to inherit
    * the computed font-size value