comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl @ 974:a8e044224b16

Enhanced the 1-step back history to a N-step back history. gnv/trunk@1142 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 01 Jun 2010 16:11:06 +0000
parents 21ad44ccdb84
children
comparison
equal deleted inserted replaced
973:1bb54da8c8ed 974:a8e044224b16
41 <xsl:template name="InsertEdit"> 41 <xsl:template name="InsertEdit">
42 <xsl:param name="state" /> 42 <xsl:param name="state" />
43 <xsl:param name="index" /> 43 <xsl:param name="index" />
44 <xsl:param name="fis" /> 44 <xsl:param name="fis" />
45 <xsl:if test="$state != ''"> 45 <xsl:if test="$state != ''">
46 <xsl:if test="$index = $total"> 46 <a href="{$back-url}?target={$state}">
47 <a href="{$back-url}?target={$state}"> 47 <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/>
48 <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/> 48 </a>
49 </a>
50 </xsl:if>
51 </xsl:if> 49 </xsl:if>
52 <xsl:if test="$fis"> 50 <xsl:if test="$fis">
53 <a href="{$selectfis}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a> 51 <a href="{$selectfis}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a>
54 </xsl:if> 52 </xsl:if>
55 </xsl:template> 53 </xsl:template>

http://dive4elements.wald.intevation.org