Revision 2756
Added by sgarg about 19 years ago
lib/style/skins/esa/esa-resultset.xsl | ||
---|---|---|
168 | 168 |
|
169 | 169 |
<xsl:if test="$enableediting = 'true'"> |
170 | 170 |
<td class="text_plain"> |
171 |
<form action="@servlet-path@" method="POST">
|
|
172 |
<input type="hidden" name="action" value="read"/>
|
|
173 |
<input type="hidden" name="qformat" value="{$qformat}"/>
|
|
174 |
<input type="hidden" name="sessionid" value="{$sessid}"/>
|
|
171 |
<form action="@cgi-prefix@/register-dataset.cgi" method="POST">
|
|
172 |
<input type="hidden" name="stage" value="mod_accept"/>
|
|
173 |
<input type="hidden" name="cfg" value="{$qformat}"/>
|
|
174 |
<input type="hidden" name="sessionid" value="{$sessid}"/>
|
|
175 | 175 |
<input type="hidden" name="docid"> |
176 | 176 |
<xsl:attribute name="value"> |
177 | 177 |
<xsl:value-of select="./docid"/> |
... | ... | |
182 | 182 |
</input> |
183 | 183 |
</center> |
184 | 184 |
</form> |
185 |
<form action="@servlet-path@" |
|
186 |
method="POST"> |
|
187 |
<input type="hidden" name="action" value="delete"/> |
|
188 |
<input type="hidden" name="cfg" value="{$qformat}"/> |
|
189 |
<input type="hidden" name="sessionid" value="{$sessid}"/> |
|
185 |
<form action="@cgi-prefix@/register-dataset.cgi" method="POST"> |
|
186 |
<input type="hidden" name="stage" value="mod_decline"/> |
|
187 |
<input type="hidden" name="cfg" value="{$qformat}"/> |
|
188 |
<input type="hidden" name="sessionid" value="{$sessid}"/> |
|
190 | 189 |
<input type="hidden" name="docid"> |
191 | 190 |
<xsl:attribute name="value"> |
192 | 191 |
<xsl:value-of select="./docid"/> |
... | ... | |
197 | 196 |
</input> |
198 | 197 |
</center> |
199 | 198 |
</form> |
200 |
<form action="@cgi-prefix@/register-dataset.cgi" |
|
201 |
method="POST"> |
|
202 |
<input type="hidden" name="stage" value="delete"/> |
|
203 |
<input type="hidden" name="cfg" value="{$qformat}"/> |
|
204 |
<input type="hidden" name="sessionid" value="{$sessid}"/> |
|
199 |
<form action="@cgi-prefix@/register-dataset.cgi" method="POST"> |
|
200 |
<input type="hidden" name="stage" value="mod_revise"/> |
|
201 |
<input type="hidden" name="cfg" value="{$qformat}"/> |
|
202 |
<input type="hidden" name="sessionid" value="{$sessid}"/> |
|
205 | 203 |
<input type="hidden" name="docid"> |
206 | 204 |
<xsl:attribute name="value"> |
207 | 205 |
<xsl:value-of select="./docid"/> |
Also available in: Unified diff
Modified links for the Accept, Delete and Review buttons