fix so that version information appears in page footer
This commit is contained in:
parent
14c9ca0cdd
commit
61bd54810d
|
@ -15,8 +15,8 @@
|
||||||
Transform ADL into velocity view templates
|
Transform ADL into velocity view templates
|
||||||
|
|
||||||
$Author: sb $
|
$Author: sb $
|
||||||
$Revision: 1.62 $
|
$Revision: 1.63 $
|
||||||
$Date: 2009-05-21 10:07:00 $
|
$Date: 2009-05-21 12:46:06 $
|
||||||
-->
|
-->
|
||||||
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
|
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
|
||||||
Whitespace (or lack of it) is significant! -->
|
Whitespace (or lack of it) is significant! -->
|
||||||
|
@ -1852,7 +1852,7 @@
|
||||||
Auto generated Velocity macro for <xsl:value-of select="@name"/>,
|
Auto generated Velocity macro for <xsl:value-of select="@name"/>,
|
||||||
generated from ADL.
|
generated from ADL.
|
||||||
|
|
||||||
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.62 $', 10)"/>
|
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.63 $', 10)"/>
|
||||||
Generation parameters were:
|
Generation parameters were:
|
||||||
area-name: <xsl:value-of select="$area-name"/>
|
area-name: <xsl:value-of select="$area-name"/>
|
||||||
default-url: <xsl:value-of select="$default-url"/>
|
default-url: <xsl:value-of select="$default-url"/>
|
||||||
|
@ -1970,6 +1970,7 @@
|
||||||
</div>
|
</div>
|
||||||
#end
|
#end
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
<div class="pagefoot">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="adl:foot">
|
<xsl:when test="adl:foot">
|
||||||
<xsl:for-each select="adl:foot/*">
|
<xsl:for-each select="adl:foot/*">
|
||||||
|
@ -1985,6 +1986,7 @@
|
||||||
<p class="product-version">
|
<p class="product-version">
|
||||||
<xsl:value-of select="$product-version"/>; built with <xsl:value-of select="$authentication-layer"/>-layer authentication.
|
<xsl:value-of select="$product-version"/>; built with <xsl:value-of select="$authentication-layer"/>-layer authentication.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- if this node (default to current node) has a child of type prompt for the current locale,
|
<!-- if this node (default to current node) has a child of type prompt for the current locale,
|
||||||
|
|
Loading…
Reference in a new issue