Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl @ 568:f21ad239c748
Repaired step-back history.
gnv/trunk@683 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 12 Feb 2010 11:16:33 +0000 |
parents | 8e39c74f9fb6 |
children | b8ea9383d285 |
comparison
equal
deleted
inserted
replaced
567:83ff52574604 | 568:f21ad239c748 |
---|---|
26 <xsl:variable name="state" select="@art:state" /> | 26 <xsl:variable name="state" select="@art:state" /> |
27 <tr> | 27 <tr> |
28 <th class="parameter"><xsl:value-of select="xform:label" /></th> | 28 <th class="parameter"><xsl:value-of select="xform:label" /></th> |
29 <td><xsl:apply-templates select="xform:choices" /></td> | 29 <td><xsl:apply-templates select="xform:choices" /></td> |
30 <td class="historyback"> | 30 <td class="historyback"> |
31 <!-- | |
32 <xsl:if test="$state != ''"> | 31 <xsl:if test="$state != ''"> |
33 <a href="{$back-url}?target={$state}"> | 32 <a href="{$back-url}?target={$state}"> |
34 <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/> | 33 <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/> |
35 </a> | 34 </a> |
36 </xsl:if> | 35 </xsl:if> |
37 --> | |
38 </td> | 36 </td> |
39 </tr> | 37 </tr> |
40 </xsl:template> | 38 </xsl:template> |
41 | 39 |
42 | 40 |
46 <xsl:variable name="fis" select="@art:fis" /> | 44 <xsl:variable name="fis" select="@art:fis" /> |
47 <tr> | 45 <tr> |
48 <th class="parameter"><xsl:value-of select="xform:label" /></th> | 46 <th class="parameter"><xsl:value-of select="xform:label" /></th> |
49 <td><xsl:apply-templates select="xform:choices" /></td> | 47 <td><xsl:apply-templates select="xform:choices" /></td> |
50 <td class="historyback"> | 48 <td class="historyback"> |
51 <!-- | |
52 <xsl:if test="$state != ''"> | 49 <xsl:if test="$state != ''"> |
53 <a href="{$back-url}?target={$state}"> | 50 <a href="{$back-url}?target={$state}"> |
54 <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/> | 51 <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/> |
55 </a> | 52 </a> |
56 </xsl:if> | 53 </xsl:if> |
57 --> | |
58 <xsl:if test="$fis"> | 54 <xsl:if test="$fis"> |
59 <a href="{$selectfis}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a> | 55 <a href="{$selectfis}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a> |
60 </xsl:if> | 56 </xsl:if> |
61 </td> | 57 </td> |
62 </tr> | 58 </tr> |
84 <th class="parameter"><xsl:value-of select="xform:label" /></th> | 80 <th class="parameter"><xsl:value-of select="xform:label" /></th> |
85 <td> | 81 <td> |
86 <table><xsl:apply-templates select="xform:input" /></table> | 82 <table><xsl:apply-templates select="xform:input" /></table> |
87 </td> | 83 </td> |
88 <td class="historyback"> | 84 <td class="historyback"> |
89 <!-- | |
90 <xsl:if test="$state != ''"> | 85 <xsl:if test="$state != ''"> |
91 <a href="{$back-url}?target={$state}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a> | 86 <a href="{$back-url}?target={$state}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a> |
92 </xsl:if> | 87 </xsl:if> |
93 --> | |
94 </td> | 88 </td> |
95 </tr> | 89 </tr> |
96 </xsl:template> | 90 </xsl:template> |
97 | 91 |
98 | 92 |