<?xml version="1.0" encoding="UTF-8"?>
<!-- vim: set ts=2 sw=2 tw=80 ai si: -->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:d="http://docbook.org/ns/docbook"
xmlns:exsl="http://exslt.org/common"
exclude-result-prefixes="d xsl exsl"
version="1.0">
<!-- Swarm WebHelp customizations -->
<!-- ============================================================= -->
<!-- Import Perforce styles -->
<!-- ============================================================= -->
<xsl:import href="@p4-assets-dir@/publicsite.xsl"/>
<!-- ============================================================= -->
<!-- parameters and styles -->
<!-- ============================================================= -->
<xsl:template name="user.webhelp.head.content">
<link rel="stylesheet" type="text/css" href="css/swarm.css"/>
</xsl:template>
<!--
<xsl:template name="user.webhelp.foot.content">
<script type="text/javascript" src="js/swarm.js"></script>
</xsl:template>
-->
<!-- construct PI's for the icons used in basics/notifications -->
<xsl:template match="processing-instruction('Yea')"><i class="glyphicon glyphicon-ok"></i></xsl:template>
<xsl:template match="processing-instruction('Nay')"><i class="glyphicon glyphicon-remove"></i></xsl:template>
<xsl:template match="processing-instruction('Wha')"><i class="glyphicon glyphicon-ban-circle"></i></xsl:template>
<!-- construct PI for the download button -->
<xsl:template match="processing-instruction('download-swarm')"><a href="http://www.perforce.com/downloads/swarm" class="btn btn-primary"><i class="glyphicon glyphicon-download glyphicon-white"></i> Download Swarm</a></xsl:template>
</xsl:stylesheet>
# |
Change |
User |
Description |
Committed |
|
#1
|
17324 |
tjuricek |
Add DocBook output and applied company toolchain to main user guide. |
|
|