]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove the stylesheet kludges for incomplete translations.
authorJoshua Slive <slive@apache.org>
Sun, 22 Sep 2002 20:16:34 +0000 (20:16 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 22 Sep 2002 20:16:34 +0000 (20:16 +0000)
If the translation is not complete, you shouldn't be building it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96951 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index 5a10cbd8c12368b4edefc76681ec7fa9310f78cc..548f400b3bc828103124c6f24a30a01d017a6333 100644 (file)
 
     <div id="path">
 
-      <!-- XXX: choose just for now, so it works until the
-           translations are done! -->
-      <xsl:choose>
-        <xsl:when test="$messages/message[@name='maintainedby']">
           <a href="http://www.apache.org/">
             <xsl:value-of select="$messages/message[@name='apache']"/>
           </a>
               <xsl:value-of select="$messages/message[@name='modules']"/>
             </a>
           </xsl:if>
-        </xsl:when>
-
-        <xsl:otherwise>
-          <a href="http://www.apache.org/">Apache</a>
-          <xsl:text> &gt; </xsl:text>
-          <a href="http://httpd.apache.org/">HTTP Server</a>
-          <xsl:text> &gt; </xsl:text>
-          <a href="http://httpd.apache.org/docs-project/">Documentation</a>
-          <xsl:text> &gt; </xsl:text>
-          <a href="{$path}/">Version 2.0</a>
-          <xsl:if test="../modulesynopsis or ../directiveindex">
-            <xsl:text> &gt; </xsl:text>
-            <a href="./">Modules</a>
-          </xsl:if>
-        </xsl:otherwise>
-      </xsl:choose>
 
     </div> <!-- /path -->
   </xsl:template>
     <div id="footer">
       <p class="apache">
 
-        <!-- XXX: choose just for now, so it works until the
-             translations are done! -->
-        <xsl:choose>
-          <xsl:when test="$messages/message[@name='maintainedby']">
             <xsl:value-of select="$messages/message[@name='maintainedby']"/>
-          </xsl:when>
-
-          <xsl:otherwise>
-            <xsl:text>Maintained by the</xsl:text>
-          </xsl:otherwise>
-        </xsl:choose>
 
         <xsl:text> </xsl:text>
         <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a>
   <xsl:template name="super-menu">
     <p class="menu">
 
-      <!-- XXX: choose just for now, so it works until the
-           translations are done! -->
-      <xsl:choose>
-        <xsl:when test="$messages/message[@name='maintainedby']">
           <a href="{$path}/mod/">
             <xsl:value-of select="$messages/message[@name='modules']"/>
           </a>
           <a href="{$path}/sitemap.html">
             <xsl:value-of select="$messages/message[@name='sitemap']"/>
           </a>
-        </xsl:when>
-
-        <xsl:otherwise>
-          <a href="{$path}/mod/">Modules</a>
-          <xsl:text> | </xsl:text>
-          <a href="{$path}/mod/directives.html">Directives</a>
-          <xsl:text> | </xsl:text>
-          <a href="{$path}/faq/">FAQ</a>
-          <xsl:text> | </xsl:text>
-          <a href="{$path}/glossary.html">Glossary</a>
-          <xsl:text> | </xsl:text>
-          <a href="{$path}/sitemap.html">Sitemap</a>
-        </xsl:otherwise>
-      </xsl:choose>
 
     </p>
   </xsl:template>