[metacat-cvs] metacat/lib/style/skins/esa esa-resultset.xsl
Saurabh Garg
sgarg at ecoinformatics.org
Thu Nov 17 12:32:02 PST 2005
sgarg 05/11/17 12:32:02
Modified: lib/style/skins/esa esa-resultset.xsl
Log:
Modified links for the Accept, Delete and Review buttons
Revision Changes Path
1.3 +14 -16 metacat/lib/style/skins/esa/esa-resultset.xsl
Index: esa-resultset.xsl
===================================================================
RCS file: /cvs/metacat/lib/style/skins/esa/esa-resultset.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- esa-resultset.xsl 20 Oct 2005 21:01:24 -0000 1.2
+++ esa-resultset.xsl 17 Nov 2005 20:32:02 -0000 1.3
@@ -7,8 +7,8 @@
* For Details: http://www.nceas.ucsb.edu/
*
* '$Author: sgarg $'
-* '$Date: 2005/10/20 21:01:24 $'
-* '$Revision: 1.2 $'
+* '$Date: 2005/11/17 20:32:02 $'
+* '$Revision: 1.3 $'
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -168,10 +168,10 @@
<xsl:if test="$enableediting = 'true'">
<td class="text_plain">
- <form action="@servlet-path@" method="POST">
- <input type="hidden" name="action" value="read"/>
- <input type="hidden" name="qformat" value="{$qformat}"/>
- <input type="hidden" name="sessionid" value="{$sessid}"/>
+ <form action="@cgi-prefix@/register-dataset.cgi" method="POST">
+ <input type="hidden" name="stage" value="mod_accept"/>
+ <input type="hidden" name="cfg" value="{$qformat}"/>
+ <input type="hidden" name="sessionid" value="{$sessid}"/>
<input type="hidden" name="docid">
<xsl:attribute name="value">
<xsl:value-of select="./docid"/>
@@ -182,11 +182,10 @@
</input>
</center>
</form>
- <form action="@servlet-path@"
- method="POST">
- <input type="hidden" name="action" value="delete"/>
- <input type="hidden" name="cfg" value="{$qformat}"/>
- <input type="hidden" name="sessionid" value="{$sessid}"/>
+ <form action="@cgi-prefix@/register-dataset.cgi" method="POST">
+ <input type="hidden" name="stage" value="mod_decline"/>
+ <input type="hidden" name="cfg" value="{$qformat}"/>
+ <input type="hidden" name="sessionid" value="{$sessid}"/>
<input type="hidden" name="docid">
<xsl:attribute name="value">
<xsl:value-of select="./docid"/>
@@ -197,11 +196,10 @@
</input>
</center>
</form>
- <form action="@cgi-prefix@/register-dataset.cgi"
- method="POST">
- <input type="hidden" name="stage" value="delete"/>
- <input type="hidden" name="cfg" value="{$qformat}"/>
- <input type="hidden" name="sessionid" value="{$sessid}"/>
+ <form action="@cgi-prefix@/register-dataset.cgi" method="POST">
+ <input type="hidden" name="stage" value="mod_revise"/>
+ <input type="hidden" name="cfg" value="{$qformat}"/>
+ <input type="hidden" name="sessionid" value="{$sessid}"/>
<input type="hidden" name="docid">
<xsl:attribute name="value">
<xsl:value-of select="./docid"/>
More information about the Metacat-cvs
mailing list