Revision 2017
Added by sgarg almost 21 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
181 | 181 |
|
182 | 182 |
<xsl:if test="$enableediting = 'true'"> |
183 | 183 |
<td class="text_plain"> |
184 |
<form action="@servlet-path@" method="POST"> |
|
185 |
<input type="hidden" name="action" value="read"/> |
|
186 |
<input type="hidden" name="qformat" value="{$qformat}"/> |
|
187 |
<input type="hidden" name="docid"> |
|
188 |
<xsl:attribute name="value"> |
|
189 |
<xsl:value-of select="./docid"/> |
|
190 |
</xsl:attribute> |
|
191 |
</input> |
|
192 |
<center> |
|
193 |
<input type="SUBMIT" value=" View " name="View"> |
|
194 |
</input> |
|
195 |
</center> |
|
196 |
</form> |
|
184 | 197 |
<form action="@cgi-prefix@/register-dataset.cgi" |
185 | 198 |
method="POST"> |
186 | 199 |
<input type="hidden" name="stage" value="modify"/> |
Also available in: Unified diff
Added a view button as mentioned in bug 1304.