Docformat navigation translations.

They are named docnavi.split-html / docnavi.single-html entities in SGML
before XML tolchain upgrade (r41645) and have lost in transit.
This commit is contained in:
Sergey Kandaurov 2013-07-25 09:09:08 +00:00
parent e2b947301c
commit 695f535d9f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42433

View file

@ -18,4 +18,18 @@
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.<br/>
</small></p>
</xsl:template>
<xsl:template name="docformatnav">
<xsl:variable name="single.fname">
<xsl:choose>
<xsl:when test="/book">book.html</xsl:when>
<xsl:when test="/article">article.html</xsl:when>
</xsl:choose>
</xsl:variable>
<div class="docformatnavi">
[ <a href="index.html">đĎ ŇÁÚÄĹĚÁÍ</a> /
<a href="{$single.fname}">ďÄÎÉÍ ĆÁĘĚĎÍ</a> ]
</div>
</xsl:template>
</xsl:stylesheet>