Imported Upstream version 2.7.3
This commit is contained in:
parent
a356b56d11
commit
fd413a3168
283 changed files with 14978 additions and 6511 deletions
|
|
@ -103,4 +103,22 @@ book nop
|
|||
</xsl:choose>
|
||||
</xsl:param>
|
||||
|
||||
<!-- Format-detection to prevent smartphones from being too smart -->
|
||||
<xsl:template name="user.head.content">
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
</xsl:template>
|
||||
|
||||
<!-- NUT version/date -->
|
||||
<xsl:param name="nut.nutversion"/>
|
||||
<xsl:param name="nut.localdate"/>
|
||||
<xsl:param name="nut.localtime"/>
|
||||
|
||||
<!-- Footer -->
|
||||
<xsl:template name="user.footer.content">
|
||||
<div class="navfooter nut_footer">
|
||||
<hr/>
|
||||
Last updated <xsl:value-of select="$nut.localdate"/><xsl:text> </xsl:text><xsl:value-of select="$nut.localtime"/> -- Network UPS Tools <xsl:value-of select="$nut.nutversion"/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue