mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
Add information about other formats to XEPs.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4149 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
ab0bac2029
commit
0012e12fce
14
xep.xsl
14
xep.xsl
@ -316,7 +316,21 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
Source Control:
|
||||
<a class='standardsButton' href='{$sourceHTML}'>HTML</a> 
|
||||
<a class='standardsButton' href='{$sourceRSS}'>RSS</a>
|
||||
<br />
|
||||
</xsl:if>
|
||||
<xsl:variable name='formatXML'>
|
||||
<xsl:text>http://xmpp.org/extensions/xep-</xsl:text>
|
||||
<xsl:value-of select='/xep/header/number'/>
|
||||
<xsl:text>.xml</xsl:text>
|
||||
</xsl:variable>
|
||||
<xsl:variable name='formatPDF'>
|
||||
<xsl:text>http://xmpp.org/extensions/xep-</xsl:text>
|
||||
<xsl:value-of select='/xep/header/number'/>
|
||||
<xsl:text>.pdf</xsl:text>
|
||||
</xsl:variable>
|
||||
This document in other formats:
|
||||
<a class='standardsButton' href='{$formatXML}'>XML</a> 
|
||||
<a class='standardsButton' href='{$formatPDF}'>PDF</a>
|
||||
</p>
|
||||
<hr />
|
||||
<!-- AUTHOR INFO -->
|
||||
|
Loading…
Reference in New Issue
Block a user