[interchange-cvs] interchange - jon modified 11 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Dec 5 22:10:01 2001


User:      jon
Date:      2001-12-06 03:09:01 GMT
Modified:  dist/foundation/pages browse.html new_account.html
Modified:           results_big.html returns.html stock-alert.html
Modified:           swap_results.html
Modified:  dist/foundation/pages/ord checkout.html
Modified:  dist/foundation/pages/query order_return.html
Modified:  dist/foundation/special_pages interact.html violation.html
Modified:  dist/foundation/templates/components cart
Log:
Change all MV3-era [process-target] tags to [process].
(They're exactly equivalent now anyway.)

Revision  Changes    Path
2.1       +1 -1      interchange/dist/foundation/pages/browse.html


rev 2.1, prev_rev 2.0
Index: browse.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/browse.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- browse.html	2001/07/18 02:21:14	2.0
+++ browse.html	2001/12/06 03:09:01	2.1
@@ -85,7 +85,7 @@
 	  <td valign="top" align="center"> 
 	    <table border="0" cellpadding="3" cellspacing="0">
 
-	      <FORM ACTION="[process-target]" METHOD=POST>
+	      <FORM ACTION="[process]" METHOD=POST>
 		  <input type=hidden  name=mv_session_id    value="[data session id]">
 	      <INPUT TYPE=hidden  NAME="mv_todo"        VALUE="refresh">
 	      <INPUT TYPE=hidden  NAME="mv_order_item"  VALUE="[loop-code]">



2.2       +1 -1      interchange/dist/foundation/pages/new_account.html


rev 2.2, prev_rev 2.1
Index: new_account.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/new_account.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- new_account.html	2001/10/13 23:27:49	2.1
+++ new_account.html	2001/12/06 03:09:01	2.2
@@ -54,7 +54,7 @@
 [/if]
 [/set]
 
-<FORM ACTION="[process-target]" METHOD=POST>
+<FORM ACTION="[process]" METHOD=POST>
 <input type=hidden name=mv_session_id value="[data session id]">
 <INPUT TYPE=hidden NAME=mv_click VALUE=NewAccount>
 <INPUT TYPE=hidden NAME=mv_doit  VALUE=return>



2.1       +1 -1      interchange/dist/foundation/pages/results_big.html


rev 2.1, prev_rev 2.0
Index: results_big.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/results_big.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- results_big.html	2001/07/18 02:21:14	2.0
+++ results_big.html	2001/12/06 03:09:01	2.1
@@ -118,7 +118,7 @@
           </td>
         </tr>
 [else]
-<FORM ACTION="[process-target]" METHOD=POST>
+<FORM ACTION="[process]" METHOD=POST>
 <input type=hidden  name=mv_session_id    value="[data session id]">
 <INPUT TYPE=hidden  NAME="mv_todo"        VALUE="refresh">
 <INPUT TYPE=hidden  NAME="mv_order_item"  VALUE="[item-code]">



2.1       +1 -1      interchange/dist/foundation/pages/returns.html


rev 2.1, prev_rev 2.0
Index: returns.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/returns.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- returns.html	2001/07/18 02:21:14	2.0
+++ returns.html	2001/12/06 03:09:01	2.1
@@ -51,7 +51,7 @@
 Please select an order below to continue with the return process.
 </p>
 				  
-<FORM ACTION="[process-target]" METHOD=POST>
+<FORM ACTION="[process]" METHOD=POST>
 <input type=hidden name=mv_session_id value="[data session id]">
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="returns_processed">



2.3       +1 -1      interchange/dist/foundation/pages/stock-alert.html


rev 2.3, prev_rev 2.2
Index: stock-alert.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/stock-alert.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- stock-alert.html	2001/07/26 17:17:48	2.2
+++ stock-alert.html	2001/12/06 03:09:01	2.3
@@ -25,7 +25,7 @@
 <tr>
   <td>
 
-    <FORM ACTION="[process-target]" METHOD=POST>
+    <FORM ACTION="[process]" METHOD=POST>
 	<input type=hidden name=mv_session_id value="[data session id]">
     <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
     <INPUT TYPE=hidden NAME=mv_check VALUE=check_alert_form>



2.1       +1 -1      interchange/dist/foundation/pages/swap_results.html


rev 2.1, prev_rev 2.0
Index: swap_results.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/swap_results.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- swap_results.html	2001/07/18 02:21:14	2.0
+++ swap_results.html	2001/12/06 03:09:01	2.1
@@ -63,7 +63,7 @@
 [/item-change 1]
 	
 
-<FORM ACTION="[process-target]" METHOD=POST>
+<FORM ACTION="[process]" METHOD=POST>
 <input type=hidden name=mv_session_id value="[data session id]">
 				
 <table width="65%" border="0" cellspacing="0" cellpadding="5">



2.3       +1 -1      interchange/dist/foundation/pages/ord/checkout.html


rev 2.3, prev_rev 2.2
Index: checkout.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/ord/checkout.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- checkout.html	2001/10/13 23:27:49	2.2
+++ checkout.html	2001/12/06 03:09:01	2.3
@@ -191,7 +191,7 @@
 
 	<TR class="[item-alternate 2]maincontent[else]contentbar1[/else][/item-alternate]">
 	  <TD align=center valign=top>
-	    <INPUT TYPE=checkbox NAME="[quantity-name]" onClick="this.form.action='[process-target]', this.form.submit()" VALUE=0>
+	    <INPUT TYPE=checkbox NAME="[quantity-name]" onClick="this.form.action='[process]', this.form.submit()" VALUE=0>
  	  </TD>
 	  <TD><b>[item-sku]</b></TD>
 	  <TD>[page [item-sku]]<b>[item-data products description]</b></a>



2.1       +1 -1      interchange/dist/foundation/pages/query/order_return.html


rev 2.1, prev_rev 2.0
Index: order_return.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/query/order_return.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- order_return.html	2001/07/18 02:21:25	2.0
+++ order_return.html	2001/12/06 03:09:01	2.1
@@ -88,7 +88,7 @@
 
 [set return_items][/set]
 
-<FORM ACTION="[process-target]" METHOD=POST>
+<FORM ACTION="[process]" METHOD=POST>
 <input type=hidden name=mv_session_id value="[data session id]">
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="process_return">



2.1       +1 -1      interchange/dist/foundation/special_pages/interact.html


rev 2.1, prev_rev 2.0
Index: interact.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/special_pages/interact.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- interact.html	2001/07/18 02:21:30	2.0
+++ interact.html	2001/12/06 03:09:01	2.1
@@ -39,7 +39,7 @@
 	<P>
 [set name="Go to non-secure checkout"]
 [/set]
-		<FORM METHOD="POST" ACTION="[process-target]">
+		<FORM METHOD="POST" ACTION="[process]">
 		<INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 		<INPUT TYPE=hidden NAME=mv_nextpage VALUE="ord/checkout">
 		<INPUT TYPE=submit NAME=mv_click VALUE="Go to non-secure checkout">



2.1       +3 -3      interchange/dist/foundation/special_pages/violation.html


rev 2.1, prev_rev 2.0
Index: violation.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/special_pages/violation.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- violation.html	2001/07/18 02:21:30	2.0
+++ violation.html	2001/12/06 03:09:01	2.1
@@ -17,7 +17,7 @@
 
     <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
     <TR><TD ALIGN=CENTER>
-    <FORM ACTION="[process-target]" METHOD=POST>
+    <FORM ACTION="[process]" METHOD=POST>
     [L]Hi[/L] [value name]! [L]You are logged in as user[/L] <B>[value mv_username]</B>.
 	&nbsp;&nbsp;<INPUT TYPE=submit NAME="mv_click" VALUE="[L]Log out[/L]">
 	</FORM>
@@ -25,7 +25,7 @@
 
     <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
     <TR><TD ALIGN=CENTER>
-    <FORM ACTION="[process-target]" METHOD=POST>
+    <FORM ACTION="[process]" METHOD=POST>
 	</FORM>
 	</TD></TR></TABLE>
 
@@ -43,7 +43,7 @@
 [data session failure]
 [/if]
 <P>
-    <FORM ACTION="[process-target]" METHOD=POST>
+    <FORM ACTION="[process]" METHOD=POST>
     <INPUT TYPE=hidden NAME=mv_click VALUE=Login>
     <INPUT TYPE=hidden NAME=mv_doit  VALUE=return>
 



2.1       +4 -4      interchange/dist/foundation/templates/components/cart


rev 2.1, prev_rev 2.0
Index: cart
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/components/cart,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- cart	2001/07/18 02:21:34	2.0
+++ cart	2001/12/06 03:09:01	2.1
@@ -37,7 +37,7 @@
 	[/else]
 	[/if]
 
-	<FORM ACTION="[process-target secure=1]" METHOD=POST name="basket">
+	<FORM ACTION="[process secure=1]" METHOD=POST name="basket">
     	<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
     	<INPUT TYPE=hidden NAME=mv_doit      VALUE=refresh>
     	<INPUT TYPE=hidden NAME=mv_orderpage VALUE="ord/basket">
@@ -101,7 +101,7 @@
 
 	<TR class="[item-calc]$row_class || 'contentbar1'[/item-calc]">
 		<TD align=center>
-	    		<INPUT TYPE=checkbox NAME="[quantity-name]" onClick="this.form.action='[process-target]', this.form.submit()" VALUE=0>
+	    		<INPUT TYPE=checkbox NAME="[quantity-name]" onClick="this.form.action='[process]', this.form.submit()" VALUE=0>
 	  	</TD>
 	  	<TD><b>[item-sku]</b></TD>
 	  	<td>[page [item-sku]]<b>[item-data products description]</b></A>
@@ -413,7 +413,7 @@
 
 [if session logged_in][then]
   [if value save_cart eq 'recurring']
-    	    <FORM ACTION="[process-target]" METHOD=POST>
+    	    <FORM ACTION="[process]" METHOD=POST>
     	    To save this recurring order, give it a nickname, then press 'Save Cart'.<br>
     	    Nickname:
     	    <INPUT TYPE=TEXT NAME="c_nickname" SIZE=11 VALUE="[scratch just_nickname]">
@@ -425,7 +425,7 @@
     	    <INPUT TYPE=SUBMIT VALUE="Save Cart">
     	    </FORM>
   [elsif value save_cart eq 'cart']
-    	    <FORM ACTION="[process-target]" METHOD=POST>
+    	    <FORM ACTION="[process]" METHOD=POST>
     	    To save this cart, give it a nickname, then press 'Save Cart'.<br>
     	    Nickname:
     	    <INPUT TYPE=TEXT NAME="c_nickname" SIZE=11 VALUE="[scratch just_nickname]">