On Tue, 5 Mar 2002, Joshua Slive wrote:

> > Actually I think this is version is pretty suitable for a commit. It has
> > got all words localized, which the one in the repository hasn't.
> Ok.  I'll try to do it later.

I managed to fix a couple of the extra white space problems. I've included 
a diff, it's against the old file from the repository.

-- 
.---------------------.
| Patrik Grip-Jansson |
| Ringen 4B           |    .--------------------.
| 78444 Borl�nge   .--'----' http://gnulix.com/ `---------.
| Sweden           |  All views and opinions are my own,  |
`------------------| PH:+46(0)24382823 PW:+46(0)707354360 |
                   `--------------------------------------'
--- manual.xsl.old      Wed Mar  6 04:10:52 2002
+++ manual.xsl  Wed Mar  6 04:11:49 2002
@@ -28,10 +28,10 @@
     <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> 
     <h3>Apache HTTP Server Version 2.0</h3>
    </div>
-   <h1 align="center"><xsl:value-of select="$messages/[EMAIL 
PROTECTED]'apachemodule']"/> <xsl:value-of select="name"/></h1>
+   <h1 align="center"><xsl:value-of select="$messages/[EMAIL 
PROTECTED]'apachemodule']"/>&nbsp; <xsl:value-of select="name"/></h1>
    <!-- Description and module-headers -->
-   <table bgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td>
-    <table bgcolor="#ffffff">
+   <table width="100%" bgcolor="#cccccc" cellpadding="0" 
cellspacing="1"><tr><td>
+    <table  width="100%" bgcolor="#ffffff">
      <tr><td valign="top"><span class="help"><xsl:value-of 
select="$messages/[EMAIL PROTECTED]'description']"/>:</span> </td>
          <td><xsl:apply-templates select="description"/></td></tr>
      <tr><td><a class="help" href="module-dict.html#Status"><xsl:value-of 
select="$messages/[EMAIL PROTECTED]'status']"/>:</a> </td>
@@ -41,7 +41,7 @@
          <td><xsl:value-of select="identifier"/></td></tr>
   </xsl:if>
   <xsl:if test="compatibility">
-     <tr><td><a class="help" href="module-dict.html#Compatibility"
+     <tr><td valign="top" align="left"><a class="help" 
href="module-dict.html#Compatibility"
        ><xsl:value-of select="$messages/[EMAIL 
PROTECTED]'compatibility']"/>:</a> </td>
          <td><xsl:apply-templates select="compatibility"/></td>
      </tr>
@@ -176,7 +176,7 @@
       name="{$lowername}">Directive</a></h2>
 
 <!-- Directive header -->
-<table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1">
+<table  width="100%" bgcolor="#cccccc" border="0" cellspacing="0" 
cellpadding="1">
 <tr><td>
 <table bgcolor="#ffffff" width="100%">
   <tr><td><strong><xsl:value-of select="$messages/[EMAIL 
PROTECTED]'description']"/>: </strong></td>
@@ -206,7 +206,7 @@
     </xsl:if>
     </td></tr>
   <xsl:if test="compatibility">
-    <tr><td><a class="help" href="directive-dict.html#Compatibility"
+    <tr><td valign="top" align="left"><a class="help" 
href="directive-dict.html#Compatibility"
       ><xsl:value-of select="$messages/[EMAIL 
PROTECTED]'compatibility']"/>:</a> </td>
       <td><xsl:value-of select="compatibility"/></td></tr>
   </xsl:if>
@@ -242,7 +242,7 @@
 
   <xsl:template match="example">
   <blockquote>
-  <table cellpadding="10"><tr><td bgcolor="#eeeeee">
+  <table  width="100%" cellpadding="10"><tr><td bgcolor="#eeeeee">
      <xsl:apply-templates select="title" mode="print"/>
      <code><xsl:apply-templates/></code>
   </td></tr></table>
@@ -256,7 +256,7 @@
 
   <xsl:template match="note">
   <blockquote>
-  <table><tr><td>
+  <table  width="100%"><tr><td>
    <xsl:choose>
     <xsl:when test="@type='warning'">
      <xsl:attribute name="bgcolor">#ffe5f5</xsl:attribute>
@@ -297,11 +297,7 @@
   </xsl:template>
 
   <xsl:template match="module">
-    <code>
-     <a href="{.}.html"><xsl:value-of select="."/></a>
-    </code>
-    <xsl:if test="parent::modulelist">
-      <xsl:if test="not(position()=last())">, </xsl:if>
+    <code><a href="{.}.html"><xsl:value-of select="."/></a></code><xsl:if 
test="parent::modulelist"><xsl:if test="not(position()=last())">, </xsl:if>
     </xsl:if>
   </xsl:template>
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to