[interchange-cvs] interchange - pvinci modified 89 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Apr 23 14:10:13 EDT 2005


User:      pvinci
Date:      2005-04-23 18:10:12 GMT
Modified:  dist/lib/UI/pages/admin access.html access_permissions.html
Modified:           affiliates.html auto_wizard.html
Modified:           button_builder.html commerce.html content.html
Modified:           content_editor.html content_push.html customer.html
Modified:           customer_change_pass.html customer_mailing.html
Modified:           customer_select.html customer_view.html
Modified:           dbconfig.html dbdownload.html direct_sql.html
Modified:           entry.html entry_items.html entry_select.html
Modified:           export_table.html flex_select.html group.html
Modified:           group_edit.html help.html import_table.html
Modified:           item.html item_option.html item_option_old.html
Modified:           layout.html layout_auto.html menu_editor.html
Modified:           menu_loader.html merchandising.html merge_meta.html
Modified:           order.html order_status_alt.html order_view.html
Modified:           orderstats.html page_upload.html payment.html
Modified:           pref_colors.html pref_select.html preferences.html
Modified:           report.html report_results.html search_replace.html
Modified:           search_wizard.html search_wizard2.html
Modified:           search_wizard3.html ship.html ship_data.html
Modified:           ship_edit.html ship_range.html sku_selector.html
Modified:           spread.html tablereport.html tax.html
Modified:           tax_simple.html test_code.html trafficstats.html
Modified:           transfer_catalog.html upload_file.html
Modified:           user_change_pass.html user_edit.html
Modified:  dist/lib/UI/pages/admin/reports/order BySKU.html
Modified:  dist/lib/UI/pages/admin/survey index.html
Modified:  dist/standard/pages advancedsearch.html change_password.html
Modified:           flypage.html login.html lost_password.html
Modified:           new_account.html
Modified:  dist/standard/pages/admin edit_page.html mass_setting.html
Modified:  dist/standard/pages/affiliate login.html
Modified:  dist/standard/pages/function stock_alert.html
Modified:  dist/standard/pages/member account.html returns.html
Modified:  dist/standard/pages/ord address.html basket.html
Modified:           billing.html checkout.html country.html
Modified:           finalize.html multi.html shipmode.html
Modified:           shipping.html
Modified:  dist/standard/pages/query order_return.html
Log:
* Changed all form references to use [form-session-id] tag in the admin and standard catalogs.

Revision  Changes    Path
2.5       +1 -1      interchange/dist/lib/UI/pages/admin/access.html


rev 2.5, prev_rev 2.4
Index: access.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/access.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- access.html	20 Apr 2004 21:45:36 -0000	2.4
+++ access.html	23 Apr 2005 18:10:07 -0000	2.5
@@ -19,7 +19,7 @@
 [/calc]
 
 <form action="[area ui]" method=POST name=accessform>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/user_edit">
 <INPUT TYPE=hidden NAME=ui_hide_key VALUE="1">



2.8       +1 -1      interchange/dist/lib/UI/pages/admin/access_permissions.html


rev 2.8, prev_rev 2.7
Index: access_permissions.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/access_permissions.html,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- access_permissions.html	22 Apr 2004 23:03:02 -0000	2.7
+++ access_permissions.html	23 Apr 2005 18:10:07 -0000	2.8
@@ -77,7 +77,7 @@
 
 [output name=top_of_form]
 <FORM METHOD=POST ACTION="[area ui]">
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_doit VALUE="set">
 <INPUT TYPE=hidden NAME=mv_click VALUE="process_perm">
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="[either][cgi ui_return_to][or]__UI_BASE__/access[/either]">



2.6       +1 -0      interchange/dist/lib/UI/pages/admin/affiliates.html


rev 2.6, prev_rev 2.5
Index: affiliates.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/affiliates.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- affiliates.html	7 Feb 2004 02:54:08 -0000	2.5
+++ affiliates.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -33,6 +33,7 @@
 [/if]
 
 <FORM ACTION="[area @@MV_PAGE@@]">
+[form-session-id]
 <INPUT NAME=ui_text_qualification>
 <INPUT TYPE=submit VALUE="[L]Limit with search[/L]">
 </FORM>



1.2       +2 -0      interchange/dist/lib/UI/pages/admin/auto_wizard.html


rev 1.2, prev_rev 1.1
Index: auto_wizard.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/auto_wizard.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- auto_wizard.html	16 Feb 2002 09:39:10 -0000	1.1
+++ auto_wizard.html	23 Apr 2005 18:10:07 -0000	1.2
@@ -23,6 +23,7 @@
 
 
 <FORM ACTION="[area @@MV_PAGE@@]" METHOD=POST>
+[form-session-id]
 <textarea cols=80 rows=20 name=script></textarea><BR>
 Wizard Name: <input type=text name=wizard_name value="default">
 <input type=submit value="Save wizard">
@@ -30,6 +31,7 @@
 </form>
 <br>
 <FORM ACTION="[area @@MV_PAGE@@]" METHOD=POST>
+[form-session-id]
 You can create a wizard with a text file like the below, which will create
 one named <b><i>begin</i></b>:<BR>
 <textarea name=script cols=80 rows=44>



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/button_builder.html


rev 2.4, prev_rev 2.3
Index: button_builder.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/button_builder.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- button_builder.html	18 Apr 2005 11:22:41 -0000	2.3
+++ button_builder.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -26,6 +26,7 @@
 [scratch test_button]
 
 <form method="GET" action="[area @@MV_PAGE@@]">
+[form-session-id]
 [comment]Below profile found in MV_ROOT/profiles[/comment]
 <INPUT TYPE=hidden NAME=mv_click VALUE="ui_order_button_build">
 <INPUT TYPE=hidden NAME=mv_action VALUE="return">



2.3       +1 -0      interchange/dist/lib/UI/pages/admin/commerce.html


rev 2.3, prev_rev 2.2
Index: commerce.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/commerce.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- commerce.html	4 Dec 2003 18:57:34 -0000	2.2
+++ commerce.html	23 Apr 2005 18:10:07 -0000	2.3
@@ -22,6 +22,7 @@
 <FORM ACTION="[area @@MV_PAGE@@]" METHOD=GET>
 <table __UI_T_PROPERTIES__>
 <input type=hidden name=mv_action value="go">
+[form-session-id]
 <tr>
 <td colspan=2 class=rborder><img src="bg.gif" width=__UI_MAIN_WIDTH__ height=1></td>
 </tr>



1.9       +1 -1      interchange/dist/lib/UI/pages/admin/content.html


rev 1.9, prev_rev 1.8
Index: content.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/content.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- content.html	30 Jan 2004 22:16:23 -0000	1.8
+++ content.html	23 Apr 2005 18:10:07 -0000	1.9
@@ -8,7 +8,7 @@
 <!-- ----- BEGIN REAL STUFF ----- -->
 
 <form action="[area @@MV_PAGE@@]" method=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 
 [if scratch ui_error]



1.7       +1 -0      interchange/dist/lib/UI/pages/admin/content_editor.html


rev 1.7, prev_rev 1.6
Index: content_editor.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/content_editor.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- content_editor.html	3 Nov 2003 14:10:34 -0000	1.6
+++ content_editor.html	23 Apr 2005 18:10:07 -0000	1.7
@@ -38,6 +38,7 @@
 [/calcn]
 [if cgi new]
 <form action="[area __UI_BASE__/content_editor]">
+[form-session-id]
 <table width="60%">
 <tr>
 	<td style="font-weight: bolder; text-align: right">



1.5       +1 -1      interchange/dist/lib/UI/pages/admin/content_push.html


rev 1.5, prev_rev 1.4
Index: content_push.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/content_push.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- content_push.html	8 Feb 2004 22:35:53 -0000	1.4
+++ content_push.html	23 Apr 2005 18:10:07 -0000	1.5
@@ -39,7 +39,7 @@
 [/if]
 
 <form action="[area @@MV_PAGE@@]" method=POST name=pushform>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 <table width="100%" cellspacing=0 cellpadding=5>
 	<tr>



2.17      +3 -0      interchange/dist/lib/UI/pages/admin/customer.html


rev 2.17, prev_rev 2.16
Index: customer.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer.html,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -r2.16 -r2.17
--- customer.html	20 Aug 2003 03:26:12 -0000	2.16
+++ customer.html	23 Apr 2005 18:10:07 -0000	2.17
@@ -187,6 +187,7 @@
 
 [output name=search_box]
 <FORM ACTION="[area @@MV_PAGE@@]">
+[form-session-id]
 <INPUT TYPE=text NAME=ui_text_qualification VALUE="" class=s3>
 <input type=submit value="[L]Search for customer[/L]" class=s3>
 </form>
@@ -204,6 +205,7 @@
 [/calc]
 [/if]
 <FORM ACTION="[process]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 [search-region more=1 search="
@@ -349,6 +351,7 @@
 [if-mm advanced userdb=e]
 [output name=top_buttons]
 	<form action="[area @@MV_PAGE@@]">
+        [form-session-id]
 	<input type=hidden name=mv_action value=refresh>
 	<input type=hidden name=mv_click value=MMsu>
 	<span class=s3>Switch to a user:</span> <select name=user class=s3>



2.4       +1 -1      interchange/dist/lib/UI/pages/admin/customer_change_pass.html


rev 2.4, prev_rev 2.3
Index: customer_change_pass.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_change_pass.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- customer_change_pass.html	18 Aug 2002 15:38:26 -0000	2.3
+++ customer_change_pass.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -39,7 +39,7 @@
 [/set]
 
 <form action="[area ui]" method="post">
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE=__UI_BASE__/customer_view>
 <INPUT TYPE=hidden NAME=mv_arg VALUE="[loop-code]">



1.10      +2 -2      interchange/dist/lib/UI/pages/admin/customer_mailing.html


rev 1.10, prev_rev 1.9
Index: customer_mailing.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_mailing.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- customer_mailing.html	8 Jan 2004 17:53:45 -0000	1.9
+++ customer_mailing.html	23 Apr 2005 18:10:07 -0000	1.10
@@ -73,7 +73,7 @@
 
 <form action="[process download_name="@@MV_PAGE@@.sh"]" method=POST name=mailform>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action VALUE=go>
 <INPUT TYPE=hidden NAME=hide_textarea VALUE="">
 <INPUT TYPE=hidden NAME=show_close VALUE="">
@@ -441,4 +441,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: customer_mailing.html,v 1.9 2004/01/08 17:53:45 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: customer_mailing.html,v 1.10 2005/04/23 18:10:07 pvinci Exp $ -->



2.4       +1 -1      interchange/dist/lib/UI/pages/admin/customer_select.html


rev 2.4, prev_rev 2.3
Index: customer_select.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_select.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- customer_select.html	18 Aug 2002 15:38:26 -0000	2.3
+++ customer_select.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -138,7 +138,7 @@
 <!-- ----- Show the active/inactive buttons ----- -->
 
 <form action="[process href=@@MV_PAGE@@]" method=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action VALUE=return>
 
 <input type=hidden name=inactive value="false">



2.16      +2 -2      interchange/dist/lib/UI/pages/admin/customer_view.html


rev 2.16, prev_rev 2.15
Index: customer_view.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_view.html,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -r2.15 -r2.16
--- customer_view.html	16 Nov 2004 13:58:03 -0000	2.15
+++ customer_view.html	23 Apr 2005 18:10:07 -0000	2.16
@@ -363,7 +363,7 @@
 
 [output name=bottom_buttons]
 <form action="[area __UI_BASE__/order]" method=post>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 <input type=hidden name=order value="[loop-data transactions order_number]">
 <input type=hidden name=archive value=false>
@@ -394,4 +394,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.15 2004/11/16 13:58:03 jon Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.16 2005/04/23 18:10:07 pvinci Exp $ -->



2.6       +1 -1      interchange/dist/lib/UI/pages/admin/dbconfig.html


rev 2.6, prev_rev 2.5
Index: dbconfig.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/dbconfig.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- dbconfig.html	14 Jan 2003 02:25:50 -0000	2.5
+++ dbconfig.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -229,7 +229,7 @@
 
 [output name="top_of_form"]
 <FORM METHOD=POST ACTION="[area admin/dbconfig_save]">
-
+[form-session-id]
 [output name=""]
 <table width="100%" border=0 cellpadding=2 cellspacing=0 class=rseparator>
 



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/dbdownload.html


rev 2.4, prev_rev 2.3
Index: dbdownload.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/dbdownload.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- dbdownload.html	25 Jun 2003 15:32:55 -0000	2.3
+++ dbdownload.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -46,6 +46,7 @@
 [/if]
 
 <form ACTION="[area @@MV_PAGE@@]" method="POST" NAME=dbdownload>
+[form-session-id]
 <table __UI_T_PROPERTIES__>
 
 <tr>



1.6       +1 -1      interchange/dist/lib/UI/pages/admin/direct_sql.html


rev 1.6, prev_rev 1.5
Index: direct_sql.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/direct_sql.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- direct_sql.html	12 Jul 2003 04:47:10 -0000	1.5
+++ direct_sql.html	23 Apr 2005 18:10:07 -0000	1.6
@@ -88,7 +88,7 @@
 
 <FORM ACTION="[area @@MV_PAGE@@]" name=query method=POST>
 <input type=hidden name=mv_nextpage value="@@MV_PAGE@@">
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 
 <table>
 <tr>



2.16      +2 -2      interchange/dist/lib/UI/pages/admin/entry.html


rev 2.16, prev_rev 2.15
Index: entry.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/entry.html,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -r2.15 -r2.16
--- entry.html	4 Dec 2003 18:57:34 -0000	2.15
+++ entry.html	23 Apr 2005 18:10:07 -0000	2.16
@@ -137,7 +137,7 @@
 <!-- end initialization -->
 
 <FORM ACTION="[process secure=1]" METHOD="POST" name=checkout>
-<input type=hidden name="mv_session_id" value="[data session id]">
+[form-session-id]
 
 [page	href="admin/entry_items"
 		form="
@@ -166,7 +166,7 @@
 	[/on-match]
 	[/query]
 [/if]
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_values_space VALUE="order_entry">
 <INPUT TYPE=hidden NAME=mv_todo VALUE="refresh">
 <INPUT TYPE=hidden NAME=order_desk_entry VALUE="1">



2.3       +1 -0      interchange/dist/lib/UI/pages/admin/entry_items.html


rev 2.3, prev_rev 2.2
Index: entry_items.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/entry_items.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- entry_items.html	17 Jun 2003 21:31:00 -0000	2.2
+++ entry_items.html	23 Apr 2005 18:10:07 -0000	2.3
@@ -66,6 +66,7 @@
 [/set]
 
 <FORM ACTION="[process]" method=POST>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/[cgi caller]">
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_click VALUE=tstring_rename>



2.4       +1 -1      interchange/dist/lib/UI/pages/admin/entry_select.html


rev 2.4, prev_rev 2.3
Index: entry_select.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/entry_select.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- entry_select.html	12 Apr 2003 00:21:24 -0000	2.3
+++ entry_select.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -18,7 +18,7 @@
 <!-- ----- BEGIN REAL STUFF ----- -->
 
 <form action="[process]" method=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/entry">
 



2.8       +2 -2      interchange/dist/lib/UI/pages/admin/export_table.html


rev 2.8, prev_rev 2.7
Index: export_table.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/export_table.html,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- export_table.html	13 May 2003 15:04:48 -0000	2.7
+++ export_table.html	23 Apr 2005 18:10:07 -0000	2.8
@@ -176,7 +176,7 @@
 [/if]
 
 <form action="[area @@MV_PAGE@@]" method="POST" ENCTYPE="multipart/form-data">
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action     VALUE=return>
 <INPUT TYPE=hidden NAME=ui_return_to VALUE="__UI_BASE__/genconfig">
 
@@ -297,7 +297,7 @@
 	[/calc]
 [/set]
 <form action="[area href="process/[cgi mv_data_table]_slice.txt" add_dot_html=0] method="POST" name=dl>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action         VALUE=return>
 <INPUT TYPE=hidden NAME=mv_data_table     VALUE="[cgi mv_data_table]">
 <INPUT TYPE=hidden NAME=mv_click          VALUE=joincol>



2.23      +3 -3      interchange/dist/lib/UI/pages/admin/flex_select.html


rev 2.23, prev_rev 2.22
Index: flex_select.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/flex_select.html,v
retrieving revision 2.22
retrieving revision 2.23
diff -u -r2.22 -r2.23
--- flex_select.html	24 Jul 2003 17:28:59 -0000	2.22
+++ flex_select.html	23 Apr 2005 18:10:07 -0000	2.23
@@ -52,7 +52,7 @@
 [output name=search_box]
 [if compare=`! $Config->{Database}{$CGI->{mv_data_table}}{HUGE}`]
 <FORM ACTION="[area href="[either][cgi ui_searchpage][or]@@MV_PAGE@@[/either]"]" METHOD=GET>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_data_table    VALUE="[cgi mv_data_table]">
 <INPUT TYPE=hidden NAME=mv_action        VALUE=back>
 <INPUT TYPE=hidden NAME=ui_show_fields VALUE="[cgi ui_show_fields]">
@@ -60,7 +60,7 @@
 </FORM>
 [else]
 <FORM ACTION="[area href="admin/flex_editor"]" METHOD=GET>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_data_table    VALUE="[cgi mv_data_table]">
 <INPUT TYPE=hidden NAME=mv_action        VALUE=back>
 <span class=s3>[L]Edit record[/L]:</span> <input NAME=item_id size=16 class=s2> 
@@ -74,4 +74,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ Revision: $Id: flex_select.html,v 2.22 2003/07/24 17:28:59 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ Revision: $Id: flex_select.html,v 2.23 2005/04/23 18:10:07 pvinci Exp $ -->



2.4       +1 -1      interchange/dist/lib/UI/pages/admin/group.html


rev 2.4, prev_rev 2.3
Index: group.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/group.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- group.html	18 Aug 2002 08:09:05 -0000	2.3
+++ group.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -16,7 +16,7 @@
 [/if]
 
 <form action="[area ui]" method=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/group_edit">
 <INPUT TYPE=hidden NAME=ui_hide_key VALUE="1">



2.3       +1 -1      interchange/dist/lib/UI/pages/admin/group_edit.html


rev 2.3, prev_rev 2.2
Index: group_edit.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/group_edit.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- group_edit.html	18 Aug 2002 08:09:05 -0000	2.2
+++ group_edit.html	23 Apr 2005 18:10:07 -0000	2.3
@@ -22,7 +22,7 @@
 [/if]
 [loop list="[cgi group_id]"]
 <form action="[area ui]" method="post">
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE=__UI_BASE__/group>
 <INPUT TYPE=hidden NAME=mv_data_table VALUE="[value mv_data_table]">



2.8       +1 -0      interchange/dist/lib/UI/pages/admin/help.html


rev 2.8, prev_rev 2.7
Index: help.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/help.html,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- help.html	24 Jan 2005 22:08:50 -0000	2.7
+++ help.html	23 Apr 2005 18:10:07 -0000	2.8
@@ -76,6 +76,7 @@
 <div class=titlebox>
 <table width="100%" border=0 cellpadding=0 cellspacing=0>
 <form action="[area @@MV_PAGE@@]">
+[form-session-id]
 <tr>
 <td valign=middle>
 <img src="bg.gif" height=1 width=12>



2.11      +1 -1      interchange/dist/lib/UI/pages/admin/import_table.html


rev 2.11, prev_rev 2.10
Index: import_table.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/import_table.html,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- import_table.html	20 Jul 2004 02:39:42 -0000	2.10
+++ import_table.html	23 Apr 2005 18:10:07 -0000	2.11
@@ -124,7 +124,7 @@
 	return;
 [/calc]
 <form action="[area @@MV_PAGE@@]" method="POST" ENCTYPE="multipart/form-data">
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action     VALUE=return>
 <INPUT TYPE=hidden NAME=ui_return_to VALUE="__UI_BASE__/gentable">
 <table __UI_T_PROPERTIES__>



2.25      +3 -3      interchange/dist/lib/UI/pages/admin/item.html


rev 2.25, prev_rev 2.24
Index: item.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/item.html,v
retrieving revision 2.24
retrieving revision 2.25
diff -u -r2.24 -r2.25
--- item.html	27 Jun 2004 16:30:29 -0000	2.24
+++ item.html	23 Apr 2005 18:10:07 -0000	2.25
@@ -55,7 +55,7 @@
 [output name=search_box]
 <form action="[area @@MV_PAGE@@]">
 <input name=ui_text_qualification type=text class=s3>
-<input type=hidden name="mv_session_id" type=hidden>
+[form-session-id]
 <input type=submit value="[L]Limit with search[/L]" class=s3>
 </FORM>
 
@@ -308,7 +308,7 @@
 [/calc]
 
 <FORM ACTION="[area __UI_BASE__/item_edit]" METHOD=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action VALUE=back>
 <table width="100%" border=0 cellpadding=0 cellspacing=1 class=rseparator>
 
@@ -546,4 +546,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ Revision: $Id: item.html,v 2.24 2004/06/27 16:30:29 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ Revision: $Id: item.html,v 2.25 2005/04/23 18:10:07 pvinci Exp $ -->



2.5       +1 -0      interchange/dist/lib/UI/pages/admin/item_option.html


rev 2.5, prev_rev 2.4
Index: item_option.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/item_option.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- item_option.html	7 Apr 2003 11:25:26 -0000	2.4
+++ item_option.html	23 Apr 2005 18:10:07 -0000	2.5
@@ -124,6 +124,7 @@
 </H2>
 
 <FORM METHOD=POST ACTION="[area @@MV_PAGE@@]">
+[form-session-id]
 <INPUT TYPE=HIDDEN NAME="item_id" VALUE="[cgi item_id]">
 <INPUT TYPE=HIDDEN NAME="mv_data_table" VALUE="[cgi mv_data_table]">
 <INPUT TYPE=HIDDEN NAME="set_field" VALUE="[scratch enable_field]">



2.2       +1 -0      interchange/dist/lib/UI/pages/admin/item_option_old.html


rev 2.2, prev_rev 2.1
Index: item_option_old.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/item_option_old.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- item_option_old.html	12 Feb 2003 03:59:11 -0000	2.1
+++ item_option_old.html	23 Apr 2005 18:10:07 -0000	2.2
@@ -196,6 +196,7 @@
 [/perl]
 
 <FORM METHOD=POST ACTION="[area @@MV_PAGE@@]">
+[form-session-id]
 <INPUT TYPE=HIDDEN NAME="item_id" VALUE="[cgi item_id]">
 <INPUT TYPE=RADIO NAME="setting" VALUE="none" [if scratch setting eq 'none']CHECKED[/if]> [L]No Options[/L]<BR>
 <INPUT TYPE=RADIO NAME="setting" VALUE="simple" [if scratch setting eq 'simple']CHECKED[/if]> [L]Simple Options[/L]<BR>



2.6       +3 -3      interchange/dist/lib/UI/pages/admin/layout.html


rev 2.6, prev_rev 2.5
Index: layout.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/layout.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- layout.html	17 Jun 2003 21:31:00 -0000	2.5
+++ layout.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -38,7 +38,7 @@
 <td valign=top class=rnorm>
 
 <FORM METHOD=GET ACTION="[process]" name="areaform">
-<input type=hidden name=mv_session_id  value="[data session id]">
+[form-session-id]
 <input type=hidden name=ui_window_name value="mainwindow[scratch window_name]">
 <input type=hidden name=mv_todo        value=return>
 <input type=hidden name=mv_nextpage    value="@@MV_PAGE@@">
@@ -443,7 +443,7 @@
 
 [loop list="[value area]" prefix=table]
 <FORM METHOD=POST name=layout_area_properties ACTION="[area ui]">
-<input type=hidden name=mv_session_id  value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE="set">
 <INPUT TYPE=hidden NAME=from_section VALUE=1>
 <INPUT TYPE=hidden NAME=mv_click VALUE="process_ui_area">
@@ -804,7 +804,7 @@
 
 [loop list="[either][value cat][or]NEW[/either]" prefix=table]
 <FORM METHOD=GET ACTION="[area ui]" name=layout_cat_properties>
-<input type=hidden name=mv_session_id  value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE="set">
 <INPUT TYPE=hidden NAME=from_category VALUE=1>
 <INPUT TYPE=hidden NAME=mv_click VALUE="process_ui_cat">



2.7       +1 -1      interchange/dist/lib/UI/pages/admin/layout_auto.html


rev 2.7, prev_rev 2.6
Index: layout_auto.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/layout_auto.html,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- layout_auto.html	14 Jan 2003 02:25:50 -0000	2.6
+++ layout_auto.html	23 Apr 2005 18:10:07 -0000	2.7
@@ -26,7 +26,7 @@
 <!-- ----- BEGIN REAL STUFF ----- -->
 
 <form action="[area __UI_BASE__/layout]" method=GET>
-<input type=hidden name=mv_session_id  value="[data session id]">
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 
 <table border=0 __UI_T_PROPERTIES__ width="70%">



2.31      +2 -1      interchange/dist/lib/UI/pages/admin/menu_editor.html


rev 2.31, prev_rev 2.30
Index: menu_editor.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/menu_editor.html,v
retrieving revision 2.30
retrieving revision 2.31
diff -u -r2.30 -r2.31
--- menu_editor.html	16 Jul 2004 18:43:19 -0000	2.30
+++ menu_editor.html	23 Apr 2005 18:10:07 -0000	2.31
@@ -440,6 +440,7 @@
 
 [output name=search_box]
 <form action="[area @@MV_PAGE@@]" style="margin: 0px; padding: 0px">
+[form-session-id]
 [tmp delete_loc][area href=admin/file_transfer form=| initial_dir=include/menus |][/tmp]
 <input	type=button
 		onClick="if(check_publish()) { location='[scratch delete_loc]' }"
@@ -1812,7 +1813,7 @@
 
 [output name="top_of_form"]
 <form name=qmenuform action="[process href=@@MV_PAGE@@]" method=POST>
-		<input name=mv_session_id type=hidden value="[data session id]">
+                [form-session-id]
 		<input name=mv_action type=hidden value="back">
 		<input name=cancelsubmit type=hidden value="">
 		<input name=return_page type=hidden value="[cgi return_page]">



2.11      +4 -4      interchange/dist/lib/UI/pages/admin/menu_loader.html


rev 2.11, prev_rev 2.10
Index: menu_loader.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/menu_loader.html,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- menu_loader.html	17 Dec 2004 00:00:43 -0000	2.10
+++ menu_loader.html	23 Apr 2005 18:10:07 -0000	2.11
@@ -79,7 +79,7 @@
 [/L]
 </blockquote>
 	<form action="[process href=admin/menu_editor]" style="margin-bottom:0px;">
-	<input type=hidden name=mv_session_id value="[data session id]">
+	[form-session-id]
 	<input type=hidden name=mv_action value="back">
 
 <table width="100%" border=0 cellpadding=4 cellspacing=0>
@@ -216,7 +216,7 @@
 </blockquote>
 
 	<form action="[process href=admin/menu_editor]" style="margin-bottom:0px;">
-	<input type=hidden name=mv_session_id value="[data session id]">
+	[form-session-id]
 	<input type=hidden name=mv_action value="back">
 	<input type=hidden name=qmenu_use_comb_field value=1>
 
@@ -335,7 +335,7 @@
 [/L]
 </blockquote>
 	<form action="[process href=admin/menu_editor]" style="margin-bottom:0px;">
-	<input type=hidden name=mv_session_id value="[data session id]">
+	[form-session-id]
 	<input type=hidden name=mv_action value="back">
 	<input type=hidden name=qmenu_load_type value="category_file">
 
@@ -485,7 +485,7 @@
 </p>[/L]
 </blockquote>
 	<form action="[process href=admin/menu_editor]" style="margin-bottom:0px;">
-	<input type=hidden name=mv_session_id value="[data session id]">
+	[form-session-id]
 	<input type=hidden name=mv_action value="back">
 	<input type=hidden name=qmenu_cat value=1>
 



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/merchandising.html


rev 2.4, prev_rev 2.3
Index: merchandising.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/merchandising.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- merchandising.html	14 Jan 2003 02:25:50 -0000	2.3
+++ merchandising.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -50,6 +50,7 @@
 
 [output name=search_box]
 <FORM ACTION="[area @@MV_PAGE@@]">
+[form-session-id]
 <INPUT NAME=ui_text_qualification>
 <INPUT TYPE=submit VALUE="[L]Limit with search[/L]">
 </FORM>



2.9       +1 -1      interchange/dist/lib/UI/pages/admin/merge_meta.html


rev 2.9, prev_rev 2.8
Index: merge_meta.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/merge_meta.html,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- merge_meta.html	27 Dec 2003 15:24:51 -0000	2.8
+++ merge_meta.html	23 Apr 2005 18:10:07 -0000	2.9
@@ -285,7 +285,7 @@
 	<dt class=titlebox>[L]Items to merge[/L] </dt>
 [output name=top_of_form]
 	<form action="[process href=@@MV_PAGE@@]" method=POST name=mergeform>
-	<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+	[form-session-id]
 	<input type=hidden name=mv_action value=back>
 [output name=""]
 	<table cellspacing=0 cellpadding=2 id=identical_tab width=800>



2.18      +4 -2      interchange/dist/lib/UI/pages/admin/order.html


rev 2.18, prev_rev 2.17
Index: order.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order.html,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -r2.17 -r2.18
--- order.html	9 Dec 2003 15:26:04 -0000	2.17
+++ order.html	23 Apr 2005 18:10:07 -0000	2.18
@@ -162,12 +162,14 @@
 	<tr>
 		<td class=s3>
 		<FORM ACTION="[area admin/order_view]">
+                [form-session-id]
 		[L]View order[/L]: <INPUT NAME=order VALUE="[cgi order]" class=s3>
 		<INPUT TYPE=submit VALUE="[L]Go[/L]" class=s3>
 		</FORM>
 		</td>
 		<td>
     <FORM ACTION="[area @@MV_PAGE@@]">
+    [form-session-id]
     <INPUT NAME=ui_text_qualification VALUE="" class=s3>
     <INPUT TYPE=submit VALUE="[L]Limit with search[/L]" class=s3>
     </FORM>
@@ -244,7 +246,7 @@
 
 [output name=top_of_form]
 <FORM ACTION="[process]" METHOD=POST NAME=batch>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 
@@ -496,4 +498,4 @@
 
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: order.html,v 2.17 2003/12/09 15:26:04 ton Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: order.html,v 2.18 2005/04/23 18:10:07 pvinci Exp $ -->



2.2       +2 -0      interchange/dist/lib/UI/pages/admin/order_status_alt.html


rev 2.2, prev_rev 2.1
Index: order_status_alt.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_status_alt.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- order_status_alt.html	14 Jan 2003 02:25:50 -0000	2.1
+++ order_status_alt.html	23 Apr 2005 18:10:07 -0000	2.2
@@ -113,6 +113,7 @@
 	"][loop-code] [/loop][/tmp]
 
 <FORM METHOD=POST ACTION="[area ui]" NAME=transactions>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_doit VALUE="set">
 <INPUT TYPE=hidden NAME=mv_click VALUE="process_filter">
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/order_view">
@@ -332,6 +333,7 @@
 <TR><TD>
 
 <FORM METHOD=POST ACTION="[area ui]" NAME="orderline[loop-increment]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_doit VALUE="set">
 <INPUT TYPE=hidden NAME=mv_click VALUE="process_filter">
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">



2.21      +2 -2      interchange/dist/lib/UI/pages/admin/order_view.html


rev 2.21, prev_rev 2.20
Index: order_view.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_view.html,v
retrieving revision 2.20
retrieving revision 2.21
diff -u -r2.20 -r2.21
--- order_view.html	22 Apr 2005 11:33:41 -0000	2.20
+++ order_view.html	23 Apr 2005 18:10:07 -0000	2.21
@@ -404,7 +404,7 @@
 
 [output name=bottom_buttons]
 <form action="[area __UI_BASE__/order]" method=post>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 <input type=hidden name=order value="[loop-data transactions order_number]">
 <input type=hidden name=archive value=false>
@@ -435,4 +435,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: order_view.html,v 2.20 2005/04/22 11:33:41 racke Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: order_view.html,v 2.21 2005/04/23 18:10:07 pvinci Exp $ -->



2.8       +1 -1      interchange/dist/lib/UI/pages/admin/orderstats.html


rev 2.8, prev_rev 2.7
Index: orderstats.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/orderstats.html,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- orderstats.html	17 Apr 2005 22:02:55 -0000	2.7
+++ orderstats.html	23 Apr 2005 18:10:07 -0000	2.8
@@ -39,7 +39,7 @@
 <tr height=1><td class=rborder colspan=2></td></tr>
 
 <FORM ACTION="[process]">
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/reports/order/ByAffiliate">
 <TR>



2.2       +1 -0      interchange/dist/lib/UI/pages/admin/page_upload.html


rev 2.2, prev_rev 2.1
Index: page_upload.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/page_upload.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- page_upload.html	15 Aug 2002 16:30:34 -0000	2.1
+++ page_upload.html	23 Apr 2005 18:10:07 -0000	2.2
@@ -52,6 +52,7 @@
 
 <!-- BEGIN CONTENT -->
 <FORM ENCTYPE="multipart/form-data" NAME=content_upload ACTION="[process href='@@MV_PAGE@@']" METHOD=POST>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action VALUE=back>
 <INPUT TYPE=hidden NAME=ui_target VALUE="[cgi ui_target]">
 <INPUT TYPE=hidden NAME=ui_source_form VALUE="[cgi ui_source_form]">



2.7       +1 -1      interchange/dist/lib/UI/pages/admin/payment.html


rev 2.7, prev_rev 2.6
Index: payment.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/payment.html,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- payment.html	8 Sep 2003 15:52:27 -0000	2.6
+++ payment.html	23 Apr 2005 18:10:07 -0000	2.7
@@ -64,7 +64,7 @@
 		return;
 [/calc]
 <form action="[area @@MV_PAGE@@]" method=POST>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=change_payment VALUE=do>
 
 <table __UI_T_PROPERTIES__>



2.2       +1 -0      interchange/dist/lib/UI/pages/admin/pref_colors.html


rev 2.2, prev_rev 2.1
Index: pref_colors.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/pref_colors.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- pref_colors.html	18 Aug 2002 08:09:05 -0000	2.1
+++ pref_colors.html	23 Apr 2005 18:10:07 -0000	2.2
@@ -8,6 +8,7 @@
 <!-- ----- BEGIN REAL STUFF ----- -->
 
 <form name=oform action="[area @@MV_PAGE@@]">
+[form-session-id]
 <table>
 <tr>
   <td>



2.4       +3 -2      interchange/dist/lib/UI/pages/admin/pref_select.html


rev 2.4, prev_rev 2.3
Index: pref_select.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/pref_select.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- pref_select.html	14 Nov 2003 12:08:28 -0000	2.3
+++ pref_select.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -117,7 +117,7 @@
 
 [output name=search_box]
 <FORM ACTION="[area href="[either][cgi ui_searchpage][or]@@MV_PAGE@@[/either]"]" METHOD=GET>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_data_table    VALUE="[cgi mv_data_table]">
 <INPUT TYPE=hidden NAME=mv_action        VALUE=back>
 <INPUT TYPE=hidden NAME=ui_show_fields VALUE="[cgi ui_show_fields]">
@@ -383,6 +383,7 @@
 <!-- tq: [scratch sparams] -->
 <table width="100%" border=0 cellpadding=0 cellspacing=1 class=rseparator>
 	<FORM ACTION="[area href="[either][cgi ui_searchpage][or]@@MV_PAGE@@[/either]"]" METHOD=GET>
+        [form-session-id]
 	<INPUT TYPE=hidden NAME=mv_data_table    VALUE="[cgi mv_data_table]">
 	[if cgi ui_meta_view]
 	[return-to]
@@ -607,4 +608,4 @@
 [update values]
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ Revision: $Id: pref_select.html,v 2.3 2003/11/14 12:08:28 racke Exp $ -->
+<!-- page: @@MV_PAGE@@ Revision: $Id: pref_select.html,v 2.4 2005/04/23 18:10:07 pvinci Exp $ -->



2.11      +2 -2      interchange/dist/lib/UI/pages/admin/preferences.html


rev 2.11, prev_rev 2.10
Index: preferences.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/preferences.html,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- preferences.html	6 Dec 2003 01:09:25 -0000	2.10
+++ preferences.html	23 Apr 2005 18:10:07 -0000	2.11
@@ -57,7 +57,7 @@
 
 [output name=search_box]
 <FORM ACTION="[process href="__UI_BASE__/pref_select"]" METHOD=GET>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_data_table    VALUE="variable">
 <INPUT TYPE=hidden NAME=ui_meta_specific VALUE="1">
 <INPUT TYPE=hidden NAME=mv_action        VALUE=back>
@@ -127,7 +127,7 @@
 		<table>
 			<tr>
 				<td>
-		<input type=hidden name=mv_session_id value="[data session id]">
+		[form-session-id]
 		<input type=hidden name=mv_action value="go">
 		<input type=hidden name=mv_check value="userdb_save">
 		<textarea name=personal_css rows=24 cols=50>[value personal_css]</textarea>



2.3       +2 -0      interchange/dist/lib/UI/pages/admin/report.html


rev 2.3, prev_rev 2.2
Index: report.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/report.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- report.html	18 Aug 2002 08:09:05 -0000	2.2
+++ report.html	23 Apr 2005 18:10:07 -0000	2.3
@@ -282,6 +282,7 @@
 	<SMALL>
 	[scratchd report_delete_message]
 	<FORM METHOD=POST ACTION="[process]">
+        [form-session-id]
 	<INPUT TYPE=hidden NAME=mv_click VALUE=del_report>
 	<INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 	<INPUT TYPE=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">
@@ -319,6 +320,7 @@
 <tr>
 <td colspan=2 class=rnorm>
 <FORM NAME=report ACTION="[area __UI_BASE__/report_results]" METHOD=POST>
+[form-session-id]
 <INPUT TYPE=hidden NAME=report_table VALUE="[value mv_data_table]">
 <INPUT TYPE=submit VALUE=Run>
 [if-mm advanced mml]



2.1       +1 -0      interchange/dist/lib/UI/pages/admin/report_results.html


rev 2.1, prev_rev 2.0
Index: report_results.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/report_results.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- report_results.html	18 Jul 2001 02:22:00 -0000	2.0
+++ report_results.html	23 Apr 2005 18:10:07 -0000	2.1
@@ -407,6 +407,7 @@
 [/perl]
 [/set]
 <FORM ACTION="[area __UI_BASE__/report_save]" METHOD=POST>
+[form-session-id]
 <INPUT NAME=mv_click TYPE=hidden VALUE="write_report">
 <INPUT NAME=mv_action TYPE=hidden VALUE="return">
 Report name: <INPUT NAME=report_name VALUE="[cgi report_title]"><INPUT TYPE=submit VALUE=Save><BR CLEAR=LEFT>



1.7       +1 -0      interchange/dist/lib/UI/pages/admin/search_replace.html


rev 1.7, prev_rev 1.6
Index: search_replace.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_replace.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- search_replace.html	26 Mar 2003 12:28:46 -0000	1.6
+++ search_replace.html	23 Apr 2005 18:10:07 -0000	1.7
@@ -27,6 +27,7 @@
 
 <form action="[area __UI_BASE__/flex_select]" method=GET>
 <input type=hidden name=mv_action value=back>
+[form-session-id]
 
 <table border=0 __UI_T_PROPERTIES__>
 <tr class=rownorm>



2.7       +1 -0      interchange/dist/lib/UI/pages/admin/search_wizard.html


rev 2.7, prev_rev 2.6
Index: search_wizard.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_wizard.html,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- search_wizard.html	14 Jan 2003 02:25:50 -0000	2.6
+++ search_wizard.html	23 Apr 2005 18:10:07 -0000	2.7
@@ -229,6 +229,7 @@
 @_UI_STD_HEAD_@
 
 <FORM NAME=search_wizard ACTION="[process]" METHOD=GET>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=ui_target VALUE="[cgi ui_target]">
 <INPUT TYPE=hidden NAME=ui_source_form VALUE="[cgi ui_source_form]">



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/search_wizard2.html


rev 2.4, prev_rev 2.3
Index: search_wizard2.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_wizard2.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- search_wizard2.html	14 Jan 2003 02:25:50 -0000	2.3
+++ search_wizard2.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -147,6 +147,7 @@
 @_UI_STD_HEAD_@
 
 <FORM NAME=search_wizard ACTION="[process]" METHOD=GET>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=current_column VALUE="[value current_column]">
 <INPUT TYPE=hidden NAME=ui_target VALUE="[cgi ui_target]">



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/search_wizard3.html


rev 2.4, prev_rev 2.3
Index: search_wizard3.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_wizard3.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- search_wizard3.html	14 Jan 2003 02:25:50 -0000	2.3
+++ search_wizard3.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -135,6 +135,7 @@
 @_UI_STD_HEAD_@
 
 <FORM NAME=search_wizard ACTION="[process]" METHOD=GET>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=current_column VALUE="[value current_column]">
 <INPUT TYPE=hidden NAME=ui_target VALUE="[cgi ui_target]">



2.6       +1 -1      interchange/dist/lib/UI/pages/admin/ship.html


rev 2.6, prev_rev 2.5
Index: ship.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- ship.html	14 Jan 2003 02:25:50 -0000	2.5
+++ ship.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -59,7 +59,7 @@
 
 <p>
 <form action="[process]" method=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <input type=hidden name=mv_todo value=return>
 
 <table __UI_T_PROPERTIES__>



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/ship_data.html


rev 2.4, prev_rev 2.3
Index: ship_data.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship_data.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- ship_data.html	14 Jan 2003 02:25:50 -0000	2.3
+++ ship_data.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -120,6 +120,7 @@
 [/if]
 
 <form action="[process]" method=POST>
+[form-session-id]
 <input type=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">
 <input type=hidden NAME=price_ok VALUE="1">
 <input type=hidden NAME=mv_todo VALUE="back">



2.6       +1 -0      interchange/dist/lib/UI/pages/admin/ship_edit.html


rev 2.6, prev_rev 2.5
Index: ship_edit.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship_edit.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- ship_edit.html	28 Jul 2004 16:02:01 -0000	2.5
+++ ship_edit.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -174,6 +174,7 @@
 	[/perl]
 
 <form action="[area @@MV_PAGE@@]" method=POST>
+[form-session-id]
 <input type=hidden NAME=ui_ship_ups VALUE="[value ui_ship_ups]">
 <input type=hidden NAME=mv_action VALUE="return">
 <table __UI_T_PROPERTIES__>



2.3       +1 -0      interchange/dist/lib/UI/pages/admin/ship_range.html


rev 2.3, prev_rev 2.2
Index: ship_range.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship_range.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- ship_range.html	14 Jan 2003 02:25:50 -0000	2.2
+++ ship_range.html	23 Apr 2005 18:10:07 -0000	2.3
@@ -9,6 +9,7 @@
 <!-- ----- BEGIN REAL STUFF ----- -->
 
 <form action=shipping method=post>
+[form-session-id]
 <input type=hidden name=sid value="1005">
 
 <table __UI_T_PROPERTIES__>



2.2       +1 -0      interchange/dist/lib/UI/pages/admin/sku_selector.html


rev 2.2, prev_rev 2.1
Index: sku_selector.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/sku_selector.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- sku_selector.html	18 Aug 2002 08:09:05 -0000	2.1
+++ sku_selector.html	23 Apr 2005 18:10:07 -0000	2.2
@@ -94,6 +94,7 @@
 [/set]
 
 <FORM ACTION="[process]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/[cgi caller]">
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_click VALUE=tstring_rename>



2.14      +2 -1      interchange/dist/lib/UI/pages/admin/spread.html


rev 2.14, prev_rev 2.13
Index: spread.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/spread.html,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -r2.13 -r2.14
--- spread.html	3 Feb 2004 10:47:21 -0000	2.13
+++ spread.html	23 Apr 2005 18:10:07 -0000	2.14
@@ -51,7 +51,7 @@
 
 [output name=search_box]
 <FORM ACTION="[area href="[either][cgi ui_searchpage][or]@@MV_PAGE@@[/either]"]" METHOD=GET>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_data_table    VALUE="[cgi mv_data_table]">
 <INPUT TYPE=hidden NAME=ui_meta_view     value="[cgi ui_meta_view]">
 <INPUT TYPE=hidden NAME=mv_action        VALUE=back>
@@ -124,6 +124,7 @@
 
 [output name="top_of_form"]
 <FORM METHOD=POST ACTION="[base-url]/ui">
+[form-session-id]
 <INPUT TYPE=hidden NAME="mv_todo" VALUE="set">
 <INPUT TYPE=hidden NAME="mv_nextpage" VALUE="@@MV_PAGE@@">
 <INPUT TYPE=hidden NAME="mv_data_table" VALUE="[cgi mv_data_table]">



2.3       +3 -0      interchange/dist/lib/UI/pages/admin/tablereport.html


rev 2.3, prev_rev 2.2
Index: tablereport.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/tablereport.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- tablereport.html	18 Aug 2002 08:09:06 -0000	2.2
+++ tablereport.html	23 Apr 2005 18:10:07 -0000	2.3
@@ -119,6 +119,7 @@
 	<SMALL>
 	[scratchd report_delete_message]
 	<FORM METHOD=POST ACTION="[area ui]">
+        [form-session-id]
 	<INPUT TYPE=hidden NAME=mv_click VALUE=del_report>
 	<INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 	<INPUT TYPE=hidden NAME=mv_nextpage VALUE="@@MV_PAGE@@">
@@ -149,6 +150,7 @@
 
 
 <FORM METHOD=POST ACTION="[area __UI_BASE__/report]">
+[form-session-id]
 <P>
 <table __UI_T_PROPERTIES__>
 <tr>
@@ -161,6 +163,7 @@
 </TD>
 <td class=rnorm>
 <FORM NAME=report ACTION="[area __UI_BASE__/report]" METHOD=POST>
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_action VALUE="return">
 <SELECT NAME=mv_data_table>
 [loop list="[scratch tables]" option=mv_data_table]



2.5       +1 -0      interchange/dist/lib/UI/pages/admin/tax.html


rev 2.5, prev_rev 2.4
Index: tax.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/tax.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- tax.html	4 Dec 2003 18:57:34 -0000	2.4
+++ tax.html	23 Apr 2005 18:10:07 -0000	2.5
@@ -21,6 +21,7 @@
 
 
 <FORM ACTION="[area @@MV_PAGE@@]" METHOD=GET>
+[form-session-id]
 <table __UI_T_PROPERTIES__>
 <input type=hidden name=mv_action value="go">
 <tr>



2.5       +1 -1      interchange/dist/lib/UI/pages/admin/tax_simple.html


rev 2.5, prev_rev 2.4
Index: tax_simple.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/tax_simple.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- tax_simple.html	18 Aug 2002 15:38:26 -0000	2.4
+++ tax_simple.html	23 Apr 2005 18:10:07 -0000	2.5
@@ -84,7 +84,7 @@
 [/calc]
 <p>
 <form action="[area @@MV_PAGE@@]" method=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=tax_format VALUE=do>
 <TABLE width="90%" border=0 cellpadding=0 cellspacing=0>
 <tr class=rborder height=1><td colspan=4></td></tr>



1.5       +1 -1      interchange/dist/lib/UI/pages/admin/test_code.html


rev 1.5, prev_rev 1.4
Index: test_code.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/test_code.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- test_code.html	20 Apr 2004 12:01:34 -0000	1.4
+++ test_code.html	23 Apr 2005 18:10:07 -0000	1.5
@@ -11,7 +11,7 @@
 
 
 <FORM ACTION="[area @@MV_PAGE@@]">
-
+[form-session-id]
 <table>
 [if cgi itl_code]
 	<tr>



2.6       +1 -1      interchange/dist/lib/UI/pages/admin/trafficstats.html


rev 2.6, prev_rev 2.5
Index: trafficstats.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/trafficstats.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- trafficstats.html	14 Apr 2004 15:13:51 -0000	2.5
+++ trafficstats.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -41,7 +41,7 @@
 <tr class=rborder height=1><td colspan=8></td></tr>
 
 <FORM ACTION="[process]">
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/reports/traffic/ByAffiliate">
 



1.4       +3 -1      interchange/dist/lib/UI/pages/admin/transfer_catalog.html


rev 1.4, prev_rev 1.3
Index: transfer_catalog.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/transfer_catalog.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- transfer_catalog.html	1 Aug 2003 15:05:54 -0000	1.3
+++ transfer_catalog.html	23 Apr 2005 18:10:07 -0000	1.4
@@ -70,6 +70,7 @@
 <tr>
 <td colspan=2>
 	<form action="[area @@MV_PAGE@@]" METHOD=POST>
+        [form-session-id]
 	<input type=hidden name=mv_action value="back">
 	Rename things with current catalog name <b>[calc]$Config->{CatalogName}[/calc]</b> to <input name=rename value="" size=12> <input type=submit value="[L]Rename[/L]">
 	</form>
@@ -79,6 +80,7 @@
 <td colspan=2 class=rborder><img src="bg.gif" width=__UI_MAIN_WIDTH__ height=1></td>
 </tr>
 <FORM ACTION="[area @@MV_PAGE@@]" METHOD=POST>
+[form-session-id]
 <input type=hidden name=mv_action value="back">
 <input type=hidden name=do_xfer value="1">
 <input type=hidden name=rename value="[cgi rename]">
@@ -183,4 +185,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@  version: $Revision: 1.3 $ -->
+<!-- page: @@MV_PAGE@@  version: $Revision: 1.4 $ -->



2.4       +1 -0      interchange/dist/lib/UI/pages/admin/upload_file.html


rev 2.4, prev_rev 2.3
Index: upload_file.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/upload_file.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- upload_file.html	18 Aug 2002 08:09:06 -0000	2.3
+++ upload_file.html	23 Apr 2005 18:10:07 -0000	2.4
@@ -14,6 +14,7 @@
 <!-- BEGIN REAL STUFF -->
 
 <FORM ACTION="[process-target]" METHOD=POST ENCTYPE="multipart/form-data">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE="return">
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="__UI_BASE__/do_upload">
 [return-to][comment]This passes the right form vars for return processing[/comment]



2.5       +1 -1      interchange/dist/lib/UI/pages/admin/user_change_pass.html


rev 2.5, prev_rev 2.4
Index: user_change_pass.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/user_change_pass.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- user_change_pass.html	18 Aug 2002 15:38:26 -0000	2.4
+++ user_change_pass.html	23 Apr 2005 18:10:07 -0000	2.5
@@ -34,7 +34,7 @@
 [/if]
 
 <FORM ACTION="[process]" METHOD=POST>
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo     VALUE=back>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE=__UI_BASE__/access>
 <INPUT TYPE=hidden NAME=mv_failpage VALUE=@@MV_PAGE@@>



2.6       +1 -1      interchange/dist/lib/UI/pages/admin/user_edit.html


rev 2.6, prev_rev 2.5
Index: user_edit.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/user_edit.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- user_edit.html	1 Mar 2004 21:35:25 -0000	2.5
+++ user_edit.html	23 Apr 2005 18:10:07 -0000	2.6
@@ -30,7 +30,7 @@
 
 [loop list="[cgi user_id]"]
 <form action="[area ui]" method="post">
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE=[comment]
 If creating new user, go to password entry page after this.



2.4       +1 -1      interchange/dist/lib/UI/pages/admin/reports/order/BySKU.html


rev 2.4, prev_rev 2.3
Index: BySKU.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/reports/order/BySKU.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- BySKU.html	17 Apr 2005 22:02:55 -0000	2.3
+++ BySKU.html	23 Apr 2005 18:10:10 -0000	2.4
@@ -156,7 +156,7 @@
 [/if]
 
 <form action="[process href=@@MV_PAGE@@]">
-<input type=hidden name="mv_session_id" value="[data session id]">
+[form-session-id]
 SKU to report on:
 
 [display



1.6       +2 -2      interchange/dist/lib/UI/pages/admin/survey/index.html


rev 1.6, prev_rev 1.5
Index: index.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/survey/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.html	12 Mar 2004 14:14:10 -0000	1.5
+++ index.html	23 Apr 2005 18:10:10 -0000	1.6
@@ -39,7 +39,7 @@
 <blockquote>
 <form action="[area __UI_BASE__/survey/overall]">
 <input type=hidden name=mv_action value=back>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <input type=hidden name="mv_filter:item_id" value=word>
 <table class=rseparator cellspacing=0 cellpadding=3>
 <tr class=rhead>
@@ -72,4 +72,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: index.html,v 1.5 2004/03/12 14:14:10 racke Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: index.html,v 1.6 2005/04/23 18:10:10 pvinci Exp $ -->



1.3       +2 -2      interchange/dist/standard/pages/advancedsearch.html


rev 1.3, prev_rev 1.2
Index: advancedsearch.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/advancedsearch.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- advancedsearch.html	26 Jan 2005 17:27:00 -0000	1.2
+++ advancedsearch.html	23 Apr 2005 18:10:10 -0000	1.3
@@ -60,7 +60,7 @@
 <table width="100%">
 	<tr>
 		<td colspan="2">
-			<input type=hidden name=mv_session_id value="[data session id]">
+			[form-session-id]
 			<b>[L]Search by Field[/L]:</b><br><br>
 		</td>
 	</tr>
@@ -154,7 +154,7 @@
 		<td colspan="2">
 			<b>[L]Search by Price[/L]:</b><br><br>
 			<form action="[area search]" method=post>
-			<input type=hidden name=mv_session_id value="[data session id]">
+			[form-session-id]
 			<input type=hidden name=st value=db>
 			<input type=hidden name=co value=1>
 			<input type=hidden name=sf value=price>



1.3       +1 -1      interchange/dist/standard/pages/change_password.html


rev 1.3, prev_rev 1.2
Index: change_password.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/change_password.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- change_password.html	26 Jan 2005 17:27:00 -0000	1.2
+++ change_password.html	23 Apr 2005 18:10:10 -0000	1.3
@@ -45,7 +45,7 @@
 	[/if]
 
     <form action="[process secure=1]" method="POST">
-    <input type="hidden" name="mv_session_id" value="[data session id]">    
+    [form-session-id]    
     <input type="hidden" name="mv_todo" value="return">
     <input type="hidden" name="mv_check" value="Change_password">
     <input type="hidden" name="mv_failpage" value="change_password">



1.3       +1 -1      interchange/dist/standard/pages/flypage.html


rev 1.3, prev_rev 1.2
Index: flypage.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/flypage.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flypage.html	26 Jan 2005 17:27:00 -0000	1.2
+++ flypage.html	23 Apr 2005 18:10:10 -0000	1.3
@@ -38,7 +38,7 @@
   <form action="[area href="ord/basket.html"]" method="POST">
   <input type="hidden" name="mv_action"  value="refresh">
   <input type="hidden" name="mv_order_item"  value="[item-code]">
-  <input type="hidden" name="mv_session_id" value="[data session id]">
+  [form-session-id]
 
   <table width="70%" border="0" cellspacing="0" cellpadding="5">
   <tr valign="middle"> 



1.4       +2 -2      interchange/dist/standard/pages/login.html


rev 1.4, prev_rev 1.3
Index: login.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/login.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- login.html	26 Jan 2005 17:27:00 -0000	1.3
+++ login.html	23 Apr 2005 18:10:10 -0000	1.4
@@ -47,7 +47,7 @@
     <input type="hidden" name="mv_failpage" value="login">
     <input type="hidden" name="mv_successpage" value="[either][scratchd mv_successpage][or]member/service[/either]">
     <input type="hidden" name="mv_nextpage" value="index">
-    <input type="hidden" name="mv_session_id" value="[data session id]">
+    [form-session-id]
 
     <table border="0" align="center">
     <tr>
@@ -97,7 +97,7 @@
 [else]
 
     <form action="[process]" method="POST">
-    <input type="hidden" name="mv_session_id" value="[data session id]">
+    [form-session-id]
     <input type="hidden" name="mv_todo" value="return">
     <input type="hidden" name="mv_click" value="Logout_choice">
     <input type="hidden" name="mv_nextpage" value="login">



1.2       +1 -1      interchange/dist/standard/pages/lost_password.html


rev 1.2, prev_rev 1.1
Index: lost_password.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/lost_password.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lost_password.html	25 Apr 2004 17:07:52 -0000	1.1
+++ lost_password.html	23 Apr 2005 18:10:10 -0000	1.2
@@ -36,7 +36,7 @@
 
 
 <FORM METHOD="POST" ACTION="[area query/get_password]">
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_coordinate VALUE=yes>
 <INPUT TYPE=hidden NAME=mv_searchtype VALUE=db>
 <INPUT TYPE=hidden NAME=mv_search_file VALUE=userdb>



1.3       +1 -1      interchange/dist/standard/pages/new_account.html


rev 1.3, prev_rev 1.2
Index: new_account.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/new_account.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- new_account.html	26 Jan 2005 17:27:00 -0000	1.2
+++ new_account.html	23 Apr 2005 18:10:10 -0000	1.3
@@ -55,7 +55,7 @@
 [/set]
 
 <form action="[process]" method="POST">
-<input type="hidden" name="mv_session_id" value="[data session id]">
+[form-session-id]
 <input type="hidden" name="mv_click" value="NewAccount">
 <input type="hidden" name="mv_doit" value="return">
 <input type="hidden" name="function" value="new_account">



1.3       +1 -0      interchange/dist/standard/pages/admin/edit_page.html


rev 1.3, prev_rev 1.2
Index: edit_page.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/admin/edit_page.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- edit_page.html	26 Apr 2004 19:29:02 -0000	1.2
+++ edit_page.html	23 Apr 2005 18:10:11 -0000	1.3
@@ -102,6 +102,7 @@
 <!-- BEGIN CONTENT -->
 
 <form action="[process href=@@MV_PAGE@@]" method=POST NAME=edit_page>
+[form-session-id]
 <input type=hidden name=page_edit value="1">
 <input type=hidden name=page_name value="[scratch pagename]">
 [display type=textarea width=80 height=50 name=page_data value="[scratch pagedata]"]



1.3       +2 -0      interchange/dist/standard/pages/admin/mass_setting.html


rev 1.3, prev_rev 1.2
Index: mass_setting.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/admin/mass_setting.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mass_setting.html	26 Apr 2004 19:29:03 -0000	1.2
+++ mass_setting.html	23 Apr 2005 18:10:11 -0000	1.3
@@ -12,6 +12,7 @@
 	return;
 [/calc]
 <form action="[area @@MV_PAGE@@]" method=POST>
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 <br>
 [display 
@@ -24,6 +25,7 @@
 </form>
 
 <form action="[area @@MV_PAGE@@]" method=POST>
+[form-session-id]
 <input type=hidden name=mv_action value=back>
 <input type=hidden name=setting value="[cgi setting]">
 <input type=hidden name=pattern value="[cgi pattern]">



1.2       +1 -1      interchange/dist/standard/pages/affiliate/login.html


rev 1.2, prev_rev 1.1
Index: login.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/affiliate/login.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- login.html	25 Apr 2004 17:07:52 -0000	1.1
+++ login.html	23 Apr 2005 18:10:11 -0000	1.2
@@ -39,7 +39,7 @@
 
 <table border="0" cellspacing="0" cellpadding="0">
 <FORM ACTION="[process secure=1]" METHOD=POST>
-<INPUT TYPE=hidden NAME=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_click VALUE=AFLogin>
 <INPUT TYPE=hidden NAME=mv_todo  VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="affiliate/index">



1.2       +1 -1      interchange/dist/standard/pages/function/stock_alert.html


rev 1.2, prev_rev 1.1
Index: stock_alert.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/function/stock_alert.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stock_alert.html	25 Apr 2004 17:07:52 -0000	1.1
+++ stock_alert.html	23 Apr 2005 18:10:12 -0000	1.2
@@ -26,7 +26,7 @@
   <td>
 
     <FORM ACTION="[process]" METHOD=POST>
-	<input type=hidden name=mv_session_id value="[data session id]">
+    [form-session-id]
     <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
     <INPUT TYPE=hidden NAME=mv_check VALUE=check_alert_form>
 				



1.4       +1 -1      interchange/dist/standard/pages/member/account.html


rev 1.4, prev_rev 1.3
Index: account.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/member/account.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- account.html	17 Apr 2005 19:29:52 -0000	1.3
+++ account.html	23 Apr 2005 18:10:12 -0000	1.4
@@ -40,7 +40,7 @@
 [userdb function=get_shipping_names]
 
 <FORM ACTION="[process secure=1]" METHOD="POST">
-<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+[form-session-id]
 
 [if type=explicit compare="[error all=1 show_var=1 keep=1]"]
 <P>



1.2       +1 -1      interchange/dist/standard/pages/member/returns.html


rev 1.2, prev_rev 1.1
Index: returns.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/member/returns.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- returns.html	25 Apr 2004 17:07:52 -0000	1.1
+++ returns.html	23 Apr 2005 18:10:12 -0000	1.2
@@ -52,7 +52,7 @@
 </p>
 				  
 <FORM ACTION="[process]" METHOD=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="member/returns_processed">
 



1.5       +1 -1      interchange/dist/standard/pages/ord/address.html


rev 1.5, prev_rev 1.4
Index: address.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/address.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- address.html	26 Jan 2005 17:27:01 -0000	1.4
+++ address.html	23 Apr 2005 18:10:12 -0000	1.5
@@ -50,7 +50,7 @@
 		individual tables in include/checkout/*
 	[/comment]
     <form action="[process secure=1]" method="POST" name=checkout>
-    <input type=hidden NAME=mv_session_id    value="[data session id]">
+    [form-session-id]
     <input type=hidden NAME=mv_doit          value=refresh>
     <input type=hidden NAME=mv_successpage   value="ord/billing">
     <input type=hidden NAME=mv_failpage      value="ord/shipping">



1.6       +3 -3      interchange/dist/standard/pages/ord/basket.html


rev 1.6, prev_rev 1.5
Index: basket.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/basket.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- basket.html	20 Apr 2005 03:41:07 -0000	1.5
+++ basket.html	23 Apr 2005 18:10:12 -0000	1.6
@@ -85,7 +85,7 @@
 	[/if]
 
 	<FORM ACTION="[process-target secure=1]" METHOD=POST name="basket">
-    	<INPUT TYPE=hidden NAME=mv_session_id VALUE="[data session id]">
+        [form-session-id]
     	<INPUT TYPE=hidden NAME=mv_doit      VALUE=refresh>
     	<INPUT TYPE=hidden NAME=mv_orderpage VALUE="ord/basket">
     	<INPUT TYPE=hidden NAME=mv_nextpage  VALUE=index>
@@ -344,7 +344,7 @@
     	    [L]To save this recurring order, give it a nickname, then press 'Save Cart'.[/L]<br>
     	    [L]Nickname[/L]:
     	    <INPUT TYPE=TEXT NAME="c_nickname" SIZE=11 VALUE="[scratch just_nickname]">
-    	    <input type=hidden name=mv_session_id value="[data session id]">
+    	    [form-session-id]
 	    <INPUT TYPE=HIDDEN NAME="c_recurring" VALUE="1">
     	    <INPUT TYPE=HIDDEN NAME="save_cart" VALUE="recurring">
     	    <INPUT TYPE=HIDDEN NAME="mv_todo" VALUE="return">
@@ -361,7 +361,7 @@
     	    <INPUT TYPE=HIDDEN NAME="save_cart" VALUE="cart">
     	    <INPUT TYPE=HIDDEN NAME="mv_todo" VALUE="return">
     	    <INPUT TYPE=HIDDEN NAME="mv_check" VALUE="Save Cart">
-	    <input type=hidden name=mv_session_id vlaue="[data session id]">
+            [form-session-id]
     	    <input type=submit value="[L]Save Cart[/L]" class=button3>
 			
 	    </FORM>



1.9       +1 -1      interchange/dist/standard/pages/ord/billing.html


rev 1.9, prev_rev 1.8
Index: billing.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/billing.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- billing.html	17 Apr 2005 19:29:52 -0000	1.8
+++ billing.html	23 Apr 2005 18:10:12 -0000	1.9
@@ -64,7 +64,7 @@
 </script>
 
 <form action="[area href="ord/shipmode" secure=1]" method="POST" name=checkout>
-<input type=hidden NAME=mv_session_id    value="[data session id]">
+[form-session-id]
 <input type=hidden NAME=mv_action        value=return>
 <input type=hidden NAME=mv_nextpage      value="ord/shipmode">
 <input type=hidden NAME=mv_failpage      value="ord/billing">



1.5       +1 -1      interchange/dist/standard/pages/ord/checkout.html


rev 1.5, prev_rev 1.4
Index: checkout.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/checkout.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- checkout.html	26 Jan 2005 17:27:01 -0000	1.4
+++ checkout.html	23 Apr 2005 18:10:12 -0000	1.5
@@ -42,7 +42,7 @@
 		individual tables in include/checkout/*
 	[/comment]
     <form action="[process secure=1]" method="POST" name=checkout>
-    <input type=hidden NAME=mv_session_id value="[data session id]">
+    [form-session-id]
     <input type=hidden NAME=mv_doit       value=refresh>
     <input type=hidden NAME=mv_nextpage   value="ord/checkout">
     <input type=hidden name=mv_check      value="Save_database">



1.5       +1 -1      interchange/dist/standard/pages/ord/country.html


rev 1.5, prev_rev 1.4
Index: country.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/country.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- country.html	26 Jan 2005 17:27:01 -0000	1.4
+++ country.html	23 Apr 2005 18:10:12 -0000	1.5
@@ -18,7 +18,7 @@
 <!-- BEGIN CONTENT -->
 
 <form action="[area href="ord/shipping" secure=1]" name=checkout>
-<input type=hidden NAME=mv_session_id    value="[data session id]">
+[form-session-id]
 <input type=hidden NAME=mv_action        value=return>
 <input type=hidden NAME=mv_nextpage      value="ord/shipping">
 <input type=hidden NAME=mv_failpage      value="ord/country">



1.6       +1 -1      interchange/dist/standard/pages/ord/finalize.html


rev 1.6, prev_rev 1.5
Index: finalize.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/finalize.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- finalize.html	28 Jan 2005 01:14:57 -0000	1.5
+++ finalize.html	23 Apr 2005 18:10:12 -0000	1.6
@@ -18,7 +18,7 @@
 	individual tables in include/checkout/*
 [/comment]
 <form action="[area href="ord/finalize" secure=1]" method="POST" name=checkout>
-<input type=hidden NAME=mv_session_id    value="[data session id]">
+[form-session-id]
 <input type=hidden NAME=mv_action        value=refresh>
 <input type=hidden NAME=mv_nextpage      value="ord/finalize">
 <input type=hidden NAME=mv_failpage      value="ord/finalize">



1.4       +2 -2      interchange/dist/standard/pages/ord/multi.html


rev 1.4, prev_rev 1.3
Index: multi.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/multi.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- multi.html	26 Jan 2005 17:27:01 -0000	1.3
+++ multi.html	23 Apr 2005 18:10:12 -0000	1.4
@@ -58,7 +58,7 @@
 		<input type="hidden" name="mv_failpage" value="@@MV_PAGE@@">
 		<input type="hidden" name="mv_successpage" value="ord/country">
 		<input type="hidden" name="mv_nextpage" value="ord/country">
-		<input type="hidden" name="mv_session_id" value="[data session id]">
+		[form-session-id]
 
 		<table border="0" align="center" width="100%" height="100%">
 		<tr>
@@ -111,7 +111,7 @@
 		<table border="0" align="center" width="100%" height="100%">
 
 		<form action="[process secure=1]" method="POST">
-		<input type="hidden" name="mv_session_id" value="[data session id]">
+		[form-session-id]
 		<input type="hidden" name="mv_click" value=NewAccount>
 		<input type="hidden" name="mv_failpage" value="@@MV_PAGE@@">
 		<input type="hidden" name="mv_successpage" value="ord/country">



1.3       +1 -1      interchange/dist/standard/pages/ord/shipmode.html


rev 1.3, prev_rev 1.2
Index: shipmode.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/shipmode.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shipmode.html	26 Jan 2005 17:27:01 -0000	1.2
+++ shipmode.html	23 Apr 2005 18:10:12 -0000	1.3
@@ -16,7 +16,7 @@
 	individual tables in include/checkout/*
 [/comment]
 <form action="[area href="ord/finalize" secure=1]" method="POST" name=checkout>
-<input type=hidden NAME=mv_session_id    value="[data session id]">
+[form-session-id]
 <input type=hidden NAME=mv_action        value=return>
 <input type=hidden NAME=mv_nextpage      value="ord/finalize">
 <input type=hidden name=mv_form_profile  value="Check_shipmode">



1.9       +1 -1      interchange/dist/standard/pages/ord/shipping.html


rev 1.9, prev_rev 1.8
Index: shipping.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/shipping.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- shipping.html	17 Apr 2005 19:29:52 -0000	1.8
+++ shipping.html	23 Apr 2005 18:10:12 -0000	1.9
@@ -24,7 +24,7 @@
 <!-- BEGIN CONTENT -->
 
 <form action="[area href="ord/next_step" secure=1]" method="POST" name=checkout>
-<input type=hidden NAME=mv_session_id    value="[data session id]">
+[form-session-id]
 <input type=hidden NAME=mv_action        value=return>
 <input type=hidden NAME=mv_nextpage      value="ord/billing">
 <input type=hidden NAME=mv_failpage      value="ord/shipping">



1.2       +1 -1      interchange/dist/standard/pages/query/order_return.html


rev 1.2, prev_rev 1.1
Index: order_return.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/query/order_return.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- order_return.html	25 Apr 2004 17:07:52 -0000	1.1
+++ order_return.html	23 Apr 2005 18:10:12 -0000	1.2
@@ -89,7 +89,7 @@
 [set return_items][/set]
 
 <FORM ACTION="[process]" METHOD=POST>
-<input type=hidden name=mv_session_id value="[data session id]">
+[form-session-id]
 <INPUT TYPE=hidden NAME=mv_todo VALUE=return>
 <INPUT TYPE=hidden NAME=mv_nextpage VALUE="member/process_return">
 <INPUT TYPE=hidden NAME=order_number VALUE="[scratch arg]">








More information about the interchange-cvs mailing list