[interchange-cvs] interchange - heins modified 73 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Aug 23 02:20:01 2002


User:      heins
Date:      2002-08-18 08:09:28 GMT
Modified:  dist/lib/UI/pages/admin access.html access_permissions.html
Modified:           add_meta_option.html affiliates.html
Modified:           build_related.html button_builder.html
Modified:           compedit.html content.html customer.html
Modified:           customer_change_pass.html customer_mailing.html
Modified:           customer_select.html customer_view.html
Modified:           dbconfig.html dbdownload.html dbinfo.html
Modified:           error.html error_item.html export_table.html
Modified:           flex_select.html genconfig.html gentable.html
Modified:           group.html group_edit.html import_table.html
Modified:           index.html item.html item_option_phantom.html
Modified:           layout.html layout_auto.html login.html
Modified:           menu_editor.html merchandising.html order.html
Modified:           order_status.html order_view.html orderstats.html
Modified:           payment.html preferences.html quicklinks.html
Modified:           regenerate.html report.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 spread_control.html tablereport.html
Modified:           tax.html tax_simple.html trafficstats.html
Modified:           upload_file.html user_change_pass.html
Modified:           user_edit.html
Modified:  dist/lib/UI/pages/admin/accounting return.html
Modified:  dist/lib/UI/pages/admin/reports/order ByAffiliate.html
Modified:           Detail.html Monthly.html
Modified:  dist/lib/UI/pages/admin/reports/traffic ByAffiliate.html
Modified:  dist/lib/UI/pages/admin/special key_violation.html
Modified:  dist/lib/UI/pages/admin/wizard step_pay_cyber.html
Modified:           step_products.html
Added:     dist/lib/UI/pages/admin pref_colors.html
Removed:   dist/lib/UI/pages/admin advanced.html genreport.html
Removed:            genstats.html genxport.html
Log:
* Remove all references to UI_C_*, change completely to CSS. If there are
any bgcolors or <font> tags left, they need to die, die, DIE!

* Fix one or two minor bugs in layout.html, group/group_edit.html, and
  flex_select.html.

Revision  Changes    Path
2.3       +6 -6      interchange/dist/lib/UI/pages/admin/access.html


rev 2.3, prev_rev 2.2
Index: access.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/access.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- access.html	2 Aug 2002 05:03:16 -0000	2.2
+++ access.html	18 Aug 2002 08:09:05 -0000	2.3
@@ -33,12 +33,12 @@
 <center>
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 [if-mm advanced access=3Dc]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D"__UI_C_INTBLOCK__">
+<td colspan=3D2 class=3Drnorm>
=20
 [button text=3D"[L]Create new user[/L]"]
 mv_nextpage=3D__UI_BASE__/user_edit
@@ -50,12 +50,12 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 [/if-mm]
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_LEFT_WIDTH__>
+<td class=3Drnorm width=3D__UI_LEFT_WIDTH__>
=20
 [if-mm advanced access=3De]
 	[button name=3Dmv_junk value=3D"[L]Edit user[/L]"][/button]<p>
@@ -115,7 +115,7 @@
=20
 </td>
=20
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_RIGHT_WIDTH__>
+<td class=3Drnorm width=3D__UI_RIGHT_WIDTH__>
 <select name=3D"user_id" size=3D10>
 [loop search=3D"
 		fi=3Daccess
@@ -136,7 +136,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.5       +45 -36    interchange/dist/lib/UI/pages/admin/access_permissions=
html


rev 2.5, prev_rev 2.4
Index: access_permissions.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/access_permissions.h=
tml,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- access_permissions.html	18 May 2002 01:00:55 -0000	2.4
+++ access_permissions.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -92,16 +92,16 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D6 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D6 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>&nbsp;</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]View list[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]View detail[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Create[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Edit[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Delete[/L]</td>
+<td class=3Drnorm valign=3Dtop>&nbsp;</td>
+<td class=3Drnorm valign=3Dtop>[L]View list[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]View detail[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Create[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Edit[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Delete[/L]</td>
 </tr>
=20
 [seti tables][list-databases][/seti]
@@ -155,7 +155,7 @@
 #DEBUG
 #	$out .=3D <<EOF;
 #<tr>
-#<td colspan=3D6 bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+#<td colspan=3D6 class=3Drnorm valign=3Dtop>
 #$string
 #</td>
 #EOF
@@ -167,14 +167,14 @@
 		my $ref =3D $permref->{$perm} || {};
 		$out .=3D <<EOF;
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <b>$title</b>
 <input type=3Dhidden value=3D"$perm=3D" name=3D"yes_functions">
 </td>
 EOF
 		for(@some) {
 			$out .=3D <<EOF;
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <INPUT type=3Dcheckbox value=3D$_ name=3D"yes_functions"$ref->{$_}>
 </td>
 EOF
@@ -184,7 +184,7 @@
 	my $ref =3D $permref->{order};
 	$out .=3D <<EOF;
 <tr>
-<td colspan=3D6 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D6 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>
@@ -194,11 +194,11 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <b>[L]Order manager[/L]:</b>
 <INPUT type=3Dhidden value=3D"order=3D" name=3D"yes_functions">
 <li><INPUT type=3Dcheckbox value=3Dl name=3D"yes_functions"$ref->{l}> [L]V=
iew list[/L]
@@ -211,7 +211,7 @@
 <INPUT type=3Dhidden value=3D"," name=3D"yes_functions">
 <p>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop ROWSPAN=3D2>
+<td class=3Drnorm valign=3Dtop ROWSPAN=3D2>
 EOF
 	@permissions =3D (
 		orderstats		=3D> 'Order statistics utility',
@@ -245,7 +245,7 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <b>[L]Customer Edit Permissions[/L]:</b>
 <INPUT type=3Dhidden value=3D"userdb=3D" name=3D"yes_functions">
 <li><INPUT type=3Dcheckbox value=3Dl name=3D"yes_functions"$ref->{l}> [L]V=
iew list[/L]
@@ -263,7 +263,7 @@
 [/perl]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 </table>
@@ -273,27 +273,27 @@
 <table cellpadding=3D3 cellspacing=3D0 width=3D100%>
=20
 <tr>
-<td colspan=3D9 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D9 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <tr>
-<td colspan=3D9 bgcolor=3D__UI_C_INTBLOCK__ ALIGN=3Dcenter><B>[L]Table Per=
missions[/L]</B></td>
+<td colspan=3D9 class=3Drnorm ALIGN=3Dcenter><B>[L]Table Permissions[/L]</=
B></td>
 </tr>
=20
 <tr>
-<td colspan=3D9 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D9 class=3Drspacer><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>&nbsp;</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]HIDE[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]View[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Edit[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Create[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Delete[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Import[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Export[/L]</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>[L]Owner field[/L]</td>
+<td class=3Drnorm valign=3Dtop>&nbsp;</td>
+<td class=3Drnorm valign=3Dtop>[L]HIDE[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]View[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Edit[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Create[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Delete[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Import[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Export[/L]</td>
+<td class=3Drnorm valign=3Dtop>[L]Owner field[/L]</td>
 </tr>
=20
 [perl]
@@ -353,17 +353,17 @@
 		my $ref =3D $permref->{$perm} || {};
 		$out .=3D <<EOF;
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <b>$title</b>
 <input type=3Dhidden value=3D"$perm=3D" name=3D"yes_tables">
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <INPUT type=3Dcheckbox value=3D"$perm" name=3D"no_tables"$no{$perm}>
 </td>
 EOF
 		for(@all) {
 			$out .=3D <<EOF;
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <INPUT type=3Dcheckbox value=3D$_ name=3D"yes_tables"$ref->{$_}>
 </td>
 EOF
@@ -374,7 +374,7 @@
 			$of =3D $tc->{$perm}{owner_field};
 		}
 		$out .=3D <<EOF;
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <INPUT type=3Dhidden value=3D"$perm=3D" name=3D"owner_field">
 <INPUT type=3Dtext value=3D"$of" name=3D"owner_field" size=3D10>
 <INPUT type=3Dhidden value=3D"," name=3D"owner_field">
@@ -387,13 +387,22 @@
 	[/perl]
=20
 <tr>
-<td colspan=3D9 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D9 class=3Drspacer><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
-</table>
=20
-<input type=3Dsubmit value=3D"[L]Ok[/L]">
-<input type=3Dsubmit name=3Dmv_click value=3D"[L]Cancel[/L]">
+<tr>
+<td colspan=3D9 class=3Drnorm>
+	<input type=3Dsubmit value=3D"[L]Ok[/L]">
+	<input type=3Dsubmit name=3Dmv_click value=3D"[L]Cancel[/L]">
+</td>
+</tr>
+
+<tr>
+<td colspan=3D9 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
+</tr>
+
+</table>
=20
 <BR>
=20



2.1       +17 -17    interchange/dist/lib/UI/pages/admin/add_meta_option.ht=
ml


rev 2.1, prev_rev 2.0
Index: add_meta_option.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/add_meta_option.html=
,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- add_meta_option.html	18 Jul 2001 02:22:00 -0000	2.0
+++ add_meta_option.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -188,14 +188,14 @@
 [/else]
 [/if-key-exists]
=20
-<table width=3D"60%" border=3D"" cellspacing=3D"0" cellpadding=3D"0">
+<table width=3D"60%" cellspacing=3D0 cellpadding=3D0>
 <tr>
   <td>
=20
-<table cellspacing=3D0 cellmargin=3D0 width=3D"100%" cellpadding=3D"2" ali=
gn=3D"center" border=3D"0">
+<table cellspacing=3D0 cellmargin=3D0 width=3D"100%" cellpadding=3D2 align=
=3Dcenter border=3D0>
=20
-<tr bgcolor=3D"__UI_C_TITLEBARBG__">=20
-<td align=3Dright colspan=3D2><img src=3D"bg.gif" width=3D1 height=3D3 alt=
=3Dx></td>
+<tr class=3Drborder>=20
+<td align=3Dright colspan=3D2><img src=3D"bg.gif" width=3D1 height=3D1 alt=
=3Dx></td>
 </tr>
=20
 [comment]
@@ -206,7 +206,7 @@
       my $linecount =3D (split / /, $CGI->{ui_data_fields}) - 1;
       my $out =3D '';
       $out .=3D <<'EOF' if $linecount > 4;
-<TR BGCOLOR=3D"__UI_T_ROW_EVEN__">
+<TR class=3Drnorm>
 <td>&nbsp;</td>
 <td align=3Dleft>
 <B><INPUT TYPE=3Dsubmit NAME=3Dmv_click VALUE=3D"Ok">
@@ -216,8 +216,8 @@
 </TD>
 </TR>
=20
-<tr BGCOLOR=3D"__UI_C_TITLEBARBG__">
-<td colspan=3D2><img src=3D"bg.gif" width=3D1 height=3D3 alt=3Dx></td>
+<tr class=3Drborder>
+<td colspan=3D2><img src=3D"bg.gif" width=3D3 height=3D1 alt=3Dx></td>
 </tr>
=20
 EOF
@@ -347,17 +347,17 @@
 										arbitrary =3D> $CGI->{ui_meta_view},
 										fallback =3D> 1,
 										template =3D> q(
-<TR BGCOLOR=3D"__UI_T_ROW_EVEN__">
-   <td align=3Dleft width=3D150>=20
-     <font color=3D"__UI_C_TEXT__" size=3D"-1"><b>$LABEL$</b>~META~
+<TR class=3Drnorm>
+   <td align=3Dleft width=3D150 class=3Dclabel>=20
+     <b>$LABEL$</b>~META~
    </td>
-   <td valign=3DTOP>=20
+   <td valign=3DTOP class=3Dcdata>=20
      <table cellspacing=3D0 cellmargin=3D0 width=3D"100%">
        <tr>=20
-         <td width=3D"60%">=20
+         <td width=3D"60%" class=3Dcdata>=20
            <FONT SIZE=3D"-1">$WIDGET$</FONT>
          </td>
-         <td><FONT SIZE=3D"-1"><i>$HELP$</i>{HELPURL}<BR><A HREF=3D"$HELP_=
URL$">help</A>{/HELPURL}</FONT></td>
+         <td class=3Dchelp><i>$HELP$</i>{HELPURL}<BR><A HREF=3D"$HELP_URL$=
">help</A>{/HELPURL}</FONT></td>
        </tr>
      </table>
    </td>
@@ -399,7 +399,7 @@
             #next;
         #}
 		$Document->write(<<EOF) if $break{$col};
-<TR BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TR class=3Drnorm>
 	<TD COLSPAN=3D2><B>$break_label{$col}</B><IMG SRC=3D"bg.gif" WIDTH=3D1 HE=
IGHT=3D1 alt=3Dx></TD>
 </TR>
 EOF
@@ -412,10 +412,10 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields VALUE=3D"[cgi ui_data_fields]">
=20
 <tr>
-<td colspan=3D2 BGCOLOR=3D"__UI_C_TITLEBARBG__"><img src=3D"bg.gif" height=
=3D3 alt=3Dx></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" height=3D1 alt=3Dx></t=
d>
 </tr>
=20
-<TR BGCOLOR=3D"__UI_T_ROW_EVEN__">
+<tr class=3Drnorm>
 <td>&nbsp;</td>
 <td align=3Dleft>
 <B>[button text=3D"Ok"]
@@ -448,7 +448,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 BGCOLOR=3D"__UI_C_TITLEBARBG__"><img src=3D"bg.gif" height=
=3D3 alt=3Dx></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" height=3D3 alt=3Dx></t=
d>
 </tr>
=20
 </table>



2.2       +20 -15    interchange/dist/lib/UI/pages/admin/affiliates.html


rev 2.2, prev_rev 2.1
Index: affiliates.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/affiliates.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- affiliates.html	29 Jul 2001 20:52:40 -0000	2.1
+++ affiliates.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -71,25 +71,30 @@
 	return;
 [/calc]
 <TABLE border=3D0 CELLSPACING=3D0 width=3D"90%">
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_PA=
GE@@ form=3D`
-	return "ui_sort_field=3Daffiliate\n" . sortrev('sku');
-	`]Code</TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_PA=
GE@@ form=3D`
+<tr class=3Drspacer><td colspan=3D8></td></tr>
+<tr class=3Drmarq>
+<td>[page
+					extra=3Drmarq
+					href=3D@@MV_PAGE@@
+					form=3D`
+							return "ui_sort_field=3Daffiliate\n" . sortrev('affiliate');
+					`]Code</td>
+<td>[page href=3D@@MV_PAGE@@ form=3D`
 	return "ui_sort_field=3Dname\n" . sortrev('name');
-	`]Name</TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">Linkback and entry U=
RLs</TH>
-<TH ALIGN=3DCENTER><FONT COLOR=3D"__UI_C_TITLEBARTXT__">Reports</TH>
-<TH ALIGN=3DCENTER><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_=
PAGE@@ form=3D`
-	return "ui_sort_field=3Dactive\n" . sortrev('active');
-	`]Active</TH>
+	` extra=3Drmarq]Name</td>
+<td class=3Drmarq>Linkback and entry URLs</td>
+<td align=3Dcenter class=3Drmarq>Reports</td>
+	<td align=3Dcenter class=3Drmarq>
+	[page href=3D@@MV_PAGE@@ extra=3Drmarq
+		form=3D`
+			return "ui_sort_field=3Dactive\n" . sortrev('active');
+		`]Active</a>
+	</td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D5></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D5></td></tr>
+<tr class=3Drsspacer><td colspan=3D5></td></tr>
 [/on-match]
 [search-list]
-<TR [item-alternate 2]BGCOLOR=3D"__UI_T_ROW_EVEN__"[else]BGCOLOR=3D"__UI_T=
_ROW_ODD__"[/else][/item-alternate]>
+<TR [item-alternate 2]class=3Drnorm[else]class=3Dralt[/else][/item-alterna=
te]>
 <TD VALIGN=3Dtop>[page
 				href=3D__UI_BASE__/flex_editor
 				form=3D"



2.2       +13 -3     interchange/dist/lib/UI/pages/admin/build_related.html


rev 2.2, prev_rev 2.1
Index: build_related.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/build_related.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- build_related.html	25 Aug 2001 01:49:54 -0000	2.1
+++ build_related.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -12,10 +12,10 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D"__UI_LEFT_WIDTH__" valign=3Dtop=
 colspan=3D2>
+<td class=3Drnorm width=3D"__UI_LEFT_WIDTH__" valign=3Dtop colspan=3D2>
=20
 [calc]
 	%sku =3D (
@@ -70,6 +70,16 @@
 			}
 		}
 	}
+
+	for(keys %sku) {
+		delete $sku{$_} if ! $_;
+	}
+
+	my @count =3D keys %sku;
+
+	return errmsg("No order history found.")
+		if ! @count;
+
 	my $mdb =3D $Db{merchandising};
 	for(sort keys %sku) {
 		my $val =3D $Tag->uneval( { ref =3D> $sku{$_} } );
@@ -83,7 +93,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.1       +28 -28    interchange/dist/lib/UI/pages/admin/button_builder.html


rev 2.1, prev_rev 2.0
Index: button_builder.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/button_builder.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- button_builder.html	18 Jul 2001 02:22:00 -0000	2.0
+++ button_builder.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -34,11 +34,11 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D2  bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2  class=3Drnorm>
=20
 <B>Build an order button or link</B>
=20
@@ -48,14 +48,14 @@
 [scratch item_result]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Type</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <SELECT NAME=3Ditem_button>
 <OPTION VALUE=3D0>Link
 <OPTION VALUE=3D1 [selected item_button 1]>Button
@@ -68,10 +68,10 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Item code</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [perl]
 	my $table =3D $Config->{ProductFiles}[0];
 	$Scratch->{keypos} =3D $Config->{Database}{$table}{KEYINDEX} || '0';
@@ -99,10 +99,10 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Specific Quantity</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <INPUT NAME=3Ditem_quantity> <I>(Separate multiple quantities by commas)</=
I>
=20
@@ -114,10 +114,10 @@
 	return unless scalar @$ary > 1;
 	my $out =3D <<'EOF';
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 A specific database
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <SELECT NAME=3Ditem_db>
 EOF
 	for(@$ary) {
@@ -131,10 +131,10 @@
 [/calc]
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Separate line?</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <SELECT NAME=3Ditem_separate>
 	<OPTION VALUE=3D0> No
@@ -148,10 +148,10 @@
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Group items?</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <SELECT NAME=3Ditem_group>
 	<OPTION VALUE=3D""> No
@@ -161,10 +161,10 @@
 </tr>
 [loop prefix=3Dmacro list=3D`join "\n", @{$Config->{UseModifier}};`]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>[macro-code] (if any)</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <SELECT NAME=3Ditem_modifier_[macro-code]>
 <OPTION VALUE=3D""> --none specified--
 [calc]
@@ -190,10 +190,10 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Affiliate code</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <select name=3D"affiliate">
 <option value=3D""> --no affiliate --
 [loop search=3D"
@@ -213,23 +213,23 @@
=20
 [if config OnFly]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Description</B>
 <BR>
 <font size=3D"-1"><i>(on-the-fly only)</i></font>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input name=3D"description" size=3D50>
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Price</B>
 <BR>
 <font size=3D"-1"><i>(on-the-fly only)</i></font>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input name=3D"price" size=3D8>
 </td>
 </tr>
@@ -241,10 +241,10 @@
 	for(@{$Config->{UseModifier}}) {
 		$out .=3D <<EOF;
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>$_ (if any)</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT NAME=3Ditem_modifier_$_>
  <I>(Separate multiple values by commas)</I>
 </SELECT>
@@ -256,16 +256,16 @@
 [/calc]
 [/comment]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Action</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dsubmit VALUE=3DBuild>
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.2       +21 -21    interchange/dist/lib/UI/pages/admin/compedit.html


rev 2.2, prev_rev 2.1
Index: compedit.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/compedit.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- compedit.html	29 Aug 2001 07:35:57 -0000	2.1
+++ compedit.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -12,7 +12,7 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 [perl tables=3D"__UI_COMPONENT_TABLE__ __UI_META_TABLE__"]=20
 	my $ref;
@@ -119,31 +119,31 @@
 	}
 	my $out =3D <<EOF;
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__><b>Page file</b></td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>$page<INPUT TYPE=3Dhidden NAME=3Dui_page =
VALUE=3D"$page"></td>
+	<td class=3Drnorm><b>Page file</b></td>
+	<td class=3Drnorm>$page<INPUT TYPE=3Dhidden NAME=3Dui_page VALUE=3D"$page=
"></td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__><b>Template name</b></td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>$t_name</td>
+	<td class=3Drnorm><b>Template name</b></td>
+	<td class=3Drnorm>$t_name</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__><b>Template description</b></td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>$t_desc</td>
+	<td class=3Drnorm><b>Template description</b></td>
+	<td class=3Drnorm>$t_desc</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<b>Template sequence</b><br>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__ VALIGN=3Dtop><INPUT NAME=3Dui_elements SI=
ZE=3D80 VALUE=3D"$ref->{ui_template_layout}"></td>
+	<td class=3Drnorm VALIGN=3Dtop><INPUT NAME=3Dui_elements SIZE=3D80 VALUE=
=3D"$ref->{ui_template_layout}"></td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__ colspan=3D2>
+	<td class=3Drnorm colspan=3D2>
 		<small><i>UI_CONTENT is the content portion(s), all others refer
 		to Knar elements.</i></small>
 	</td>
 </tr>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drnorm><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH_=
_ height=3D1></td>
 </tr>
 EOF
=20
@@ -151,16 +151,16 @@
 	for(@controls) {
 		$out .=3D <<EOF unless $table_done++;
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__ colspan=3D2>
+	<td class=3Drnorm colspan=3D2>
 		<B>Control elements</B>
 		<input type=3Dhidden name=3Dui_definition value=3D"$def_string">
 	</td>
 </tr>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 EOF
-		$out .=3D qq{<tr><td bgcolor=3D__UI_C_INTBLOCK__><b>$_->[0]</td><td bgco=
lor=3D__UI_C_INTBLOCK__>$_->[1]</td></tr>};
+		$out .=3D qq{<tr><td class=3Drnorm><b>$_->[0]</td><td class=3Drnorm>$_->=
[1]</td></tr>};
 	}
=20
 	if($current) {
@@ -176,20 +176,20 @@
=20
 	$out .=3D <<EOF;
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__ COLSPAN=3D2>
+	<td class=3Drnorm COLSPAN=3D2>
 	<b>Content</b>
 	</td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-	<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__>
+	<td colspan=3D2 class=3Drnorm>
 		<TEXTAREA NAME=3Dui_content COLS=3D80 ROWS=3D20>$content</TEXTAREA>
 	</td>
 </tr>
@@ -202,11 +202,11 @@
 [/perl]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2 class=3Drnorm>
 [set Preview]
 mv_nextpage=3D__UI_BASE__/page_preview
 [/set]
@@ -228,7 +228,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



1.3       +5 -5      interchange/dist/lib/UI/pages/admin/content.html


rev 1.3, prev_rev 1.2
Index: content.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/content.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- content.html	27 Jun 2002 20:18:36 -0000	1.2
+++ content.html	18 Aug 2002 08:09:05 -0000	1.3
@@ -78,11 +78,11 @@
=20
 <table border=3D0 __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D"100%" height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D"100%" height=
=3D1></td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D"__UI_C_INTBLOCK__" valign=3Dtop width=3D"33%">
+	<td class=3Drnorm valign=3Dtop width=3D"33%">
 	<h2>Pages</h2>
 	[calc] tmp_display_in_progress('page'); [/calc]
 	<A HREF=3D"[area
@@ -101,7 +101,7 @@
 			]
 	</td>
=20
-	<td bgcolor=3D"__UI_C_INTBLOCK__" valign=3Dtop width=3D"33%">
+	<td class=3Drnorm valign=3Dtop width=3D"33%">
 	<h2>Templates</h2>
 	[calc] tmp_display_in_progress('template'); [/calc]
 	<A HREF=3D"[area
@@ -120,7 +120,7 @@
 			]
 	</td>
=20
-	<td bgcolor=3D"__UI_C_INTBLOCK__" valign=3Dtop width=3D"33%">
+	<td class=3Drnorm valign=3Dtop width=3D"33%">
 	<h2>Components</h2>
 	[calc] tmp_display_in_progress('component'); [/calc]
 	<A HREF=3D"[area
@@ -142,7 +142,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.12      +23 -26    interchange/dist/lib/UI/pages/admin/customer.html


rev 2.12, prev_rev 2.11
Index: customer.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer.html,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -r2.11 -r2.12
--- customer.html	6 Feb 2002 01:50:32 -0000	2.11
+++ customer.html	18 Aug 2002 08:09:05 -0000	2.12
@@ -86,9 +86,9 @@
 	}
 	if(@errors) {
 		my $plural =3D @errors > 1 ? 's' : '';
-		return "<FONT CLASS=3Derror>Error$plural:<UL><LI>" .
+		return "<span class=3Dcerror>Error$plural:<UL><LI>" .
 				join ("<LI>", @errors)                    .
-				"</UL></FONT><BR>";
+				"</UL></span><BR>";
 	}
 	if($CGI->{viewnext}) {
 		#Log("viewnext");
@@ -179,15 +179,6 @@
=20
 @_UI_STD_HEAD_@
=20
-
-[if scratch ui_message]
-<BLOCKQUOTE>
-[scratch ui_message]
-</BLOCKQUOTE>
-[set ui_message][/set]
-[/if]
-</font>
-
 <!-- ----- BEGIN REAL STUFF ----- -->
=20
 <!-- ----- Show the active/inactive buttons ----- -->
@@ -249,35 +240,39 @@
 	}
 	return;
 [/calc]
-<TABLE border=3D0 __UI_T_PROPERTIES__>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
+<br>
+<table __UI_T_PROPERTIES__>
+<tr class=3Drmarq>
 	<th>&nbsp;</th>
-	<TH ALIGN=3Dleft><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_P=
AGE@@ form=3D`
+	<TH ALIGN=3Dleft>[page extra=3Drmarq href=3D@@MV_PAGE@@ form=3D`
 	$qual =3D '';
 	if($CGI->{ui_text_qualification}) {
 		$qual .=3D "ui_text_qualification=3D$CGI->{ui_text_qualification}";
 	}
     return "ui_sort_field=3Dusername\n" . sortrev('username');
     `][L]ID[/L]</a></TH>
-	<TH ALIGN=3Dleft><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_P=
AGE@@ form=3D`
+	<TH ALIGN=3Dleft>[page extra=3Drmarq href=3D@@MV_PAGE@@ form=3D`
     return "$qual\nui_sort_field=3Dlname,fname\n" . sortrev('lname');
     `][L]Name[/L]</A></TH>
-	<TH ALIGN=3Dleft><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_P=
AGE@@ form=3D`
+	<TH ALIGN=3Dleft>[page extra=3Drmarq href=3D@@MV_PAGE@@ form=3D`
     return "$qual\nui_sort_field=3Dcompany,lname\n" . sortrev('company');
     `][L]Company[/L]</A></TH>
-	<TH ALIGN=3Dleft><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_P=
AGE@@ form=3D`
-    return "$qual\nui_sort_field=3Dcountry,state,city\n" . sortrev('countr=
y');
-    `][L]Location[/L]</A></TH>
+	<TH ALIGN=3Dleft>
+		[page
+			href=3D@@MV_PAGE@@
+			extra=3Drmarq
+			form=3D`
+				return "$qual\nui_sort_field=3Dcountry,state,city\n" . sortrev('countr=
y');
+			`][L]Location[/L]</A></TH>
 </TR>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D8></td></tr>
+<tr class=3Drborder><td colspan=3D8 class=3Drspacer></td></tr>
=20
 [search-list]
-<TR [item-alternate 2]BGCOLOR=3D"__UI_T_ROW_EVEN__"[else]BGCOLOR=3D"__UI_T=
_ROW_ODD__"[/else][/item-alternate]>
+<TR [item-alternate 2]class=3Drnorm[else]class=3Dralt[/else][/item-alterna=
te]>
=20
 	<TD><INPUT TYPE=3Dcheckbox NAME=3Dcustomer VALUE=3D"[item-code]">
 [page href=3D"@@MV_PAGE@@"
+	extra=3D"title=3D[scratch active_nm]"
 	form=3D"
 		[scratch active_nm]=3D1
 		customer=3D[item-code]
@@ -289,7 +284,9 @@
 		deletecustomer=3D1
 		customer=3D[item-code]
 	']"
-	onClick=3D"return confirm('Are you sure you want to delete customer [item=
-code]?')"><IMG src=3D"delsm.gif" ALT=3D"DELETE [item-code]" BORDER=3D0></A>
+	onClick=3D"return confirm('Are you sure you want to delete customer [item=
-code]?')"
+	title=3Ddelete
+><IMG src=3D"delsm.gif" ALT=3D"DELETE [item-code]" BORDER=3D0></A>
 [/if]
 </td><td>
 [page href=3D__UI_BASE__/customer_view
@@ -326,10 +323,10 @@
 	</td>
 </tr>
 [/more-list]
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D8><td colspan=3D8></td></tr>
+<tr class=3Drborder><td colspan=3D8></td></tr>
=20
 </table>
+<br>
 [on-match]
 [if scratch can_delete]
 [button form=3Dbatch text=3D"[L]Delete checked customers[/L]"



2.2       +9 -9      interchange/dist/lib/UI/pages/admin/customer_change_pa=
ss.html


rev 2.2, prev_rev 2.1
Index: customer_change_pass.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_change_pass=
html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- customer_change_pass.html	29 Aug 2001 07:36:22 -0000	2.1
+++ customer_change_pass.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -51,43 +51,43 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 User name
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	<input type=3Dhidden name=3Dmv_data_function value=3D"update">
 	<input type=3Dhidden name=3Dusername value=3D"[loop-code]">[loop-code]
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 New password
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dpassword NAME=3Dpassword VALUE=3D"" SIZE=3D20>
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 Verify password
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dpassword SIZE=3D20 NAME=3Dverify VALUE=3D"">
 </td>
 </tr>
=20
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



1.5       +1 -0      interchange/dist/lib/UI/pages/admin/customer_mailing.h=
tml


rev 1.5, prev_rev 1.4
Index: customer_mailing.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_mailing.htm=
l,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- customer_mailing.html	14 Aug 2002 18:47:56 -0000	1.4
+++ customer_mailing.html	18 Aug 2002 08:09:05 -0000	1.5
@@ -8,6 +8,7 @@
 [/if-mm]
=20
 [set ui_class]Customers[/set]
+[set page_title]Customer mailing[/set]
 [set help_name]customer.mailing[/set]
 [set page_perm]mailing[/set]
=20



2.2       +8 -8      interchange/dist/lib/UI/pages/admin/customer_select.ht=
ml


rev 2.2, prev_rev 2.1
Index: customer_select.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_select.html=
,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- customer_select.html	29 Aug 2001 07:36:46 -0000	2.1
+++ customer_select.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -139,7 +139,7 @@
=20
 <!-- ----- Show the active/inactive buttons ----- -->
=20
-<form action=3D"[area __UI_BASE__/customer]" method=3DPOST>
+<form action=3D"[process href=3D@@MV_PAGE@@]" method=3DPOST>
 <input type=3Dhidden name=3Dmv_session_id value=3D"[data session id]">
 <INPUT TYPE=3Dhidden NAME=3Dmv_action VALUE=3Dreturn>
=20
@@ -147,12 +147,12 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 [if value showinactive]
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_MAIN_WIDTH__ colspan=3D2>
+<td class=3Drnorm width=3D__UI_MAIN_WIDTH__ colspan=3D2>
 [button name=3D"showactive" text=3D"Show active customers"][/button]
 [set active_sense]eq[/set]
 </td>
@@ -160,7 +160,7 @@
 [else]
 [value name=3Dshowinactive set=3D""]
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_MAIN_WIDTH__ colspan=3D2>
+<td class=3Drnorm width=3D__UI_MAIN_WIDTH__ colspan=3D2>
 <input type=3Dsubmit name=3D"showinactive" value=3D"Show inactive customer=
s">
 [set active_sense]ne[/set]
 </td>
@@ -169,13 +169,13 @@
 [/if]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drnorm><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH_=
_ height=3D1></td>
 </tr>
=20
 <!-- ----- Show the operation buttons ----- -->
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_LEFT_WIDTH__>
+<td class=3Drnorm width=3D__UI_LEFT_WIDTH__>
=20
 [button name=3D"viewcustomer" text=3D"View customer"][/button]<br>
=20
@@ -218,7 +218,7 @@
 <input type=3Dsubmit name=3D"xload" value=3D"Export customers">
 [/comment]
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_RIGHT_WIDTH__>
+<td class=3Drnorm width=3D__UI_RIGHT_WIDTH__>
 <SMALL>Specific customer <INPUT TYPE=3Dtext NAME=3Dcustomer VALUE=3D"">
 [button text=3D"Start list here"]
 [calc]
@@ -256,7 +256,7 @@
 </td></tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 </table>
=20



2.4       +8 -8      interchange/dist/lib/UI/pages/admin/customer_view.html


rev 2.4, prev_rev 2.3
Index: customer_view.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_view.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- customer_view.html	20 Dec 2001 06:09:19 -0000	2.3
+++ customer_view.html	18 Aug 2002 08:09:05 -0000	2.4
@@ -22,11 +22,11 @@
=20
 <table border=3D0 __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D6 bgcolor=3D__UI_C_TITLEBARBG__><img src=3D"bg.gif" height=
=3D1></td>
+<td colspan=3D6 class=3Drborder><img src=3D"bg.gif" height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D6 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D6 align=3Dleft class=3Drnorm>
 <table>
 <tr><td align=3Dright>
 <b>[L]Customer Username[/L]: </td><td>[loop-code]</b></td>
@@ -158,7 +158,7 @@
 </td></tr>
=20
 <tr>
-<td colspan=3D6 bgcolor=3D__UI_C_TITLEBARBG__><img src=3D"bg.gif" height=
=3D1></td>
+<td colspan=3D6 class=3Drborder><img src=3D"bg.gif" height=3D1></td>
 </tr>
=20
 <tr>
@@ -166,19 +166,19 @@
 <table border=3D0 cellpadding=3D1 cellspacing=3D3>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 	<B>[L]Order number[/L]</B>
 </td>
 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	<B>[L]Order date[/L]</B>
 </td>
 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 	<B>[L]Order Total[/L]</B>
 </td>
 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	<B>[L]Status[/L]</B>
 </td>
 </tr>
@@ -221,7 +221,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D6 bgcolor=3D__UI_C_TITLEBARBG__><img src=3D"bg.gif" height=
=3D1></td>
+<td colspan=3D6 class=3Drborder><img src=3D"bg.gif" height=3D1></td>
 </tr>
=20
 </table>



2.4       +4 -4      interchange/dist/lib/UI/pages/admin/dbconfig.html


rev 2.4, prev_rev 2.3
Index: dbconfig.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/dbconfig.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- dbconfig.html	5 Feb 2002 20:57:04 -0000	2.3
+++ dbconfig.html	18 Aug 2002 08:09:05 -0000	2.4
@@ -230,10 +230,10 @@
 <FORM METHOD=3DPOST ACTION=3D"[area @@MV_PAGE@@]">
 <table __UI_T_PROPERTIES__>
=20
-<tr><td align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+class=3Drnorm>
 <TABLE border=3D0>
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1><CENTER>Database configuration</CENTER></TD>
+  <TD class=3Drborder COLSPAN=3D3><img src=3D"bg.gif" width=3D__UI_MAIN_WI=
DTH__ height=3D1><CENTER>Database configuration</CENTER></TD>
 </TR>
=20
 <TR>
@@ -369,7 +369,7 @@
 </TR>
=20
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></TD>
+  class=3Drspacer COLSPAN=3D3><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH_=
_ height=3D1></TD>
 </TR>
 EOF
 	}
@@ -842,7 +842,7 @@
 </TR>
=20
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></TD>
+  <TD class=3Drborder COLSPAN=3D3><img src=3D"bg.gif" width=3D__UI_MAIN_WI=
DTH__ height=3D1></TD>
 </TR>
=20
 </TABLE>



2.2       +3 -3      interchange/dist/lib/UI/pages/admin/dbdownload.html


rev 2.2, prev_rev 2.1
Index: dbdownload.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/dbdownload.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- dbdownload.html	18 Nov 2001 20:38:25 -0000	2.1
+++ dbdownload.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -48,11 +48,11 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drborder>
 &nbsp;
 <p>
=20
@@ -100,7 +100,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.2       +3 -3      interchange/dist/lib/UI/pages/admin/dbinfo.html


rev 2.2, prev_rev 2.1
Index: dbinfo.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/dbinfo.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- dbinfo.html	30 Jul 2001 01:47:05 -0000	2.1
+++ dbinfo.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -12,9 +12,9 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D2><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td class=3Drborder COLSPAN=3D2><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
-<tr><td align=3Dleft bgcolor=3D__UI_C_INTBLOCK__ colspan=3D2>
+<tr><td align=3Dleft class=3Drnorm colspan=3D2>
 <TABLE border=3D0 width=3D"100%">
=20
 [perl tables=3D"[list-databases] __UI_META_TABLE__"]
@@ -195,7 +195,7 @@
 [/perl]
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D2><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td class=3Drborder COLSPAN=3D2><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </TABLE>



2.4       +27 -31    interchange/dist/lib/UI/pages/admin/error.html


rev 2.4, prev_rev 2.3
Index: error.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/error.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- error.html	14 Aug 2002 17:56:41 -0000	2.3
+++ error.html	18 Aug 2002 08:09:05 -0000	2.4
@@ -12,12 +12,12 @@
 [tmp loginhint][msg arg.0=3D"[page __UI_BASE__/login]<U><B>" arg.1=3D"</b>=
</U></A>"]Maybe you need to %slog in%s?[/msg][/tmp]
 <table __UI_T_PROPERTIES__>
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 [if session ui_error]
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+class=3Drnorm>
 &nbsp;
 <p>
=20
@@ -37,45 +37,41 @@
=20
 [if scratch ui_error]
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
-&nbsp;
-<p>
-
-[L]The following error occurred:[/L]
-<p>
-<BLOCKQUOTE>
-<b>[scratchd ui_error]</b>
-</BLOCKQUOTE>
-<p>
-[L]Please correct and try again.[/L]
-&nbsp;
-</td>
+	<td class=3Drnorm>
+		&nbsp;
+		<p>
+
+		[L]The following error occurred:[/L]
+		<blockquote class=3Dcerror>
+			[scratchd ui_error]
+		</blockquote>
+		[L]Please correct and try again.[/L]
+		&nbsp;
+	</td>
 </tr>
 [/if]
=20
=20
 [if scratch violation]
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
-&nbsp;
-<p>
-
-[L]The following violation occurred:[/L]
-<p>
-<BLOCKQUOTE>
-<b>[scratchd violation]</b>
-</BLOCKQUOTE>
-<p>
-[L]Please correct and try again.[/L]
-<p>
-<i>[scratch loginhint]</i>
-&nbsp;
-</td>
+	<td class=3Drnorm>
+		&nbsp;
+		<p>
+
+		[L]The following violation occurred:[/L]
+			<blockquote class=3Dcerror>
+				[scratchd violation]
+			</blockquote>
+		[L]Please correct and try again.[/L]
+		<p>
+			<i>[scratch loginhint]</i>
+	&nbsp;
+	</td>
 </tr>
 [/if]
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 </table>



2.1       +3 -3      interchange/dist/lib/UI/pages/admin/error_item.html


rev 2.1, prev_rev 2.0
Index: error_item.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/error_item.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- error_item.html	18 Jul 2001 02:22:00 -0000	2.0
+++ error_item.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -11,11 +11,11 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+class=3Drnorm>
 &nbsp;
 <p>
=20
@@ -30,7 +30,7 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 </table>



2.5       +13 -13    interchange/dist/lib/UI/pages/admin/export_table.html


rev 2.5, prev_rev 2.4
Index: export_table.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/export_table.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- export_table.html	1 May 2002 20:55:47 -0000	2.4
+++ export_table.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -183,14 +183,14 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 [L]Table to export[/L]
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 <select name=3D"mv_data_table" onChange=3D"populateTable(
 			this.form.mv_data_table.options,
 			this.form.ui_sort_field.options,
@@ -205,10 +205,10 @@
=20
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 [L]Export as[/L]<BR>
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
         <SELECT NAME=3D"mv_data_export_type">
             <OPTION VALUE=3D""> [L]Current type[/L]
             <OPTION VALUE=3D"DEFAULT"> [L]System default[/L]
@@ -222,20 +222,20 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 	[L]Export to file[/L]<br>
 	<small><I>([L]leave empty for default file[/L])</I></small>
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
  <INPUT NAME=3Dmv_data_file SIZE=3D40>
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 [L]Sort by column[/L]
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 	<SELECT NAME=3Dui_sort_field>
 		<OPTION VALUE=3D""> [L]unsorted[/L]
 		[loop list=3D|
@@ -248,10 +248,10 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 	[L]Sort options[/L]<BR>
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 	<SELECT NAME=3Dui_sort_option>
 		<OPTION VALUE=3D""> [L]default (alpha)[/L]
 		<OPTION VALUE=3D"r"> [L]reverse[/L]
@@ -264,7 +264,7 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" colspan=3D2>
+<td class=3Drnorm colspan=3D2>
=20
 <center>
 <INPUT TYPE=3Dsubmit NAME=3Dmv_click VALUE=3D"[L]Export[/L]">
@@ -277,7 +277,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.12      +7 -7      interchange/dist/lib/UI/pages/admin/flex_select.html


rev 2.12, prev_rev 2.11
Index: flex_select.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/flex_select.html,v
retrieving revision 2.11
retrieving revision 2.12
diff -u -r2.11 -r2.12
--- flex_select.html	17 Aug 2002 07:46:06 -0000	2.11
+++ flex_select.html	18 Aug 2002 08:09:05 -0000	2.12
@@ -431,7 +431,7 @@
 </FORM>
 [set tmp_ncols][/set]
 <!-- tq: [scratch sparams] -->
-<TABLE CELLSPACING=3D1 cellmargin=3D3>
+<TABLE __UI_T_PROPERTIES__>
 	<FORM ACTION=3D"[area href=3D"[either][cgi ui_searchpage][or]@@MV_PAGE@@[=
/either]"]" METHOD=3DGET>
 	<INPUT TYPE=3Dhidden NAME=3Dmv_data_table    VALUE=3D"[cgi mv_data_table]=
">
 	[if cgi ui_meta_view]
@@ -449,7 +449,7 @@
 	[/else]
 	[/if]
 	<INPUT TYPE=3Dhidden NAME=3Dmv_action        VALUE=3Dback>
-	<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
+	<TR class=3Drmarq>
 	[loop list=3D"[cgi ui_description_fields]"]
 	<TH[loop-calc]
 				my $extra =3D '';
@@ -458,7 +458,7 @@
 					$extra .=3D " $1";
 				}
 				return $extra || ' ALIGN=3DLEFT';
-			[/loop-calc]><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
+			[/loop-calc]>
 		[loop-change 1][condition]1[/condition]&nbsp;&nbsp;&nbsp;&nbsp;[/loop-ch=
ange 1]
 		<A HREF=3D"[area href=3D'__UI_BASE__/flex_group'
 						form=3D'
@@ -468,9 +468,9 @@
 					]"><IMG ALT=3D"select by [loop-code]" SRC=3D"smindex.gif" BORDER=3D0>=
</A></TH>
 	[/loop]
 	</tr>
-	<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
+	<TR class=3Drmarq>
 	[loop list=3D"[cgi ui_description_fields]"]
-	<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
+	<TH ALIGN=3DLEFT>
 		[loop-change 1][condition]1[/condition]&nbsp;&nbsp;&nbsp;&nbsp;[/loop-ch=
ange 1]
 		<A HREF=3D"[area href=3D'@@MV_PAGE@@'
 						form=3D`
@@ -488,7 +488,7 @@
 								ui_sort_option=3D$o
 							);
 						`
-					]">[loop-code]</TH>
+					]" class=3Drmarq>[loop-code]</TH>
 	[/loop]
 	</tr>
 	[tmp tmp_url]
@@ -505,7 +505,7 @@
 		[/if][/tmp]
 	[search-region more=3D1 form=3D"ui_meta_specific=3D[cgi ui_meta_specific]=
" arg=3D"[scratch sparams]"]
 	[search-list]
-	<TR [item-alternate 2]BGCOLOR=3D"__UI_T_ROW_EVEN__"[else]BGCOLOR=3D"__UI_=
T_ROW_ODD__"[/else][/item-alternate]>
+	<TR [item-alternate 2]class=3Drnorm[else]class=3Dralt[/else][/item-altern=
ate]>
=20
 	<TD><INPUT TYPE=3Dcheckbox NAME=3Ditem_id VALUE=3D"[item-code]">&nbsp;&nb=
sp;[page href=3D__UI_BASE__/flex_editor form=3D|
 								[scratch tmp_url]



2.5       +10 -12    interchange/dist/lib/UI/pages/admin/genconfig.html


rev 2.5, prev_rev 2.4
Index: genconfig.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/genconfig.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- genconfig.html	27 Jun 2002 04:59:50 -0000	2.4
+++ genconfig.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -7,13 +7,12 @@
=20
 <!-- ----- BEGIN REAL STUFF ----- -->
=20
-<center>
-<table __UI_T_PROPERTIES__>
-
-<tr><td align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
-<TABLE border=3D0>
+<div style=3D"margin-left: 5%">
+<table>
+<tr><td align=3Dleft class=3Drnorm>
+<TABLE __UI_T_PROPERTIES__>
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1><CENTER>[L]Catalog Information[/L]</CENTER>=
</TD>
+  <TD class=3Drmarq COLSPAN=3D3 align=3Dcenter>[L]Catalog Information[/L]<=
/TD>
 </TR>
=20
 <TR>
@@ -106,7 +105,7 @@
 </TR>
=20
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1><CENTER>[L]Interchange Server Information[/=
L]</CENTER></TD>
+  <TD class=3Drmarq COLSPAN=3D3 align=3Dcenter>[L]Interchange Server Infor=
mation[/L]</TD>
 </TR>
=20
 <TR>
@@ -178,7 +177,7 @@
 </TR>
=20
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1><CENTER>[L]Perl Information[/L]</CENTER></T=
D>
+  <TD class=3Drmarq COLSPAN=3D3 align=3Dcenter>[L]Perl Information[/L]</TD>
 </TR>
=20
 <TR>
@@ -210,7 +209,7 @@
 </TR>
=20
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1><CENTER>[L]Database Information[/L]</CENTER=
></TD>
+  <TD class=3Drmarq COLSPAN=3D3 align=3Dcenter>[L]Database Information[/L]=
</TD>
 </TR>
=20
 <TR>
@@ -237,7 +236,7 @@
 </TR>
=20
 <TR>
-  <TD BGCOLOR=3D__UI_C_TOPBLOCKBAR__ COLSPAN=3D3><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></TD>
+  <TD class=3Drborder COLSPAN=3D3><img src=3D"bg.gif" width=3D__UI_MAIN_WI=
DTH__ height=3D1></TD>
 </TR>
=20
 </TABLE>
@@ -245,8 +244,7 @@
 </td></tr>
=20
 </table>
-</center>
-
+</div>
=20
 <!-- ----- END REAL STUFF ----- -->
=20



2.4       +13 -41    interchange/dist/lib/UI/pages/admin/gentable.html


rev 2.4, prev_rev 2.3
Index: gentable.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/gentable.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- gentable.html	5 Dec 2001 22:52:10 -0000	2.3
+++ gentable.html	18 Aug 2002 08:09:05 -0000	2.4
@@ -7,23 +7,8 @@
=20
 <!-- ----- BEGIN REAL STUFF ----- -->
=20
-<center>
-<TABLE width=3D"90%" border=3D0 cellpadding=3D0 cellspacing=3D0>
-<tr bgcolor=3D"#000000" height=3D1><td></td></tr>
-<TR BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<TD VALIGN=3D"top" width=3D"20%">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-[L]Database tables[/L]
-</font>
-</td></tr>
-<tr bgcolor=3D"#000000" height=3D1><td></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td></td></tr>
-
-
-<tr><td align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
-
 <!-- touch metatable [data __UI_META_TABLE__ test test] -->
-<table border=3D0 cellspacing=3D0 cellmargin=3D0 cellpadding=3D3>
+<table cellpadding=3D2 cellspacing=3D0 width=3D"60%">
 [loop list=3D"[list-databases]"]
 [loop-sub db_action]
=20
@@ -120,36 +105,26 @@
 					},
 	};
 	my $out =3D '';
-	my @litems;
-	if($Variable->{UI_DBCONFIG}) {
-		@litems =3D (
-				'[L]edit[/L]',
-				'[L]import[/L]',
-				'[L]export[/L]',
-				'[L]upload[/L]',
-				'[L]download[/L]',
-				'[L]config[/L]',
-				'[L]Table name[/L] ([L]description[/L])',
-				);
-	}
-	else {
-		@litems =3D (
+	my @litems =3D (
 				'[L]edit[/L]',
 				'[L]import[/L]',
 				'[L]export[/L]',
 				'[L]upload[/L]',
 				'[L]download[/L]',
-				'[L]Table name[/L] ([L]description[/L])',
-				);
-	}
+			);
+	push @litems, '[L]config[/L]' if $Variable->{UI_DBCONFIG};
+	push @litems, '[L]Table name[/L] ([L]description[/L])';
+=09
 	if(! $dblist_done_one++) {
 		$out .=3D '<tr>';
+		my $i =3D 0;
 		for(@litems) {  # Add "report"
-			$out .=3D qq{<td bgcolor=3D"__UI_C_TITLEBARBG__" align=3Dcenter><font s=
ize=3D"-1" color=3D"__UI_C_TITLEBARTXT__">$_</td>};
+			my $align =3D $i++ =3D=3D $#litems ? 'left' : 'center';
+			$out .=3D qq{<td class=3Drmarq align=3D$align>$_</td>};
 		}
 		$out .=3D "</tr>";
 	}
-	$out .=3D '<tr>';
+	$out .=3D '<tr class=3Drnorm>';
=20
 	my @mitems =3D (qw/edit import export upload download/);
 	if($Variable->{UI_DBCONFIG}) {
@@ -171,14 +146,11 @@
 [/loop-sub]
 [loop-exec db_action][loop-data __UI_META_TABLE__ label][/loop-exec]
 [/loop]
+<tr class=3Drborder>
+	<td colspan=3D6><img src=3D"bg.gif" height=3D1></td>
+</tr>
 </table>
=20
-</td></tr>
-
-<tr bgcolor=3D"#000000" height=3D1><td></td></tr>
-
-</table>
-</center>
 [if-mm super]
 <blockquote>
 	[L]Hidden admin tables[/L]:



2.3       +8 -8      interchange/dist/lib/UI/pages/admin/group.html


rev 2.3, prev_rev 2.2
Index: group.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/group.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- group.html	29 Aug 2001 07:39:22 -0000	2.2
+++ group.html	18 Aug 2002 08:09:05 -0000	2.3
@@ -1,4 +1,4 @@
-[calc] $CGI->{no_dbmenu} =3D 1; $CGI->{access_menu} =3D 1; return [/calc]
+[calc]$Config->{NoSearch} =3D ''; $CGI->{no_dbmenu} =3D 1; $CGI->{access_m=
enu} =3D 1; return [/calc]
 [set page_title][L]Administration Group Manager[/L][/set]
 [set ui_class]Admin[/set]
 [set page_perm]group=3Dl[/set]
@@ -21,9 +21,9 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_nextpage VALUE=3D"__UI_BASE__/group_edit">
 <INPUT TYPE=3Dhidden NAME=3Dui_hide_key VALUE=3D"1">
=20
-<table __UI_T_PROPERTIES__>
+<table cellpadding=3D3 cellspacing=3D0 width=3D"70%">
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 [set [L]Create new group[/L]]
@@ -65,17 +65,17 @@
 [/set]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D"__UI_C_INTBLOCK__">
+<td colspan=3D2 class=3Drnorm>
 <input type=3D"submit" name=3D"mv_click" value=3D"[L]Create new group[/L]">
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D150>
+<td class=3Drnorm width=3D150>
 <input type=3D"submit" value=3D"[L]Edit group[/L]"><br><br>
 <input type=3D"submit" name=3D"mv_click" value=3D"[L]Show permissions[/L]"=
><p>
 [if-mm advanced access=3Dd]
@@ -84,7 +84,7 @@
 [/if-mm]
 </td>
=20
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D450>
+<td class=3Drnorm width=3D450>
 <select name=3D"group_id" size=3D10>
 [loop search=3D"fi=3Daccess/st=3Ddb/co=3Dyes/sf=3Dusername/se=3D:/bs=3Dyes=
/tf=3Dname"]
   <option value=3D"[loop-code]">[loop-data access name]
@@ -94,7 +94,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 </table>



2.2       +36 -29    interchange/dist/lib/UI/pages/admin/group_edit.html


rev 2.2, prev_rev 2.1
Index: group_edit.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/group_edit.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- group_edit.html	29 Aug 2001 07:39:36 -0000	2.1
+++ group_edit.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -7,6 +7,7 @@
 [set icon_name]icon_config.gif[/set]
 [calc]
 	$CGI->{mv_data_table} =3D $Values->{mv_data_table} =3D '__UI_ACCESS_TABLE=
__';=20
+	$Config->{NoSearch} =3D '';
 	return;
 [/calc]
=20
@@ -29,28 +30,28 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_update_empty VALUE=3D"1">
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields VALUE=3D"username name">
=20
-<table __UI_T_PROPERTIES__>
+<table cellpadding=3D3 cellspacing=3D0 width=3D"80%" align=3Dcenter>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <input type=3D"hidden" name=3D"group_id" value=3D"1001">
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Group name</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dtext size=3D40 name=3Dname maxlength=3D100 value=3D"[filter =
entities][loop-data __UI_ACCESS_TABLE__ name][/filter]">
 </td>
 </tr>
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Group ID</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [if cgi ui_hide_key]
 	<input type=3Dhidden name=3Dmv_data_function value=3D"update">
 	<input type=3Dhidden name=3Dusername value=3D"[loop-code]">[loop-code]
@@ -68,38 +69,44 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
-</table>
+<tr class=3Drnorm>
+	<td>&nbsp;</td>
+	<td>
+
+	[if-mm advanced access=3De]
+		[set Ok]
+		[calc]
+			$CGI->{username} =3D~ s/\W+//g;
+			$CGI->{username} =3D~ s/^/:/;
+			return;
+		[/calc]
+		mv_todo=3Dset
+		[/set]
+		<input type=3Dsubmit name=3D"mv_click" value=3D"Ok">
+		<input type=3Dsubmit value=3D"Cancel">
+	[else]
+		[set Back]
+		mv_todo=3Dback
+		[/set]
+		<input type=3Dsubmit value=3D"Back">
+	[/else]
+	[/if-mm]
+</td>
+</tr>
=20
-<p>
+<tr>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
+</tr>
=20
-[if-mm advanced access=3De]
-	[set Ok]
-	[calc]
-		$CGI->{username} =3D~ s/\W+//g;
-		$CGI->{username} =3D~ s/^/:/;
-		return;
-	[/calc]
-	mv_todo=3Dset
-	[/set]
-	<input type=3Dsubmit name=3D"mv_click" value=3D"Ok">
-	<input type=3Dsubmit value=3D"Cancel">
-[else]
-	[set Back]
-	mv_todo=3Dback
-	[/set]
-	<input type=3Dsubmit value=3D"Back">
-[/else]
-[/if-mm]
+</table>
=20
=20
 </form>
=20
 [/loop]
-
-</form>
=20
 @_UI_STD_FOOTER_@
=20



2.5       +28 -14    interchange/dist/lib/UI/pages/admin/import_table.html


rev 2.5, prev_rev 2.4
Index: import_table.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/import_table.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- import_table.html	14 Aug 2002 15:52:48 -0000	2.4
+++ import_table.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -118,19 +118,39 @@
 <form action=3D"[area @@MV_PAGE@@]" method=3D"POST" ENCTYPE=3D"multipart/f=
orm-data">
 <input type=3Dhidden name=3Dmv_session_id value=3D"[data session id]">
 <INPUT TYPE=3Dhidden NAME=3Dmv_action     VALUE=3Dreturn>
-<INPUT TYPE=3Dhidden NAME=3Dui_return_to VALUE=3D"__UI_BASE__/genxport">
+<INPUT TYPE=3Dhidden NAME=3Dui_return_to VALUE=3D"__UI_BASE__/gentable">
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+	<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WID=
TH__ height=3D1></td>
+</tr>
+
+<tr class=3Drnorm>
+	<td class=3Dclabel>Table Name</td>
+	<td class=3Dcdata>
+=09=09
+		<select name=3D"mv_data_table">
+		[loop
+			list=3D"[list-databases extended=3Di]"
+			option=3Dmv_data_table
+		]<option value=3D"[loop-code]">[loop-code][/loop]
+		</select>
+	</td>
+</tr>
+<tr class=3Drnorm>
+	<td class=3Dclabel>Import from File</td>
+	<td class=3Dcdata>
+	<input type=3Dfile name=3Dupload_file>
+	<BR>
+	<input type=3D"submit" value=3D"[L]Import[/L]">
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
-<input type=3Dfile name=3Dupload_file>
-<BR>
-<input type=3D"submit" value=3D"[L]Import[/L]">
+	<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WID=
TH__ height=3D1></td>
+</tr>
+
+<tr class=3Drnorm>
+	<td colspan=3D2>
 <br>
-<hr>
 <SELECT NAME=3Dui_upload_ext>
 	<OPTION VALUE=3Dadd> [L]Add new items if present[/L]
 	<OPTION VALUE=3Dcleanse> [L]Replace existing items[/L]
@@ -149,17 +169,11 @@
 <BR><INPUT TYPE=3Dradio NAME=3Dui_import_quiet VALUE=3D1 [checked name=3Du=
i_import_quiet value=3D1 default=3D1]> [L]Show summary messages only[/L]
 <BR><INPUT TYPE=3Dradio NAME=3Dui_import_quiet VALUE=3D2 [checked name=3Du=
i_import_quiet value=3D2]> [L]Show *no* messages[/L]
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
=20
-<select name=3D"mv_data_table">
-[loop list=3D"[list-databases extended=3Di]" option=3Dmv_data_table]<optio=
n value=3D"[loop-code]"> [loop-code]
-[/loop]
-</select>
-</td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.6       +7 -5      interchange/dist/lib/UI/pages/admin/index.html


rev 2.6, prev_rev 2.5
Index: index.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/index.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- index.html	14 Aug 2002 15:52:48 -0000	2.5
+++ index.html	18 Aug 2002 08:09:05 -0000	2.6
@@ -53,9 +53,11 @@
=20
 [/strip]
 @_UI_STD_HEAD_@
-<table width=3D"100%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" hei=
ght=3D"320" width=3D700 bgcolor=3D"#eeeeee">
+<table width=3D"100%" border=3D0 cellspacing=3D0 cellpadding=3D0 height=3D=
320 width=3D700 bgcolor=3D"#eeeeee">
 <tr>
-<td valign=3Dtop>
+<td valign=3Dtop style=3D"
+		border: 2px solid #996633;
+">
 <br><br><br>
 <div align=3Dcenter>
 <table width=3D"90%" border=3D"1" cellspacing=3D0 cellpadding=3D"0">
@@ -81,8 +83,8 @@
 <H1>Admin interface will not work properly.</H1>
 Please install needed Perl modules:
 <small>
-<blockquote>
-	<FONT COLOR=3D"__UI_C_CONTRAST__">$imp</FONT>
+<blockquote class=3Dcerror>
+	$imp
 </blockquote>
 <blockquote>
 	$minor
@@ -112,7 +114,7 @@
=20
 [menu
 	  name=3DTop
-	  inactive=3Dinactive
+	  inactive=3Dinactive,msort
 	  localize=3Dname,description
 	  ui_security=3Ddepends_on
 	  lr=3D1]



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


rev 2.9, prev_rev 2.8
Index: item.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/item.html,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- item.html	5 Feb 2002 05:32:13 -0000	2.8
+++ item.html	18 Aug 2002 08:09:05 -0000	2.9
@@ -359,7 +359,6 @@
=20
       </td>
       <td align=3D"left" valign=3D"center">
-	<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
 	<A HREF=3D"[area href=3D'@@MV_PAGE@@'
 					form=3D`
 						my $f =3D '[loop-code]';



2.1       +8 -9      interchange/dist/lib/UI/pages/admin/item_option_phanto=
m.html


rev 2.1, prev_rev 2.0
Index: item_option_phantom.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/item_option_phantom.=
html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- item_option_phantom.html	18 Jul 2001 02:22:00 -0000	2.0
+++ item_option_phantom.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -49,23 +49,22 @@
=20
 [seti phantom_form]
 <TABLE CELLSPACING=3D0 CELLPADDING=3D2 CELLMARGIN=3D3 WIDTH=3D"600">
-<TR BGCOLOR=3D"__UI_T_ROW_EVEN__">
+<tr class=3Drnorm>
 	<TD COLSPAN=3D4>
 		<INPUT TYPE=3Dcheckbox NAME=3D"ui_phantom_takeover" VALUE=3D1> Take over=
 all options for group
 	</TD>
 </TR>
-<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
+<TR class=3Drmarq>
 	<TD ALIGN=3DCENTER COLSPAN=3D4>
-		<FONT COLOR=3D"__UI_C_TITLEBARTXT__" SIZE=3D"+1">
 		Take over selected options
 		<INPUT TYPE=3Dhidden NAME=3Dmv_click VALUE=3Dphantom_inherit>
-	</TH>
+	</td>
 </TR>
-<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
-	<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">SKU</TH>
-	<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">Master</TH>
-	<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">Grp</TH>
-	<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">Description</TH>
+<TR class=3Drmarq>
+	<TH ALIGN=3DLEFT>SKU</TH>
+	<TH ALIGN=3DLEFT>Master</TH>
+	<TH ALIGN=3DLEFT>Grp</TH>
+	<TH ALIGN=3DLEFT>Description</TH>
 </TR>
 	[seti mod_template]
 	<TR>



2.3       +82 -83    interchange/dist/lib/UI/pages/admin/layout.html


rev 2.3, prev_rev 2.2
Index: layout.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/layout.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- layout.html	17 Jul 2002 18:58:32 -0000	2.2
+++ layout.html	18 Aug 2002 08:09:05 -0000	2.3
@@ -8,7 +8,7 @@
=20
 @_UI_STD_HEAD_@
 <!-- ----- BEGIN REAL STUFF ----- -->
-<table __UI_T_PROPERTIES__>
+<table __UI_T_PROPERTIES__ width=3D"90%">
=20
 [flag type=3Dwrite table=3Darea]
 [flag type=3Dwrite table=3Dcat]
@@ -35,11 +35,11 @@
 [/set]
=20
 <tr class=3Drtitle>
-<td [if value area]colspan=3D3[/if] class=3Dctitle><img src=3D"bg.gif" wid=
th=3D__UI_MAIN_WIDTH__ height=3D1>[page __UI_BASE__/layout_auto]auto-popula=
te</A></td>
+<td [if value area]colspan=3D3[/if] class=3Dctitle><img src=3D"bg.gif" wid=
th=3D__UI_MAIN_WIDTH__ height=3D1>[page href=3D__UI_BASE__/layout_auto extr=
a=3Drmarq]auto-populate</A></td>
 </tr>
=20
 <tr>
-<td valign=3Dtop bgcolor=3D"__UI_C_INTBLOCK__">
+<td valign=3Dtop class=3Drnorm>
=20
 <FORM METHOD=3DGET ACTION=3D"[process]" name=3D"areaform">
 <input type=3Dhidden name=3Dmv_session_id  value=3D"[data session id]">
@@ -74,7 +74,7 @@
 		option=3Darea ]
 <option value=3D"[loop-code]">[loop-param sel] -- [loop-filter 20][loop-pa=
ram name][/loop-filter][loop-calc]
 	push @{ $Scratch->{area_sort} }, [
-		q/[loop-code]/,
+		q{[loop-code]},
 		sprintf('%03d', ++$Scratch->{start_sort})
 	];
 	return;
@@ -84,9 +84,8 @@
=20
 [perl tables=3Darea]
 	my $db =3D $Db{area} || return;
-	my $settor =3D $db->field_settor('sort');
 	foreach ( @{ $Scratch->{area_sort} } ) {
-		$settor->( @$_ );
+		$db->set_field( $_->[0], 'sort', $_->[1] );
 	}
 	delete $Scratch->{start_sort};
 	return;
@@ -185,7 +184,7 @@
=20
 [if cgi area]
 [then]
-<td valign=3Dtop bgcolor=3D"__UI_C_INTBLOCK__">
+<td valign=3Dtop class=3Drnorm>
=20
 <B>Contains:</B><BR>
=20
@@ -219,9 +218,8 @@
=20
 [perl tables=3Dcat]
 	my $db =3D $Db{cat} || return;
-	my $settor =3D $db->field_settor('sort');
 	foreach ( @{ $Scratch->{cat_sort} } ) {
-		$settor->( @$_ );
+		$db->set_field( $_->[0], 'sort', $_->[1] );
 	}
 	delete $Scratch->{start_sort};
 	return;
@@ -314,7 +312,7 @@
=20
 </td>
=20
-<td bgcolor=3D"__UI_C_INTBLOCK__" valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
=20
=20
 <table>
@@ -409,9 +407,9 @@
 </tr>
 </table>
=20
-<table __UI_T_PROPERTIES__>
+<table __UI_T_PROPERTIES__ width=3D"90%">
 <tr>
-<td valign=3Dtop bgcolor=3D"__UI_C_INTBLOCK__">
+<td valign=3Dtop class=3Drnorm>
 <!--- BEGIN SECTION PROPERTIES -->
=20
 [value name=3Dmv_data_table set=3D"area" hide=3D1]
@@ -460,27 +458,27 @@
 <INPUT TYPE=3Dhidden name=3Dmv_data_fields value=3D"code sel which_page li=
nk_type name display_type">
 <INPUT TYPE=3Dhidden NAME=3Dcode VALUE=3D"[table-code]">
=20
-<table __UI_T_PROPERTIES__>
+<table __UI_T_PROPERTIES__ width=3D"90%">
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__ colspan=3D2><font color=3D"#ffffff"><im=
g src=3D"icon_pages.gif">&nbsp;Section Properties</td>
+<td class=3Drmarq colspan=3D2><img src=3D"icon_pages.gif">&nbsp;Section Pr=
operties</td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Name</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT SIZE=3D40 NAME=3Dname Value=3D"[table-data area name]">
 	</td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Page&nbsp;class</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<input type=3Dhidden name=3D"ui_filter:which_page" value=3D"null_to_space=
">
 	<table> <tr> <td>
 		<small>
@@ -517,10 +515,10 @@
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Page area</b>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<input type=3Dhidden name=3D"ui_filter:sel" value=3D"nullselect">
 	<table><tr><td>
@@ -549,16 +547,16 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__><HR></td>
+<td colspan=3D2 class=3Drnorm><HR></td>
 </tr>
=20
 [set ui_area_type][table-data area link_type][/set]
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Link type</b>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		[display table=3Darea column=3Dlink_type key=3D"[value area]" js=3D|onCh=
ange=3D"this.form.submit()"|]
 	</td>
 </tr>
@@ -566,10 +564,10 @@
 [if scratch ui_area_type eq external]
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"url">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>External</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT SIZE=3D40 NAME=3Durl value=3D"[table-data area url]">
 	</td>
@@ -577,10 +575,10 @@
 [elsif scratch ui_area_type eq internal]
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"url">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Interchange page</B></small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<input type=3Dhidden name=3D"ui_filter:url" value=3D"null_to_space">
 	<select name=3Durl>
@@ -602,10 +600,10 @@
 	</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Parameters</B></small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT NAME=3Durl SIZE=3D40 VALUE=3D"[calc]$ui_arg[/calc]">
 	</td>
@@ -618,7 +616,7 @@
 	return;
 [/calc]
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small><b>Table
 	</td>
 	<td>
@@ -630,20 +628,20 @@
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small><b>field=3Dcolumn pairs
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small>
 		<TEXTAREA NAME=3Dselector COLS=3D30 ROWS=3D3>[table-data area selector]<=
/TEXTAREA>
 	</td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small><b>Results page
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small>
 		<select name=3Dpage>
 		[calc]
@@ -672,7 +670,7 @@
 <INPUT TYPE=3Dhidden NAME=3Dui_return_to value=3D"@@MV_PAGE@@">
 <INPUT TYPE=3Dhidden NAME=3Dui_return_to value=3D"area=3D[table-code]">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	[set Create]
 	mv_todo=3Dback
 	mv_nextpage=3D__UI_BASE__/search_wizard
@@ -684,7 +682,7 @@
 							this.form.ui_searchblob.value=3Dthis.form.search.value;
 						">&nbsp;<small><INPUT TYPE=3Dbutton onClick=3D"this.form.search.valu=
e=3D''" VALUE=3D"clear search">
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		[calc]
 		my $n =3D 4;
@@ -710,16 +708,16 @@
 [/if]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__><HR></td>
+<td colspan=3D2 class=3Drnorm><HR></td>
 </tr>
=20
 [set ui_area_display][table-data area display_type][/set]
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Display type</b>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		[display table=3Darea column=3Ddisplay_type key=3D"[value area]" js=3D|o=
nChange=3D"this.form.submit()"|]
 	</td>
@@ -730,20 +728,20 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"image_prop">
 <input type=3Dhidden name=3D"ui_filter:image" value=3D"nullselect">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Image</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<small>
 	[display table=3Darea column=3Dimage key=3D"[value area]" js=3D|onChange=
=3D"this.form.submit()"|]
 	</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Image properties</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		<input name=3D"image_prop" size=3D30 VALUE=3D"[calc]
 		$image_prop =3D q{[table-data area image_prop]};
@@ -754,10 +752,10 @@
 </tr>
 [/if]
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Link template</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<input type=3Dhidden name=3Dmv_data_fields value=3Dlink_template>
 	[display table=3Darea column=3Dlink_template key=3D"[value area]"]
@@ -774,7 +772,7 @@
 <!--- END SECTION PROPERTIES -->
=20
 <!--- BEGIN CATEGORY PROPERTIES -->
-<td valign=3Dtop bgcolor=3D"__UI_C_INTBLOCK__" width=3D50%">
+<td valign=3Dtop class=3Drnorm width=3D"50%">
=20
 [value name=3Dmv_data_table set=3D"cat" hide=3D1]
=20
@@ -821,16 +819,17 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields VALUE=3D"code link_type name di=
splay_type">
 <INPUT TYPE=3Dhidden NAME=3Dcode VALUE=3D"[table-code]">
=20
-<table __UI_T_PROPERTIES__>
+<table __UI_T_PROPERTIES__ width=3D"90%">
=20
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__ colspan=3D2><font color=3D"#ffffff"><im=
g src=3D"icon_pages.gif">&nbsp;Category properties</td>
+<tr>
+<td class=3Drmarq colspan=3D2><img src=3D"icon_pages.gif">&nbsp;Category p=
roperties</td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Name</B></small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT SIZE=3D40 NAME=3Dname Value=3D"[table-data cat name]">
 	</td>
@@ -839,10 +838,10 @@
 [set ui_cat_type][table-data cat link_type][/set]
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Link type</b>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		[display table=3Dcat column=3Dlink_type key=3D"[value cat]" js=3D|onChan=
ge=3D"this.form.submit()"|]
 	</td>
 </tr>
@@ -851,10 +850,10 @@
 [if scratch ui_cat_type eq external]
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"url">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>External</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT SIZE=3D40 NAME=3Durl value=3D"[table-data cat url]">
 	</td>
@@ -862,10 +861,10 @@
 [elsif scratch ui_cat_type eq internal]
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"url">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Interchange page</B></small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<input type=3Dhidden name=3D"ui_filter:url" value=3D"null_to_space">
 	<select name=3Durl>
@@ -887,10 +886,10 @@
 	</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Parameters</B></small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT NAME=3Durl SIZE=3D40 VALUE=3D"[calc]$ui_arg[/calc]">
 	</td>
@@ -898,10 +897,10 @@
 [/elsif]
 [elsif scratch ui_cat_type eq explode]
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Explode file</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<select name=3Dexplode>
 	[calc]
@@ -929,7 +928,7 @@
 	return;
 [/calc]
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small><b>Table
 	</td>
 	<td>
@@ -941,20 +940,20 @@
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small><b>field=3Dcolumn pairs
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small>
 		<TEXTAREA NAME=3Dselector COLS=3D30 ROWS=3D3>[table-data cat selector]</=
TEXTAREA>
 	</td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small><b>Results page
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 		<small>
 		<select name=3Dpage>
 		[calc]
@@ -984,7 +983,7 @@
 <INPUT TYPE=3Dhidden NAME=3Dui_return_to value=3D"area=3D[cgi area]">
 <INPUT TYPE=3Dhidden NAME=3Dui_return_to value=3D"cat=3D[table-code]">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	[set Create]
 	mv_todo=3Dback
 	mv_nextpage=3D__UI_BASE__/search_wizard
@@ -996,7 +995,7 @@
 							this.form.ui_searchblob.value=3Dthis.form.search.value;
 						">&nbsp;<small><INPUT TYPE=3Dbutton onClick=3D"this.form.search.valu=
e=3D''" VALUE=3D"clear search">
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		[calc]
 		my $n =3D 4;
@@ -1024,21 +1023,21 @@
=20
 [if scratch needs_banner_info]
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"banner_text">
 	<INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"banner_image">
 	<small><b>Banner Text
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<INPUT SIZE=3D40 NAME=3Dbanner_text value=3D"[table-data cat banner_text]=
">
 	</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><b>Banner Image
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		<INPUT SIZE=3D40 NAME=3Dbanner_img value=3D"[table-data cat banner_img]">
 	</td>
@@ -1046,16 +1045,16 @@
 [/if]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__><HR></td>
+<td colspan=3D2 class=3Drnorm><HR></td>
 </tr>
=20
 [set ui_cat_display][table-data cat display_type][/set]
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small><B>Display type</b>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		[display table=3Dcat column=3Ddisplay_type key=3D"[value cat]" js=3D|onC=
hange=3D"this.form.submit()"|]
 	</td>
@@ -1066,20 +1065,20 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields value=3D"image_prop">
 <input type=3Dhidden name=3D"ui_filter:image" value=3D"nullselect">
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Image</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<small>
 	[display table=3Dcat column=3Dimage key=3D"[value cat]" js=3D|onChange=3D=
"this.form.submit()"|]
 	</td>
 </tr>
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Image properties</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 		<input name=3D"image_prop" size=3D30 VALUE=3D"[calc]
 		$image_prop =3D q{[table-data cat image_prop]};
@@ -1091,10 +1090,10 @@
 [/if]
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<B>Link template</B>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<small>
 	<input type=3Dhidden name=3Dmv_data_fields value=3Dlink_template>
 	[display table=3Dcat column=3Dlink_template key=3D"[value cat]"]
@@ -1118,11 +1117,11 @@
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 [/then]
@@ -1131,7 +1130,7 @@
 </tr>
=20
 <tr>
-<td [if value area]colspan=3D2[/if] bgcolor=3D__UI_C_TOPBLOCKBAR__><img sr=
c=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td [if value area]colspan=3D2[/if] class=3Drborder><img src=3D"bg.gif" wi=
dth=3D__UI_MAIN_WIDTH__ height=3D1></td>
 </tr>
 [/else]
 [/if]



2.5       +40 -31    interchange/dist/lib/UI/pages/admin/layout_auto.html


rev 2.5, prev_rev 2.4
Index: layout_auto.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/layout_auto.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- layout_auto.html	17 Jul 2002 18:58:32 -0000	2.4
+++ layout_auto.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -29,15 +29,16 @@
 <input type=3Dhidden name=3Dmv_session_id  value=3D"[data session id]">
 <input type=3Dhidden name=3Dmv_action value=3Dback>
=20
-<table border=3D0 __UI_T_PROPERTIES__>
+<table border=3D0 __UI_T_PROPERTIES__ width=3D"70%">
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
-<tr bgcolor=3D"__UI_C_INTBLOCK__">
-<td width=3D"25%">
+<tr class=3Drnorm>
+<td class=3Dclabel>1.</td>
+<td class=3Dclabel width=3D"25%">
=20
-1. Choose a table as the source:
+Choose a table as the source:
=20
 </td>
 <td>
@@ -66,11 +67,12 @@
 </select>
 </td>
 </tr>
-<tr>
-<td>
-2. Choose a column to populate areas:
+<tr class=3Drnorm>
+<td class=3Dclabel>2.</td>
+<td class=3Dclabel>
+Choose a column to populate areas:
 </td>
-<td>
+<td class=3Dclabel>
 <select name=3D"area_column">
 <option value=3D""> -- none --
 [loop list=3D"[db-columns table=3D'[value area_table]']" option=3Darea_col=
umn]
@@ -79,9 +81,10 @@
 </select>
 </td>
 </tr>
-<tr>
-<td>
-3. Choose a column to populate categories:
+<tr class=3Drnorm>
+<td class=3Dclabel>3.</td>
+<td class=3Dclabel>
+Choose a column to populate categories:
 </td>
 <td>
 <select name=3D"cat_column">
@@ -92,9 +95,10 @@
 </select>
 </td>
 </tr>
-<tr>
-<td>
-4. Choose a search type:
+<tr class=3Drnorm>
+<td class=3Dclabel>4.</td>
+<td class=3Dclabel>
+Choose a search type:
 </td>
 <td>
 <select name=3D"cat_type" onChange=3D"change_ta(this.form.search_code,this=
form.cat_type.value)">
@@ -104,9 +108,10 @@
 </select>
 </td>
 </tr>
-<tr>
-<td valign=3Dtop>
-5. Complex search code:
+<tr class=3Drnorm>
+<td class=3Dclabel valign=3Dtop>5.</td>
+<td valign=3Dtop class=3Dclabel>
+Complex search code:
 </td>
 <td>
 NOTE: Not active unless complex search selected above.<br>
@@ -133,33 +138,37 @@
 </textarea>
 </td>
 </tr>
-<tr bgcolor=3D"__UI_C_INTBLOCK__">
-<td>
-6. Select the page class:
+<tr class=3Drnorm>
+<td class=3Dclabel>6.</td>
+<td class=3Dclabel>
+Select the page class:
 </td>
 <td>
 <INPUT NAME=3Dwhich_page VALUE=3Dall>
 </td>
 </tr>
-<tr bgcolor=3D"__UI_C_INTBLOCK__">
-<td>
-7. Select the page area:
+<tr class=3Drnorm>
+<td class=3Dclabel>7.</td>
+<td class=3Dclabel>
+Select the page area:
 </td>
 <td>
 <INPUT NAME=3Dsel VALUE=3Dleft>
 </td>
 </tr>
-<tr bgcolor=3D"__UI_C_INTBLOCK__">
-<td>
-8. Decide whether to remove previous settings:
+<tr class=3Drnorm>
+<td class=3Dclabel>8.</td>
+<td class=3Dclabel>
+Decide whether to remove previous settings:
 </td>
 <td>
 <SELECT NAME=3Dnuke><OPTION VALUE=3D0>No <OPTION VALUE=3D1>Yes</SELECT>
 </td>
 </tr>
-<tr>
-<td>
-9. Click this button to populate:
+<tr class=3Drnorm>
+<td class=3Dclabel>9.</td>
+<td class=3Dclabel>
+Click this button to populate:
 </td>
 <td>
 [button text=3D"Populate"]
@@ -292,7 +301,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.5       +7 -3      interchange/dist/lib/UI/pages/admin/login.html


rev 2.5, prev_rev 2.4
Index: login.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/login.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- login.html	14 Aug 2002 15:52:48 -0000	2.4
+++ login.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -25,7 +25,11 @@
 <div align=3Dcenter>
 <table width=3D"60%" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" heig=
ht=3D"200">
 <tr>
-<td bgcolor=3D"#EEEEEE" width=3D"700"> <font size=3D"3"><b><font face=3D"V=
erdana, Arial, Helvetica, sans-serif" color=3D"#000066">&nbsp;&nbsp;</font>=
</b></font>=20
+<td valign=3Dtop style=3D"
+			border: 2px solid #996633;
+			background-color: #EEEEEE;
+		"
+width=3D"700"> <font size=3D"3"><b><font face=3D"Verdana, Arial, Helvetica=
, sans-serif" color=3D"#000066">&nbsp;&nbsp;</font></b></font>=20
 <table width=3D"250" border=3D"1" cellspacing=3D"0" cellpadding=3D"0" alig=
n=3D"center">
 <tr>
 <td>
@@ -75,8 +79,8 @@
 <H1>Admin interface will not work properly.</H1>
 Please install needed Perl modules:
 <small>
-<blockquote>
-	<FONT COLOR=3D"__UI_C_CONTRAST__">$imp</FONT>
+<blockquote class=3Dcerror>
+	$imp
 </blockquote>
 <blockquote>
 	$minor



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


rev 2.13, prev_rev 2.12
Index: menu_editor.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/menu_editor.html,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -r2.12 -r2.13
--- menu_editor.html	15 Aug 2002 16:30:33 -0000	2.12
+++ menu_editor.html	18 Aug 2002 08:09:05 -0000	2.13
@@ -65,7 +65,7 @@
 			$Tag->backup_file($menufile) if -f $menufile;
 			if($Tag->write_relative_file($menufile, $text) ) {
 				$Tag->warnings( errmsg(
-									"Menu '%s' saved to file %s.",
+									"Menu '%s' saved to file %s. Active on next access.",
 									$menuname,
 									$menufile,
 								));



2.2       +13 -15    interchange/dist/lib/UI/pages/admin/merchandising.html


rev 2.2, prev_rev 2.1
Index: merchandising.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/merchandising.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- merchandising.html	29 Jul 2001 21:34:11 -0000	2.1
+++ merchandising.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -93,25 +93,24 @@
 	return;
 [/calc]
 <TABLE border=3D0 CELLSPACING=3D0 width=3D"90%">
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_PA=
GE@@ form=3D`
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
+<TR class=3Drmarq>
+<TH ALIGN=3DLEFT>[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dsku\n" . sortrev('sku');
 	`][L]SKU[/L]</TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[page href=3D@@MV_PA=
GE@@ form=3D`
+<TH ALIGN=3DLEFT>[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Ddescription\n" . sortrev('description');
 	`][L]Description[/L]</TH>
-<TH ALIGN=3DCENTER><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[L]Qty pricing[/L]=
</TH>
-<TH ALIGN=3DCENTER><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[L]Up-sell[/L]</TH>
-<TH ALIGN=3DCENTER><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[L]Cross-sell[/L]<=
/TH>
-<TH ALIGN=3DCENTER><FONT COLOR=3D"__UI_C_TITLEBARTXT__">[L]Promotion[/L]</=
TH>
-<TH><FONT COLOR=3D"__UI_C_TITLEBARTXT__">&nbsp;</TH>
+<TH ALIGN=3DCENTER>[L]Qty pricing[/L]</TH>
+<TH ALIGN=3DCENTER>[L]Up-sell[/L]</TH>
+<TH ALIGN=3DCENTER>[L]Cross-sell[/L]</TH>
+<TH ALIGN=3DCENTER>[L]Promotion[/L]</TH>
+<TH>&nbsp;</TH>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D7></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D7></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D7></td></tr>
 [/on-match]
 [search-list]
-<TR [item-alternate 2]BGCOLOR=3D"__UI_T_ROW_EVEN__"[else]BGCOLOR=3D"__UI_T=
_ROW_ODD__"[/else][/item-alternate]>
+<TR [item-alternate 2]class=3Drnorm[else]class=3Dralt[/else][/item-alterna=
te]>
 <TD>[page href=3D__UI_BASE__/item_edit
 			form=3D"
 				ui_return_to=3D@@MV_PAGE@@
@@ -151,10 +150,9 @@
 </td>
 </tr>
 [/no-match]
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D8><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 [more-list]
-<tr>
+<tr class=3Drnorm>
 <td colspan=3D6 align=3Dcenter>
 [L]More items[/L]: [decade-next][/decade-next] [more] [decade-prev][/decad=
e-prev]
 </td>



2.8       +26 -25    interchange/dist/lib/UI/pages/admin/order.html


rev 2.8, prev_rev 2.7
Index: order.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order.html,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- order.html	28 Jul 2002 15:13:52 -0000	2.7
+++ order.html	18 Aug 2002 08:09:05 -0000	2.8
@@ -176,49 +176,48 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_nextpage VALUE=3D"@@MV_PAGE@@">
 <INPUT TYPE=3Dhidden NAME=3Dmv_todo VALUE=3Dback>
 <TABLE border=3D0 CELLSPACING=3D0 width=3D"90%">
-<tr bgcolor=3D000000 height=3D1><td colspan=3D8></td></tr>
-<TR BGCOLOR=3D"__UI_C_TITLEBARBG__">
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
+<TR class=3Drmarq>
 <th>&nbsp;</th>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DLEFT>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dcode\n" . sortrev('code');
 	`][L]Order[/L]</A>
 </TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DLEFT>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dlname,fname\n" . sortrev('lname');
 	`][L]User[/L]</A>
 </TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DLEFT>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dcountry,state,city\n" . sortrev('country');
 	`][L]Location[/L]</A>
 </TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DLEFT>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dorder_date\n" . sortrev('order_date');
 	`][L]Date[/L]/[L]Time[/L]</A>
 </TH>
-<TH ALIGN=3DLEFT><FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DLEFT>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dnitems\n" . sortrev('nitems', 1);
 `][L]Items[/L]</A>
 </TH>
-<TH ALIGN=3DCENTER><FONT SIZE=3D-1 COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DCENTER>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dtotal_cost\n" . sortrev('total_cost', 1);
 `][L]Total[/L]</A>
 </TH>
-<TH ALIGN=3DRIGHT><FONT SIZE=3D-1 COLOR=3D"__UI_C_TITLEBARTXT__">
-[page href=3D@@MV_PAGE@@ form=3D`
+<TH ALIGN=3DRIGHT>
+[page href=3D@@MV_PAGE@@ extra=3Drmarq form=3D`
 	return "ui_sort_field=3Dstatus\n" . sortrev('status');
 `][L]Status[/L]</A>
 </TH>
 </tr>
-<tr bgcolor=3D000000 height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3DFFFFFF height=3D2><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 [search-list]
-<TR [item-alternate 2]BGCOLOR=3D"__UI_T_ROW_EVEN__"[else]BGCOLOR=3D"__UI_T=
_ROW_ODD__"[/else][/item-alternate]>
+<TR [item-alternate 2]class=3Drnorm[else]class=3Dralt[/else][/item-alterna=
te]>
 <TD>
 <INPUT TYPE=3Dcheckbox NAME=3Dorder VALUE=3D"[item-code]"
 		[item-calc]
@@ -255,19 +254,21 @@
 [/search-list]
 [no-match]
 <tr>
-<td colspan=3D6>
+<td colspan=3D8>
 <br>
 <B>[L]No orders[/L]</B>
 <br><br>
 </td>
 </tr>
 [/no-match]
-<tr bgcolor=3D000000 height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3DFFFFFF height=3D8><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 [more-list]
-<tr>
-<td colspan=3D6 align=3Dcenter>
-[msg arg.0=3D"[matches]" arg.1=3D"[value mv_search_match_count]"]Orders %s=
 of %s [scratch archive_label] displayed.[/msg] [L]More orders[/L]: [decade=
-next][/decade-next] [more] [decade-prev][/decade-prev]
+<tr class=3Dralt>
+<td colspan=3D8 align=3Dcenter>
+<br>
+<b>[msg arg.0=3D"[matches]" arg.1=3D"[value mv_search_match_count]"]Orders=
 %s of %s [scratch archive_label] displayed.[/msg] [L]More orders[/L]:</b> =
[decade-next][/decade-next] [more] [decade-prev][/decade-prev]
+<br>
+&nbsp;
 </td>
 </tr>
 [/more-list]



2.5       +23 -23    interchange/dist/lib/UI/pages/admin/order_status.html


rev 2.5, prev_rev 2.4
Index: order_status.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_status.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- order_status.html	10 Jun 2002 18:59:00 -0000	2.4
+++ order_status.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -122,36 +122,36 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_key VALUE=3D"[value ui_data_key_name]">
 <INPUT TYPE=3Dhidden NAME=3Dmv_update_empty VALUE=3D"1">
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields VALUE=3D"code status archived d=
eleted">
-<table width=3D"95%"><tr><td BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<table width=3D"100%"><tr><td BGCOLOR=3D"__UI_C_TITLEBARBG__">
+<table width=3D"95%"><tr><td class=3Drborder>
+<table width=3D"100%"><tr><td class=3Drnorm>
 <table CELLSPACING=3D0 CELLMARGIN=3D0 WIDTH=3D"100%">
 [loop list=3D"[cgi order]"]
 <TR>
-<TD ALIGN=3DRIGHT><B>[L]Order date[/L]</B></TD>
-<TD BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TD ALIGN=3DRIGHT class=3Drmarq>[L]Order date[/L]</TD>
+<TD class=3Drnorm>
 [convert-date][loop-data transactions order_date][/convert-date]</TD>
 </TR>
 <TR>
-<TD ALIGN=3DRIGHT><B>[L]Status last updated[/L]</B></TD>
-<TD BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TD ALIGN=3DRIGHT class=3Drmarq>[L]Status last updated[/L]</TD>
+<TD class=3Drnorm>
 [convert-date][loop-data transactions update_date][/convert-date]</TD>
 </TR>
 [loop prefix=3Drow list=3D"status deleted archived"]
 [display table=3Dtransactions column=3D"[row-code]" key=3D"[loop-code]" ap=
plylocale=3D1
 										template=3D|
-<TR BGCOLOR=3D"__UI_T_ROW_ODD__">
-<TD BGCOLOR=3D"__UI_C_TITLEBARBG__" ALIGN=3Dright>
-	<FONT COLOR=3D"__UI_C_TITLEBARTXT__"><B>$LABEL$</B></FONT>
+<TR class=3Drnorm>
+<TD ALIGN=3Dright class=3Drmarq>
+	$LABEL$
 </TD>
-<TD VALIGN=3DTOP>
+<TD VALIGN=3DTOP class=3Drnorm>
 	<TABLE CELLSPACING=3D0 CELLMARGIN=3D0><TR><TD>$WIDGET$</TD><TD><I>$HELP$<=
/I>{HELPURL}<BR><A HREF=3D"$HELP_URL$">help</A>{/HELPURL}</TD></TR></TABLE>
 </TD>
 </TR>
 |]
 [/loop]
 <TR>
-<TD ALIGN=3DRIGHT>&nbsp;</TD>
-<TD BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TD ALIGN=3DRIGHT class=3Drmarq>&nbsp;</TD>
+<TD class=3Drnorm>
 [if-mm advanced order]
 	[button form=3Dtransactions bold=3D1 text=3D"[L]Ship checked order lines,=
 send email to customer if appropriate[/L]"]
 	mv_todo=3Dback
@@ -343,26 +343,26 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_key VALUE=3D"code">
 <INPUT TYPE=3Dhidden NAME=3Dmv_update_empty VALUE=3D"1">
 <INPUT TYPE=3Dhidden NAME=3Dmv_data_fields VALUE=3D"code status">
-<table width=3D"95%"><tr><td BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<table width=3D"100%"><tr><td BGCOLOR=3D"__UI_C_TITLEBARBG__">
+<table width=3D"95%"><tr><td class=3Drborder>
+<table width=3D"100%"><tr><td>
 <table CELLSPACING=3D0 CELLMARGIN=3D0 WIDTH=3D"100%">
 <TR>
-<TD ALIGN=3DRIGHT><FONT COLOR=3D"__UI_C_TITLEBARTXT__"><B>[L]SKU[/L]/[L]De=
scription[/L]</B></TD>
-<TD BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TD ALIGN=3DRIGHT class=3Drmarq>[L]SKU[/L]/[L]Description[/L]</TD>
+<TD class=3Drnorm>
 [L]SKU[/L]: [loop-data orderline sku], [loop-data orderline quantity]@[fil=
ter %.2f][loop-data orderline price][/filter] =3D [currency][loop-data orde=
rline subtotal][/currency]<BR>
 [loop-data orderline description]
 </TD>
 </TR>
 <TR>
-<TD ALIGN=3DRIGHT><FONT COLOR=3D"__UI_C_TITLEBARTXT__"><B>[L]Last updated[=
/L]</B></TD>
-<TD BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TD ALIGN=3DRIGHT class=3Drmarq>[L]Last updated[/L]</TD>
+<TD class=3Drnorm>
 [convert-date][loop-data orderline update_date][/convert-date]</TD>
 </TR>
 [display table=3Dorderline column=3D"status" key=3D"[loop-code]"
 										template=3D|
-<TR BGCOLOR=3D"__UI_T_ROW_ODD__">
-<TD BGCOLOR=3D"__UI_C_TITLEBARBG__" ALIGN=3Dright>
-	<FONT COLOR=3D"__UI_C_TITLEBARTXT__"><B>$LABEL$</B></FONT>
+<TR class=3Drnorm>
+<TD ALIGN=3Dright class=3Drmarq>
+	$LABEL$
 </TD>
 <TD VALIGN=3DTOP>
 	<TABLE CELLSPACING=3D0 CELLMARGIN=3D0><TR><TD>$WIDGET$</TD><TD><I>$HELP$<=
/I>{HELPURL}<BR><A HREF=3D"$HELP_URL$">help</A>{/HELPURL}</TD></TR></TABLE>
@@ -370,8 +370,8 @@
 </TR>
 |]
 <TR>
-<TD ALIGN=3DRIGHT>&nbsp;</TD>
-<TD BGCOLOR=3D"__UI_T_ROW_ODD__">
+<TD ALIGN=3DRIGHT class=3Drmarq>&nbsp;</TD>
+<TD class=3Drnorm>
 <INPUT TYPE=3Dsubmit VALUE=3D"[msg arg.0=3D"[loop-increment]"]Update statu=
s of line %s[/msg]">
 </TD>
 </table>



2.6       +26 -26    interchange/dist/lib/UI/pages/admin/order_view.html


rev 2.6, prev_rev 2.5
Index: order_view.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_view.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- order_view.html	14 Aug 2002 15:59:55 -0000	2.5
+++ order_view.html	18 Aug 2002 08:09:05 -0000	2.6
@@ -32,17 +32,17 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D6 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" height=
=3D1></td>
+<td colspan=3D6 class=3Drborder><img src=3D"bg.gif" height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D6 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D6 align=3Dleft class=3Drnorm>
 <b>[L]Order number[/L]: [loop-code] [L]Order date[/L]: [convert-date][loop=
-data transactions order_date][/convert-date]</b>
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D6 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D6 align=3Dleft class=3Drnorm>
 <b>[L]Customer[/L]:=20
 [if-loop-data transactions username]
 <A HREF=3D"[area
@@ -60,7 +60,7 @@
 <!-- ----- Affiliate Check ----- -->
 [if-loop-data transactions affiliate]
 <tr>
-<td colspan=3D6 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D6 align=3Dleft class=3Drnorm>
 <b>[L]Affiliate[/L]: [data table=3Daffiliate column=3Dname key=3D"[loop-da=
ta transactions affiliate]"]</b>
 </td>
 </tr>
@@ -197,36 +197,36 @@
 <!-- ----- Order information ----- -->
=20
 <tr>
-<td width=3D50 align=3Dcenter bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D50 align=3Dcenter class=3Drborder>
 <font size=3D2>
 <b>[L]Status[/L]</b></font></td>
=20
-<td width=3D230 align=3Dleft bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D230 align=3Dleft class=3Drborder>
 <font size=3D2>
 <b>[L]Name[/L]</b></font></td>
=20
-<td width=3D100 align=3Dleft bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D100 align=3Dleft class=3Drborder>
 <font size=3D2>
 <b>[L]SKU[/L]</b></font></td>
=20
-<td width=3D50 align=3Dcenter bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D50 align=3Dright class=3Drborder>
 <font size=3D2>
 <b>[L]Qty.[/L]</b></font></td>
=20
-<td width=3D70 align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D70 align=3Dright class=3Drborder>
 <font size=3D2>
 <b>[L]Each[/L]</b></font></td>
=20
-<td width=3D70 align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D70 align=3Dright class=3Drborder>
 <font size=3D2>
 <b>[L]Discount[/L]</b></font></td>
=20
-<td width=3D80 align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D80 align=3Dright class=3Drborder>
 <font size=3D2>
 <b>[L]Total[/L]</b></font></td>
 </tr>
 [query st=3Ddb sql=3D"select * from orderline where order_number =3D '[loo=
p-data transactions order_number]'" list=3D1]
-<tr><td width=3D50 align=3Dcenter bgcolor=3D__UI_C_INTBLOCK__>
+<tr><td width=3D50 align=3Dcenter class=3Drnorm>
 <font size=3D2>
 [calc]
 	$total_weight +=3D ([field field=3Dweight key=3D"[sql-param sku]"] + 0 ||=
 0) * [sql-data orderline quantity];
@@ -236,7 +236,7 @@
 <BR>&nbsp;
 </font></td>
=20
-<td width=3D330 bgcolor=3D__UI_C_INTBLOCK__>
+<td width=3D330 class=3Drnorm>
 <font size=3D2>
 [either][sql-data orderline description][or][data table=3D__ProductFiles_0=
__ col=3Ddescription key=3D"[sql-data orderline sku]"][/either]
 [if-sql-data orderline size]
@@ -254,27 +254,27 @@
 [/if-sql-data]
 </font></td>
=20
-<td width=3D100 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td width=3D100 align=3Dleft class=3Drnorm>
 <font size=3D2>
 [sql-data orderline sku]
 </font></td>
=20
-<td width=3D50 align=3Dright bgcolor=3D__UI_C_INTBLOCK__>
+<td width=3D50 align=3Dright class=3Drnorm>
 <font size=3D2>
 [sql-data orderline quantity]
 </font></td>
=20
-<td width=3D70 align=3Dright bgcolor=3D__UI_C_INTBLOCK__>
+<td width=3D70 align=3Dright class=3Drnorm>
 <font size=3D2>
 [currency][sql-data orderline price][/currency]
 </font></td>
=20
-<td width=3D70 align=3Dright bgcolor=3D__UI_C_INTBLOCK__>
+<td width=3D70 align=3Dright class=3Drnorm>
 <font size=3D2>
 &nbsp;[sql-data orderline discount]
 </font></td>
=20
-<td width=3D80 align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td width=3D80 align=3Dright class=3Drborder>
 <font size=3D2>
 [currency][sql-data orderline subtotal][/currency]
=20
@@ -288,7 +288,7 @@
 <td colspan=3D6 align=3Dright>
 <font size=3D2>[L]Product Total[/L]:</font>
 </td>
-<td align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td align=3Dright class=3Drborder>
 <font size=3D2>[currency][loop-data transactions subtotal][/currency]</fon=
t>
 </td>
 </tr>
@@ -299,7 +299,7 @@
 <td colspan=3D6 align=3Dright>
 <font size=3D2>[L]Tax[/L]:</font>
 </td>
-<td align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td align=3Dright class=3Drborder>
 <font size=3D2>[currency][loop-data transactions salestax][/currency]</fon=
t>
 </td>
 </tr>
@@ -310,7 +310,7 @@
 <td colspan=3D6 align=3Dright>
 <font size=3D2>[L]Shipping[/L]: [loop-data transactions shipmode]</font>
 </td>
-<td align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td align=3Dright class=3Drborder>
 <font size=3D2>
 [currency][loop-data transactions shipping][/currency]</font>
 </td>
@@ -322,7 +322,7 @@
 <td colspan=3D6 align=3Dright>
 <font size=3D3><b>[L]Grand total[/L]:</b></font>
 </td>
-<td align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td align=3Dright class=3Drborder>
 <font size=3D3><b>[currency][loop-data transactions total_cost][/currency]=
<br></b></font>
 </td>
 </tr>
@@ -335,7 +335,7 @@
 <td colspan=3D6 align=3Dright>
 <font size=3D2>[L]Total weight[/L]:</font>
 </td>
-<td align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td align=3Dright class=3Drborder>
 <font size=3D2>[calc] $total_weight [/calc]</font>
 </td>
 </tr>
@@ -346,7 +346,7 @@
 <td colspan=3D6 align=3Dright>
 <font size=3D2>[L]Total volume[/L]:</font>
 </td>
-<td align=3Dright bgcolor=3D"__UI_C_TOPBLOCKBAR__">
+<td align=3Dright class=3Drborder>
 <font size=3D2>0</font>
 </td>
 </tr>
@@ -357,13 +357,13 @@
 </tr>
=20
 <tr>
-<td colspan=3D7 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D7 align=3Dleft class=3Drnorm>
 <pre>[loop-data transactions comments]</pre>
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D7 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" height=
=3D1></td>
+<td colspan=3D7 class=3Drborder><img src=3D"bg.gif" height=3D1></td>
 </tr>
=20
 </table>



2.3       +10 -12    interchange/dist/lib/UI/pages/admin/orderstats.html


rev 2.3, prev_rev 2.2
Index: orderstats.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/orderstats.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- orderstats.html	18 May 2002 00:57:35 -0000	2.2
+++ orderstats.html	18 Aug 2002 08:09:05 -0000	2.3
@@ -12,14 +12,13 @@
 @_UI_STD_HEAD_@
=20
 <table border=3D0 __UI_T_PROPERTIES__>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D2></td></tr>
+<tr height=3D1><td class=3Drborder colspan=3D2></td></tr>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><FONT COLOR=3D"__UI_C_TITLE=
BARTXT__"><B>[L]View stats for this month only[/L]</B></FONT></td>
+<td colspan=3D2 class=3Drmarq>[L]View stats for this month only[/L]</td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D2></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D2></td></tr>
+<tr height=3D1><td class=3Drborder colspan=3D2></td></tr>
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" colspan=3D2>
+<td class=3Drnorm colspan=3D2>
=20
 <BLOCKQUOTE>
 <A HREF=3D"[area __UI_BASE__/reports/order/ByAffiliate]">[L]Overall by mon=
th[/L]</A><BR>
@@ -29,31 +28,30 @@
=20
 </td>
 </tr>
-<tr bgcolor=3D"#ffffff" height=3D25><td colspan=3D2>&nbsp;</td></tr>
+<tr height=3D1><td class=3Drborder colspan=3D2></td></tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><FONT COLOR=3D"__UI_C_TITLE=
BARTXT__"><B>[L]View stats for any period of time[/L]</B></FONT></td>
+<td colspan=3D2 class=3Drmarq>[L]View stats for any period of time[/L]</td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D2></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D2></td></tr>
+<tr height=3D1><td class=3Drborder colspan=3D2></td></tr>
=20
 <FORM ACTION=3D"[process]">
 <INPUT TYPE=3Dhidden NAME=3Dmv_session_id VALUE=3D"[data session id]">
 <INPUT TYPE=3Dhidden NAME=3Dmv_todo VALUE=3Dreturn>
 <INPUT TYPE=3Dhidden NAME=3Dmv_nextpage VALUE=3D"__UI_BASE__/reports/order=
/ByAffiliate">
 <TR>
-<TD bgcolor=3D"__UI_C_INTBLOCK__">
+<TD class=3Drnorm>
 <BLOCKQUOTE>[L]Beginning:[/L]<BR>
 	[widget type=3Ddate name=3Dui_begin_date]
 </BLOCKQUOTE>
 </TD>
-<TD bgcolor=3D"__UI_C_INTBLOCK__">
+<TD class=3Drnorm>
 <BLOCKQUOTE>[L]Ending:[/L]<BR>
 	[widget type=3Ddate name=3Dui_end_date]
 </BLOCKQUOTE>
 </TD>
 <TR>
-<TD COLSPAN=3D2 bgcolor=3D"__UI_C_INTBLOCK__">
+<TD COLSPAN=3D2 class=3Drnorm>
 	[set [L]List individual orders[/L]]
 	mv_nextpage=3D__UI_BASE__/reports/order/Detail
 	[/set]



2.2       +32 -16    interchange/dist/lib/UI/pages/admin/payment.html


rev 2.2, prev_rev 2.1
Index: payment.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/payment.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- payment.html	1 May 2002 20:55:47 -0000	2.1
+++ payment.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -66,23 +66,28 @@
 <INPUT TYPE=3Dhidden NAME=3Dchange_payment VALUE=3Ddo>
=20
 <table __UI_T_PROPERTIES__>
+
+<tr>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
+</tr>
+
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td class=3Drmarq>Name</td>
+<td class=3Drmarq>Accepted</td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Name</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Accepted</b></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 [loop list=3D"[scratch its]" lr=3D1]
 <tr>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [loop-pos 1]
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3D"cc_accepted[loop-increment]">
 <option value=3D""> Not Accepted
@@ -95,11 +100,11 @@
=20
 <tr>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 Online Check
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3D"check">
 <option value=3D"0"> Not Accepted
@@ -112,11 +117,11 @@
=20
 <tr>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 COD
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3D"cod">
 <option value=3D"0"> Not Accepted
@@ -130,11 +135,11 @@
=20
 <tr>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 Postal billing
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3D"postal">
 <option value=3D"0"> Not Accepted
@@ -147,11 +152,11 @@
=20
 <tr>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 Purchase Order
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3D"po">
 <option value=3D"0"> Not Accepted
@@ -161,8 +166,21 @@
 </td>
=20
 </tr>
+
+<tr>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
+</tr>
+
+<tr class=3Drnorm>
+	<td>&nbsp;</td>
+	<td>
+		<input type=3Dsubmit name=3D"update" value=3D"Update">
+	</td>
+</tr>
+
+
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>
@@ -171,8 +189,6 @@
 [/loop]
=20
 <p>
-
-<input type=3Dsubmit name=3D"update" value=3D"Update">
=20
 </form>
=20



2.6       +63 -25    interchange/dist/lib/UI/pages/admin/preferences.html


rev 2.6, prev_rev 2.5
Index: preferences.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/preferences.html,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- preferences.html	12 Aug 2002 17:39:39 -0000	2.5
+++ preferences.html	18 Aug 2002 08:09:05 -0000	2.6
@@ -11,9 +11,13 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
+<tr>
+  <td align=3Dleft class=3Drnorm>
+		<table style=3D"margin-left: 20px" width=3D"70%">
+		[table-organize columnize=3D1 cols=3D4]
 [loop search=3D"
 		fi=3Dvariable
 		st=3Ddb
@@ -23,23 +27,8 @@
 		tf=3Dpref_group
 		ml=3D10000
 "]
-<tr><td align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
-<font size=3D"+1" face=3D"arial,helvetica,sans-serif">
-[comment]
-<a href=3D"[area href=3D"__UI_BASE__/spread" form=3D|
-                mv_data_table=3Dvariable
-                page_title=3DPreferences -- [loop-code]
-                ui_meta_specific=3D1=20
-                ui_hide_key=3D1
-                ui_data_fields=3DVariable pref_group
-                ui_text_qualification=3Dpref_group=3D[loop-code]
-                ui_spreadsheet_rows=3D20
-                ui_spread_size:variable=3D50
-                ui_spread_meta:variable=3D1
-                ui_return_to=3D__UI_BASE__/preferences
-                help_name=3Dknar.main
-|]"> [loop-code] </a>
-[/comment]
+<TD width=3D"25%">
+[if-loop-pos 0]
 <a href=3D"[area href=3D"__UI_BASE__/flex_select" form=3D|
 				mv_data_table=3Dvariable
 				ui_meta_specific=3D1
@@ -50,19 +39,35 @@
 				ui_return_to=3Dui_text_qualification=3Dpref_group=3D[loop-code]
 				ui_return_to=3Dui_hide_key=3D1
 				help_name=3Dknar.main
-|]"> [loop-code] </a>
+|]">[loop-code]</A>
+[else]
+<a href=3D"[area href=3D"__UI_BASE__/flex_select" form=3D|
+				mv_data_table=3Dvariable
+				ui_meta_specific=3D1
+				ui_hide_key=3D1
+				ui_text_qualification=3Dpref_group=3D
+				ui_return_to=3D__UI_BASE__/preferences
+				ui_return_to=3Dpage_title=3D[L]Preferences[/L] -- [loop-code]
+				ui_return_to=3Dui_text_qualification=3Dpref_group=3D[loop-code]
+				ui_return_to=3Dui_hide_key=3D1
+				help_name=3Dknar.main
+|]">(no category)</a>
+[/else]
+[/if-loop-pos]
 </font>
-</td></tr>
+</TD>
=20
 [/loop]
+		[/table-organize]
+		</table>
=20
 [if-mm super]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	[if type=3Dexplicit compare=3D`
 			return
 				(! defined $Values->{ui_meta_force} and $Variable->{UI_META_LINK})
@@ -91,11 +96,11 @@
 [/if-mm]
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 <tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<table width=3D"100%">
 		<tr>
 			<td width=3D"30%">
@@ -119,7 +124,40 @@
 </td></tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+	<td class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
+</tr>
+
+<tr>
+	<td class=3Drnorm valign=3Dtop>
+		<form action=3D"[process href=3D"@@MV_PAGE@@"]">
+		<b>[L]Personal CSS[/L]</b>
+		[if cgi personal_css]
+			[if type=3Dexplicit compare=3D"[userdb function=3Dsave profile=3Dui]"]
+				<span class=3Dcmessage>(saved successfully)</span>
+			[else]
+				<span class=3Dcerror>(save FAILED)</span>
+			[/else]
+			[/if]
+		[/if]
+		<input type=3Dsubmit value=3D"[L]Set styles[/L]"
+				style=3D"vertical-align: sub;
+						font-size: 8pt;
+						">
+		<br>
+		<table>
+			<tr>
+				<td>
+		<input type=3Dhidden name=3Dmv_session_id value=3D"[data session id]">
+		<input type=3Dhidden name=3Dmv_action value=3D"go">
+		<input type=3Dhidden name=3Dmv_check value=3D"userdb_save">
+		<textarea name=3Dpersonal_css rows=3D24 cols=3D50>[value personal_css]</=
textarea>
+				</td>
+		</form>
+	</td>
+</tr>
+
+<tr>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 </table>



2.5       +9 -16     interchange/dist/lib/UI/pages/admin/quicklinks.html


rev 2.5, prev_rev 2.4
Index: quicklinks.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/quicklinks.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- quicklinks.html	5 Aug 2002 04:05:40 -0000	2.4
+++ quicklinks.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -3,36 +3,29 @@
 <title>
 [L]Quicklinks[/L]
 </title>
-<style type=3D"text/css">
-<!--
- a:visited { text-decoration: none }
- a:active { text-decoration: none }
- a:link { text-decoration: none }
-  -->
-</style>
+<link href=3D"@_UI_IMAGE_DIR_@ic.css" rel=3D"stylesheet" type=3D"text/css"=
 title=3D"Main IC stylesheet">
+[if value personal_css]<style>[value personal_css]</style>[/if]
 </head>
=20
 <body bgcolor=3D"__UI_P_BG__" link=3D"__UI_P_LINK__" alink=3D"__UI_P_ALINK=
__" vlink=3D"__UI_P_VLINK__">
=20
 <div valign=3Dmiddle>
 <center>
-<table border=3D0 width=3D120 cellpadding=3D1 cellspacing=3D0 bgcolor=3D"_=
_UI_C_TOPBLOCKBAR__">
+<table border=3D0 width=3D120 cellpadding=3D1 cellspacing=3D0 class=3Drbor=
der>
 <tr>
-<td>
+<td class=3Drtitle>
=20
-<table border=3D0 width=3D100% cellpadding=3D1 cellspacing=3D0>
-<tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" nowrap>
-
-<font size=3D2 face=3D"Verdana,Arial,Helvetica,sans-serif">
+<table border=3D0 width=3D"100%" cellpadding=3D1 cellspacing=3D0>
+<tr class=3Drnorm>
+<td class=3Drnorm nowrap style=3D"font-size: smaller">
=20
 [if !scratch window_override]
 [seti win][data session arg][/seti]
 [/if]
=20
-[menu menu-type=3Dsimple name=3DQuicklinks]
+[menu menu-type=3Dsimple name=3DQuicklinks menu_group=3Dmgroup]
 {PAGE:}
-	<b>{NAME}:</b>
+	<b>{NAME?}{NAME}{/NAME?}</b>
 	<br>
 {/PAGE:}{PAGE?}
 &nbsp;&nbsp;&nbsp;



2.4       +4 -4      interchange/dist/lib/UI/pages/admin/regenerate.html


rev 2.4, prev_rev 2.3
Index: regenerate.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/regenerate.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- regenerate.html	8 Oct 2001 14:43:57 -0000	2.3
+++ regenerate.html	18 Aug 2002 08:09:05 -0000	2.4
@@ -14,10 +14,10 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D"__UI_LEFT_WIDTH__" valign=3Dtop>
+<td class=3Drnorm width=3D"__UI_LEFT_WIDTH__" valign=3Dtop>
=20
 <input type=3D"submit" value=3D"[L]Regenerate[/L]"><BR><BR>
 <input type=3Dcheckbox name=3Dui_build_verbose> [L]Verbose[/L]<br>
@@ -31,7 +31,7 @@
 <option VALUE=3D10000>10,000
 </select>
 </td>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D"__UI_RIGHT_WIDTH__">
+<td class=3Drnorm width=3D"__UI_RIGHT_WIDTH__">
=20
 [tmp pages][/tmp]
=20
@@ -107,7 +107,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.2       +19 -19    interchange/dist/lib/UI/pages/admin/report.html


rev 2.2, prev_rev 2.1
Index: report.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/report.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- report.html	16 Jan 2002 22:30:53 -0000	2.1
+++ report.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -185,21 +185,21 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D3></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D3></td>
 </tr>
=20
 <TR>
-<TD BGCOLOR=3D"__UI_C_INTBLOCK__" VALIGN=3DTOP WIDTH=3D200>
+<TD class=3Drnorm VALIGN=3DTOP WIDTH=3D200>
 	<IMG src=3D"icon_stats.gif"><B>
 		Run saved report
 	</B>
 </TD>
-<TD BGCOLOR=3D"__UI_C_INTBLOCK__" VALIGN=3DTOP WIDTH=3D200>
+<TD class=3Drnorm VALIGN=3DTOP WIDTH=3D200>
 	<IMG src=3D"icon_config.gif"><B>
 		Retrieve saved definition
 	</B>
 </TD>
-<TD BGCOLOR=3D"__UI_C_INTBLOCK__" VALIGN=3DTOP WIDTH=3D200>
+<TD class=3Drnorm VALIGN=3DTOP WIDTH=3D200>
 	<IMG src=3D"icon_error.gif"><B>
 		Delete report
 	</B>
@@ -313,11 +313,11 @@
 <P>
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2 class=3Drnorm>
 <FORM NAME=3Dreport ACTION=3D"[area __UI_BASE__/report_results]" METHOD=3D=
POST>
 <INPUT TYPE=3Dhidden NAME=3Dreport_table VALUE=3D"[value mv_data_table]">
 <INPUT TYPE=3Dsubmit VALUE=3DRun>
@@ -327,14 +327,14 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D20%>
+	<TD class=3Drnorm WIDTH=3D20%>
 		<B>Report Title</B>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TD class=3Drnorm>
 	<INPUT NAME=3D"report_title" VALUE=3D"[value report_title]">
 	Summary only <SELECT NAME=3D"summary_only">
 	<OPTION VALUE=3D"0">no
@@ -348,15 +348,15 @@
 </TR>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 [loop list=3D"0 1 2"]
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D20%>
+	<TD class=3Drnorm WIDTH=3D20%>
 		<B>Search filter</B>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TD class=3Drnorm>
 	<SELECT NAME=3D"search_field[loop-code]">
 	<OPTION VALUE=3D"[value search_field[loop-code]]">[value name=3Dsearch_fi=
eld[loop-code] default=3D"--"]
 	<OPTION VALUE=3D"">--none--
@@ -383,16 +383,16 @@
 [/loop]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
=20
 [loop list=3D"0 1 2"]
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D20%>
+	<TD class=3Drnorm WIDTH=3D20%>
 		<B>Sort order [loop-increment]</B>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TD class=3Drnorm>
 	<SELECT NAME=3D"sort_order[loop-code]">
 	<OPTION VALUE=3D"[value sort_order[loop-code]]">[value name=3Dsort_order[=
loop-code] default=3D"--"]
 	<OPTION VALUE=3D"">--none--
@@ -422,11 +422,11 @@
 [loop list=3D"[scratch column_nums]"]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D20% VALIGN=3DTOP>
+	<TD class=3Drnorm WIDTH=3D20% VALIGN=3DTOP>
 		<B>Column [loop-increment]</B><BR>
 		<FONT SIZE=3D"-1">
 		<INPUT onClick=3D'this.form.submit()' TYPE=3Dcheckbox NAME=3D"row_change=
" VALUE=3D"insert[loop-code]"> insert<BR>
@@ -434,7 +434,7 @@
 		<INPUT onClick=3D'this.form.submit()' TYPE=3Dcheckbox NAME=3D"row_change=
" VALUE=3D"delete[loop-code]"> delete<BR>
 		</FONT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" ALIGN=3DLEFT>
+	<TD class=3Drnorm ALIGN=3DLEFT>
 	<FONT SIZE=3D"-1">
 	<SELECT NAME=3D"table[loop-code]" onChange=3D"populateTable(
 			this.form.table[loop-code].options,
@@ -507,7 +507,7 @@
 [/loop]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2 class=3Drnorm>
 <INPUT TYPE=3Dsubmit VALUE=3DRun>
 [if-mm advanced mml]
 <INPUT TYPE=3Dsubmit NAME=3Dgenerate_page VALUE=3D"Generate definition">



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


rev 1.4, prev_rev 1.3
Index: search_replace.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_replace.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- search_replace.html	4 Feb 2002 23:35:37 -0000	1.3
+++ search_replace.html	18 Aug 2002 08:09:05 -0000	1.4
@@ -30,10 +30,10 @@
=20
 <table border=3D0 __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
-<tr bgcolor=3D"__UI_C_INTBLOCK__">
+<tr class=3Drnorm>
 <td width=3D25%>
=20
 1. Choose a table to operate on:
@@ -179,7 +179,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drmarq><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH_=
_ height=3D1></td>
 </tr>
=20
 </table>



2.5       +33 -44    interchange/dist/lib/UI/pages/admin/search_wizard.html


rev 2.5, prev_rev 2.4
Index: search_wizard.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_wizard.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- search_wizard.html	6 Aug 2002 22:02:34 -0000	2.4
+++ search_wizard.html	18 Aug 2002 08:09:05 -0000	2.5
@@ -238,14 +238,14 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>[L]Search Table[/L]</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		[L]Search Table[/L]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<SELECT NAME=3Dsearch_table>
 	[if !value search_table]
 	[calc]
@@ -259,50 +259,45 @@
 	[/loop]
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	[L]The search must be based on a table, by default the main items table.[=
/L]</small><br><br>
-	<small>
 	[L]NOTE: It is possible to search multiple tables in Interchange,=20
 but that is not supported by this wizard.[/L]
-	</small>
 	</TD>
 </tr>
=20
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>[L]Search locality[/L]</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		[L]Search locality[/L]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<select name=3Dsearch_type>
 	<OPTION VALUE=3D"db"> [L]Database[/L]
 	<OPTION VALUE=3D"text" [selected search_type text]> [L]Text file[/L]
 	</select>
=20
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
-	[msg arg.0=3D"[page __UI_BASE__/genxport][L]Direct table export[/L]</a>"]=
For full-text searches, it is usually better to search the text file
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
+	[msg arg.0=3D"[page __UI_BASE__/export_table][L]Direct table export[/L]</=
a>"]For full-text searches, it is usually better to search the text file
 	source of the database (create at %s). When using SQL databases, the coor=
dinated field-based searches are much
 	faster when the first search term is "equals to".
-	</small>
 	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>[L]Search Template[/L]</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		[L]Search Template[/L]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<select NAME=3D"search_template">
 		<option value=3D""> --default ([calc] $Config->{Special}{results} [/calc=
]) --
 		[loop option=3Dsearch_template list=3D"[list-pages]"]
@@ -310,53 +305,49 @@
 		[/loop]
 	</select>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	The results of the search are sent to a page template, by default
 	<b>[calc]$Config->{Special}{results};[/calc]</B>.<P>
 	If you select a page, it should have the [search-region] area necessary
 	to read and build the search.
-	</small>
 	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>[L]Page size[/L]</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		[L]Page size[/L]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<SELECT NAME=3D"matchlimit">
 		[loop list=3D"50 1 2 3 5 10 20 25 50 100 9999" option=3Dmatchlimit]<OPTI=
ON>[loop-code][/loop]
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	[L]You can limit the number of results per page, and use the
 	template &#91;more-list] to page between matches. The default is 50.[/L]
 	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>[L]Unique only[/L]</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		[L]Unique only[/L]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<SELECT NAME=3D"unique_results">
 		<OPTION VALUE=3D"">[L]No[/L]
 		<OPTION VALUE=3D"1" [selected unique_results 1]>[L]Yes[/L]
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	[L]Normally one search result is returned for every matching record. If y=
ou
 	wish to eliminate duplicate result returns, you can use this.[/L]
 	</TD>
@@ -364,36 +355,34 @@
=20
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>[L]Allow full expressions[/L]</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		[L]Allow full expressions[/L]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<SELECT NAME=3D"allow_regex">
 		<OPTION VALUE=3D"">[L]No[/L]
 		<OPTION VALUE=3D"1" [selected allow_regex 1]>[L]Yes[/L]
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	[L]Normally characters are searched for literally, i.e. a period
 	will match a period. If you wish to use the power of Perl regular
 	expressions in your matching criteria, select <B>Yes</B>. Bear=20
 	in mind that some things you enter may not behave just as you
 	might think they will; see <i>perldoc perlre</i> for a complete
 	description of what Perl regular expressions are.[/L]
-	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D3 class=3Drnorm>
 <input type=3Dsubmit name=3Dmv_click value=3D"[L]Cancel[/L]">&nbsp;&nbsp;&=
nbsp;&nbsp;[button text=3D"[L]Next[/L] -->"]
 	mv_nextpage=3D__UI_BASE__/search_wizard2
 [/button]



2.2       +37 -45    interchange/dist/lib/UI/pages/admin/search_wizard2.html


rev 2.2, prev_rev 2.1
Index: search_wizard2.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_wizard2.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- search_wizard2.html	6 Aug 2002 22:02:34 -0000	2.1
+++ search_wizard2.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -156,14 +156,14 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 [loop list=3D"[value current_column]"]
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Search table</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Search table
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	[if !value current_column]
 		<B>[value search_table]</b>
@@ -181,8 +181,7 @@
 	[/else]
 	[/if]
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	[if !value current_column]
 		Since this is the first specification in the search, it must be based
 		on your current table. Use <I>Back</I> to change the table.
@@ -199,14 +198,14 @@
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Search field</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Search field
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
=20
 	<SELECT NAME=3D"search_field[loop-code]">
@@ -218,24 +217,22 @@
 	</SELECT>
=20
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	You can search one specific field for a value. If you don't select a fiel=
d,
 	a full-text search will be done on all fields of the database record.
-	</small>
 	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Search operation</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Search operation
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	<SELECT NAME=3D"search_op[loop-code]">
 	[loop prefix=3Dop list=3D"rm	Regular expression match
@@ -254,8 +251,7 @@
 	[/loop]
 	</SELECT></FONT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	You can use any number of search comparisons. Bear in mind that <I>equal =
to</i>
 	means exactly that; you should use <i>regular expression match</i> if you=
 want
 	to search for contained text.
@@ -264,63 +260,60 @@
=20
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Search for</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Search for
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	<INPUT NAME=3D"search_spec[loop-code]" VALUE=3D"[value search_spec[loop-c=
ode]]">
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	This is what you are searching for.
 	</TD>
 </tr>
=20
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Case sensitive</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Case sensitive
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	<SELECT NAME=3Dcase_sensitive[loop-code]>
 	<OPTION VALUE=3D"">Not case-sensitive
 	<OPTION VALUE=3D1 [selected case_sensitive[loop-code] 1]>Yes, case-sensit=
ive
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	If a text search, you can specify to match case-sensitively.
 	</TD>
 </tr>
=20
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Word/partial word</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Word/partial word
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	<SELECT NAME=3Dsubstring[loop-code]>
 	<OPTION VALUE=3D"">Match words only
 	<OPTION VALUE=3D1 [selected substring[loop-code] 1]>Match partial
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	If you select partial, a search for "bread" would match "breadbasket"
 	and "bread". If you select whole words, it would only match "bread".
 	</TD>
@@ -328,22 +321,21 @@
=20
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Match beginning</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Match beginning
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	<SELECT NAME=3Dbegin_string[loop-code]>
 	<OPTION VALUE=3D"">Match anywhere in field
 	<OPTION VALUE=3D1 [selected begin_string[loop-code] 1]>Match beginning
 	</SELECT>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	Determines whether you must match the beginning of a search field.
 	<p>
 	By default, a search for of "bread" would match both "rye bread" and "bre=
ad
@@ -352,12 +344,12 @@
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 [/loop]
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D3 class=3Drnorm>
 [button text=3D"Cancel"]
 	saved_search=3D
 	mv_todo=3Dreturn



2.2       +11 -15    interchange/dist/lib/UI/pages/admin/search_wizard3.html


rev 2.2, prev_rev 2.1
Index: search_wizard3.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/search_wizard3.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- search_wizard3.html	6 Aug 2002 22:02:34 -0000	2.1
+++ search_wizard3.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -144,13 +144,13 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Sort field</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Sort field
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
=20
 	[loop list=3D"0 1 2"]
@@ -171,23 +171,21 @@
 	[/loop]
=20
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<SMALL>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	You can sort the search return on one or more fields, with some options.
-	</small>
 	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D3 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
=20
 <TR>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"20%" VALIGN=3Dtop>
-		<small><B>Search return field</B></small>
+	<TD class=3Drnorm WIDTH=3D"20%" VALIGN=3Dtop>
+		Search return field
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	<small>
 	[loop list=3D"1 2 3 4 5"]
 	<SELECT NAME=3D"return[loop-code]">
@@ -198,17 +196,15 @@
 	[/loop]
 	</small>
 	</TD>
-	<TD BGCOLOR=3D"__UI_C_INTBLOCK__" WIDTH=3D"40%" VALIGN=3Dtop>
-	<small>
+	<TD class=3Drnorm WIDTH=3D"40%" VALIGN=3Dtop>
 	By default, the database key for the searched table or file is returned. =
If
 	you are designing your own results page, you can optionally return more
 	fields for use with the &#91PREFIX-param field] tags.
-	</small>
 	</TD>
 </tr>
=20
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D3 class=3Drspacer>
 [button text=3D"Cancel search"]
 	saved_search=3D
 	mv_todo=3Dreturn



2.3       +6 -6      interchange/dist/lib/UI/pages/admin/ship.html


rev 2.3, prev_rev 2.2
Index: ship.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- ship.html	17 Sep 2001 11:58:28 -0000	2.2
+++ ship.html	18 Aug 2002 08:09:05 -0000	2.3
@@ -64,12 +64,12 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
=20
 <tr>
-<td colspan=3D2 bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_LEFT_WIDTH__>
+<td colspan=3D2 class=3Drnorm width=3D__UI_LEFT_WIDTH__>
 [button text=3D"[L]Create new method[/L]"]
 mv_nextpage=3D__UI_BASE__/ship_edit
 ui_shipmode=3Dnew
@@ -79,11 +79,11 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_LEFT_WIDTH__>
+<td class=3Drnorm width=3D__UI_LEFT_WIDTH__>
=20
 [button text=3D"[L]Edit method[/L]"]
 mv_nextpage=3D__UI_BASE__/ship_edit
@@ -110,7 +110,7 @@
=20
 <!-- Read the current shipping def, success=3D[read-shipping] -->
=20
-<td bgcolor=3D"__UI_C_INTBLOCK__" width=3D__UI_RIGHT_WIDTH__>
+<td class=3Drnorm width=3D__UI_RIGHT_WIDTH__>
 <select name=3Dui_shipmode size=3D10>
 [perl]
 	@modes =3D sort keys %{$Config->{Shipping_desc}};
@@ -129,7 +129,7 @@
 </td></tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.2       +19 -19    interchange/dist/lib/UI/pages/admin/ship_data.html


rev 2.2, prev_rev 2.1
Index: ship_data.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship_data.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- ship_data.html	18 Jul 2001 18:41:33 -0000	2.1
+++ ship_data.html	18 Aug 2002 08:09:05 -0000	2.2
@@ -126,7 +126,7 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D5 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D5 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 [perl]
@@ -162,8 +162,8 @@
 		}
 		my @out;
 		push (@out, <<EOF);
-<tr>
-<td colspan=3D5 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<tr class=3Drnorm>
+<td colspan=3D5 align=3Dleft>
 &nbsp;
 <p>
 <b>[cgi ui_shipmode] -- [shipping-desc mode=3D"[cgi ui_shipmode]"]</b>
@@ -176,15 +176,15 @@
 </tr>
=20
 <tr>
-<td align=3Dleft colspan=3D5 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg=
gif" width=3D1 height=3D1></td>
+<td align=3Dleft colspan=3D5 class=3Drborder><img src=3D"bg.gif" width=3D1=
 height=3D1></td>
 </tr>
=20
-<tr>
-<td bgcolor=3D__UI_C_INTBLOCK__><INPUT TYPE=3Dhidden NAME=3Dui_shipmode VA=
LUE=3D"$inmode"><b>Start range</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>End range</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Charge type</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Charge amount</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__> &nbsp; </td>
+<tr class=3Drnorm>
+<td class=3Dctitle><INPUT TYPE=3Dhidden NAME=3Dui_shipmode VALUE=3D"$inmod=
e">Start range</td>
+<td class=3Dctitle>End range</td>
+<td class=3Dctitle>Charge type</td>
+<td class=3Dctitle>Charge amount</td>
+<td> &nbsp; </td>
 </tr>
 EOF
 		my $idx =3D -1;
@@ -283,19 +283,19 @@
 			$ref->[4] =3D 9999999 if ! length $ref->[4];
 			if ($ref->[4] > 9999998 and ! $modes[$idx + 1]) {
 				$max_display =3D qq{<INPUT TYPE=3Dhidden NAME=3Dmax$idx VALUE=3D999999=
9>(infinity)};
-				$bgcolor =3D '__UI_C_TOPBLOCKBAR__';
+				$class =3D 'rborder';
 			}
 			else {
 				$max_display =3D qq{<INPUT size=3D7 name=3Dmax$idx VALUE=3D"$ref->[4]"=
>};
-				$bgcolor =3D '__UI_C_INTBLOCK__';
+				$class =3D 'rnorm';
 			}
 			$out =3D <<EOF;
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__ align=3Dcenter><input type=3Dhidden nam=
e=3Dmode$idx value=3D"$inmode"><input size=3D7 name=3Dmin$idx value=3D"$ref=
->[3]"></td>
-<td bgcolor=3D$bgcolor>
+<td class=3Drborder align=3Dcenter><input type=3Dhidden name=3Dmode$idx va=
lue=3D"$inmode"><input size=3D7 name=3Dmin$idx value=3D"$ref->[3]"></td>
+<td class=3D$class>
 $max_display
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3D"cost$idx">
 EOF
@@ -316,11 +316,11 @@
 </select>
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input size=3D20 name=3D"cost$idx" value=3D"$ref->[5]">
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dimage name=3D"ui_delete_range$idx" src=3D"delete.gif" alt=3D=
"Delete this range" width=3D20 height=3D20 border=3D0>
 </td>
=20
@@ -334,13 +334,13 @@
 <tr>
=20
 <tr>
-<td colspan=3D5 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D5 class=3Drnorm>
 <INPUT TYPE=3Dimage name=3Dui_add_line src=3D"plus.gif" alt=3D"Add a new r=
ange" width=3D20 height=3D20 border=3D0>
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D5 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1 border=3D0></td>
+<td colspan=3D5 class=3Drnorm><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH_=
_ height=3D1 border=3D0></td>
 </tr>
=20
 </table>



2.1       +30 -30    interchange/dist/lib/UI/pages/admin/ship_edit.html


rev 2.1, prev_rev 2.0
Index: ship_edit.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship_edit.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- ship_edit.html	18 Jul 2001 02:22:00 -0000	2.0
+++ ship_edit.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -176,33 +176,33 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright WIDTH=3D"__UI_LEFT_WIDTH">
+<td class=3Drnorm align=3Dright WIDTH=3D"__UI_LEFT_WIDTH">
 <small>Name of this method</small><BR><small><i>(letters/digits only)</i><=
/small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dtext size=3D40 name=3D"ui_shipmode" value=3D"[value ui_shipm=
ode]">
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright WIDTH=3D"__UI_LEFT_WIDTH">
+<td class=3Drnorm align=3Dright WIDTH=3D"__UI_LEFT_WIDTH">
 <small>Label for this method</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dtext size=3D40 name=3D"ui_ship_description" value=3D"[value =
ui_ship_description]">
 </td>
 </tr>
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Total based on this criteria</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
=20
 <select name=3Dui_ship_criteria>
 [loop lr=3D1 option=3Dui_ship_criteria list=3D"
@@ -220,10 +220,10 @@
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Calculate based on this algorithm</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <select name=3Dui_ship_type onChange=3D"check_for_ups(this.form,
 			this.form.ui_ship_type.options[this.form.ui_ship_type.selectedIndex].va=
lue) && this.form.submit()">
 [loop lr=3D1 option=3Dui_ship_type
@@ -241,10 +241,10 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright valign=3Dtop>
+<td class=3Drnorm align=3Dright valign=3Dtop>
 <BR><small>Apply this method by country<BR><I>(select as many as desired)<=
/I></small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <FONT SIZE=3D-1>
 [calc]
 	$modes =3D <<'EOF';
@@ -281,28 +281,28 @@
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Minimum shipping charge</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dtext size=3D10 name=3D"ui_ship_at_least" value=3D"[value ui_=
ship_at_least]">
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Additional shipping calculation</small><BR><I><SMALL>(number only i=
s additional charge)</SMALL></I>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dtext size=3D50 name=3D"ui_ship_adder" value=3D"[value ui_shi=
p_adder]">
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Round up to nearest even [L currency_symbol]$[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <SELECT NAME=3Dui_ship_round>
 <OPTION VALUE=3D""> No
 <OPTION VALUE=3D"1" [selected ui_ship_round 1]> Yes
@@ -312,10 +312,10 @@
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Allow to be zero cost</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <SELECT NAME=3Dui_ship_free>
 <OPTION VALUE=3D""> No
 <OPTION VALUE=3D"1" [selected ui_ship_free 1]> Yes
@@ -325,10 +325,10 @@
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>Message when zero</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT NAME=3Dui_ship_message VALUE=3D"[either][value ui_ship_message][or]=
Nothing to ship![/either]">
 </td>
 </tr>
@@ -339,10 +339,10 @@
   [if value ui_ship_ups_internal]
 	[seti available_ups_internal][available_ups_internal][/seti]
 	<tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+	<td class=3Drnorm align=3Dright>
 	<small>UPS Zone chart</small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<SELECT NAME=3Dui_ship_zone>
 	[loop lr=3D1 option=3Dui_ship_zone
 		list=3D"[scratch available_ups_internal]"
@@ -353,10 +353,10 @@
 	</tr>
=20
 	<tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+	<td class=3Drnorm align=3Dright>
 	<small>Table for lookups</small>
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<SELECT NAME=3Dui_ship_table>
 	[loop option=3Dui_ship_table list=3D"[list-databases]"]
 	<OPTION>[loop-code]
@@ -367,10 +367,10 @@
=20
   [else]
 	<tr>
-	<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+	<td class=3Drnorm align=3Dright>
 	<small>UPS Origin Zone</small>[if variable UPS_ORIGIN]<BR><SMALL><I>(defa=
ult __UPS_ORIGIN__)</I></SMALL>[/if]
 	</td>
-	<td bgcolor=3D__UI_C_INTBLOCK__>
+	<td class=3Drnorm>
 	<input type=3Dtext size=3D50 name=3D"ui_ship_origin" value=3D"[value ui_s=
hip_origin]">
 	</td>
 	</tr>
@@ -378,10 +378,10 @@
   [/if]
=20
   <tr>
-  <td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+  <td class=3Drnorm align=3Dright>
   <small>Field that chooses UPS destination</small>[if variable UPS_POSTCO=
DE_FIELD]<BR><SMALL><I>(default __UPS_POSTCODE_FIELD__)</I></SMALL>[/if]
   </td>
-  <td bgcolor=3D__UI_C_INTBLOCK__>
+  <td class=3Drnorm>
   <input type=3Dtext size=3D50 name=3D"ui_ship_geo" value=3D"[value ui_shi=
p_geo]">
   </td>
   </tr>
@@ -392,7 +392,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.1       +15 -15    interchange/dist/lib/UI/pages/admin/ship_range.html


rev 2.1, prev_rev 2.0
Index: ship_range.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/ship_range.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- ship_range.html	18 Jul 2001 02:22:00 -0000	2.0
+++ ship_range.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -13,11 +13,11 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D5 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D5 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D5 align=3Dleft bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D5 align=3Dleft class=3Drnorm>
 &nbsp;
 <p>
 <b> -- Standard shipping by weight</b>
@@ -29,22 +29,22 @@
 </tr>
=20
 <tr>
-<td align=3Dleft colspan=3D5 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg=
gif" width=3D1 height=3D1></td>
+<td align=3Dleft colspan=3D5 class=3Drborder><img src=3D"bg.gif" width=3D1=
 height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Start range</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>End range</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Charge type</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__><b>Charge amount</b></td>
-<td bgcolor=3D__UI_C_INTBLOCK__> &nbsp; </td>
+<td class=3Drnorm><b>Start range</b></td>
+<td class=3Drnorm><b>End range</b></td>
+<td class=3Drnorm><b>Charge type</b></td>
+<td class=3Drnorm><b>Charge amount</b></td>
+<td class=3Drnorm> &nbsp; </td>
 </tr>
=20
 <tr>
=20
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__ align=3Dcenter> 0 </td>
-<td align=3Dcenter bgcolor=3D__UI_C_TOPBLOCKBAR__> (infinity) </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drborder align=3Dcenter> 0 </td>
+<td align=3Dcenter class=3Drborder> (infinity) </td>
+<td class=3Drnorm>
=20
 <select name=3D"1005_type">
 <option value=3D0> Flat rate </option>
@@ -52,24 +52,24 @@
 </select>
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input size=3D7 name=3D"1005_val" value=3D"0">
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <a href=3D"shipping?sid=3D1005&deleteprice=3D1005"><img src=3D"delete.gif"=
 alt=3D"Delete this range" width=3D20 height=3D20 border=3D0></a>
 </td>
=20
 </tr>
=20
 <tr>
-<td colspan=3D5 bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D5 class=3Drnorm>
 <a href=3D"shipping?addnewprice=3Dok&sid=3D1005"><img src=3D"plus.gif" alt=
=3D"Add a new range" width=3D20 height=3D20 border=3D0></a>
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D5 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D5 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </table>



2.1       +5 -5      interchange/dist/lib/UI/pages/admin/sku_selector.html


rev 2.1, prev_rev 2.0
Index: sku_selector.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/sku_selector.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- sku_selector.html	18 Jul 2001 02:22:00 -0000	2.0
+++ sku_selector.html	18 Aug 2002 08:09:05 -0000	2.1
@@ -104,11 +104,11 @@
 <INPUT TYPE=3Dhidden NAME=3Ditem_id VALUE=3D"[cgi item_id]">
=20
 <TABLE __UI_T_PROPERTIES__>
-<tr bgcolor=3D"__UI_C_TITLEBARBG__">
-<td colspan=3D2>&nbsp;&nbsp;<FONT COLOR=3D"__UI_C_TITLEBARTXT__"><B><INPUT=
 TYPE=3Dsubmit VALUE=3D"Select these SKUs"></b>&nbsp;&nbsp;&nbsp;<INPUT TYP=
E=3Dsubmit NAME=3DCancel VALUE=3D"Cancel"></FONT></td>
+<tr class=3Drmarq>
+<td colspan=3D2>&nbsp;&nbsp;<INPUT TYPE=3Dsubmit VALUE=3D"Select these SKU=
s">&nbsp;&nbsp;&nbsp;<INPUT TYPE=3Dsubmit NAME=3DCancel VALUE=3D"Cancel"></=
td>
 </tr>
 <TR>
-<TD colspan=3D2 bgcolor=3D"__UI_C_INTBLOCK__">
+<TD colspan=3D2 class=3Drnorm>
 	<table>
 	<TR>
 	<TD>
@@ -138,8 +138,8 @@
 	</tr>
 	</table>
 </td>
-<tr bgcolor=3D"__UI_C_TITLEBARBG__">
-<td colspan=3D2>&nbsp;&nbsp;<FONT COLOR=3D"__UI_C_TITLEBARTXT__"><B><INPUT=
 TYPE=3Dsubmit VALUE=3D"Select these SKUs"></b>&nbsp;&nbsp;&nbsp;<INPUT TYP=
E=3Dsubmit NAME=3DCancel VALUE=3D"Cancel"></FONT></td>
+<tr class=3Drmarq>
+<td colspan=3D2>&nbsp;&nbsp;<INPUT TYPE=3Dsubmit VALUE=3D"Select these SKU=
s">&nbsp;&nbsp;&nbsp;<INPUT TYPE=3Dsubmit NAME=3DCancel VALUE=3D"Cancel"></=
td>
 </tr>
 </table>
=20



2.4       +12 -12    interchange/dist/lib/UI/pages/admin/spread.html


rev 2.4, prev_rev 2.3
Index: spread.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/spread.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- spread.html	24 May 2002 20:54:37 -0000	2.3
+++ spread.html	18 Aug 2002 08:09:05 -0000	2.4
@@ -121,10 +121,10 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D"[scratch ui_num_col]" bgcolor=3D__UI_C_TOPBLOCKBAR__><img s=
rc=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D"[scratch ui_num_col]" class=3Drborder><img src=3D"bg.gif" w=
idth=3D__UI_MAIN_WIDTH__ height=3D1></td>
 </tr>
=20
-<TR BGCOLOR=3D"__UI_C_INTBLOCK__" CELLPADDING=3D2>
+<TR class=3Drnorm CELLPADDING=3D2>
 	<TH ALIGN=3DCENTER>&nbsp;</TH>
 	<TH ALIGN=3DCENTER>[value ui_data_key_name]</TH>
 	[row-edit
@@ -135,12 +135,12 @@
 </TR>
=20
 <tr>
-<td colspan=3D"[scratch ui_num_col]" bgcolor=3D__UI_C_INTBLOCKBAR__><img s=
rc=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D"[scratch ui_num_col]" class=3Drspacer><img src=3D"bg.gif" w=
idth=3D__UI_MAIN_WIDTH__ height=3D1></td>
 </tr>
=20
 	[search-list]
 	[if-mm keys [item-code]]
-<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
+<TR class=3Drnorm>
 	<td><input type=3Dcheckbox name=3D"batch_id" value=3D"[item-code]"><input=
 type=3Dhidden name=3D"[value ui_data_key_name]" value=3D"[item-code]"></td>
 	<TD>
 	[page href=3D"__UI_BASE__/flex_editor"
@@ -168,7 +168,7 @@
 	[set row_number][item-increment][/set]
 	[/search-list]
=20
-<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
+<TR class=3Drnorm>
 	<td COLSPAN=3D2>
 	<input type=3Dtext size=3D12 name=3D"[value ui_data_key_name]">
 	</TD>
@@ -177,27 +177,27 @@
=20
 [more-list]
 <tr>
-<td colspan=3D"[scratch ui_num_col]" bgcolor=3D__UI_C_INTBLOCKBAR__><img s=
rc=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D"[scratch ui_num_col]" class=3Drspacer><img src=3D"bg.gif" w=
idth=3D__UI_MAIN_WIDTH__ height=3D1></td>
 </tr>
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>&nbsp;</td>
-<td colspan=3D"[calc]$Scratch->{ui_num_col} - 1[/calc]" bgcolor=3D__UI_C_I=
NTBLOCK__>
+<td class=3Drnorm>&nbsp;</td>
+<td colspan=3D"[calc]$Scratch->{ui_num_col} - 1[/calc]" class=3Drnorm>
 	<FONT SIZE=3D"+1">[msg arg.0=3D"[more]"]More pages: %s[/msg] </FONT>
 </td>
 </tr>
 [/more-list]
=20
 <tr>
-<td colspan=3D"[scratch ui_num_col]" bgcolor=3D__UI_C_INTBLOCKBAR__><img s=
rc=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D"[scratch ui_num_col]" class=3Drspacer><img src=3D"bg.gif" w=
idth=3D__UI_MAIN_WIDTH__ height=3D1></td>
 </tr>
=20
 <tr>
-<td colspan=3D"[scratch ui_num_col]" bgcolor=3D__UI_C_TOPBLOCKBAR__><img s=
rc=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D"[scratch ui_num_col]" class=3Drborder><img src=3D"bg.gif" w=
idth=3D__UI_MAIN_WIDTH__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>&nbsp;</td>
-<td colspan=3D"[calc]$Scratch->{ui_num_col} - 1[/calc]" bgcolor=3D__UI_C_I=
NTBLOCK__>
+<td class=3Drnorm>&nbsp;</td>
+<td colspan=3D"[calc]$Scratch->{ui_num_col} - 1[/calc]" class=3Drnorm>
=20
=20
 	<B></B>&nbsp;&nbsp;&nbsp;[button text=3D"[L]Ok[/L]" bold=3D1]



2.1       +7 -7      interchange/dist/lib/UI/pages/admin/spread_control.html


rev 2.1, prev_rev 2.0
Index: spread_control.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/spread_control.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- spread_control.html	18 Jul 2001 02:22:00 -0000	2.0
+++ spread_control.html	18 Aug 2002 08:09:06 -0000	2.1
@@ -17,11 +17,11 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <b>Fields to display</b><br>
 [widget name=3D"[scratch ui_data_fields_name]"
 		type=3D"multiple"
@@ -39,7 +39,7 @@
 		> Use display info</B>
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__ valign=3Dtop>
+<td class=3Drnorm valign=3Dtop>
 <b>Fields to display as textarea</b><br>
 [widget name=3D"ui_textarea_fields:[value mv_data_table]"
 		type=3D"multiple"
@@ -50,11 +50,11 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ WIDTH=3D__UI_LEFT_WIDTH__>
+<td class=3Drnorm WIDTH=3D__UI_LEFT_WIDTH__>
=20
 [set Display All Fields]
 [scratch ui_data_fields_name]=3D
@@ -75,7 +75,7 @@
=20
 </td>
=20
-<td bgcolor=3D__UI_C_INTBLOCK__ WIDTH=3D__UI_RIGHT_WIDTH__>
+<td class=3Drnorm WIDTH=3D__UI_RIGHT_WIDTH__>
=20
 <b>Column size</b><br>
 <SELECT NAME=3D"ui_spread_size:[cgi mv_data_table]">
@@ -104,7 +104,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 </table>
=20



2.2       +8 -8      interchange/dist/lib/UI/pages/admin/tablereport.html


rev 2.2, prev_rev 2.1
Index: tablereport.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/tablereport.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- tablereport.html	16 Jan 2002 22:30:53 -0000	2.1
+++ tablereport.html	18 Aug 2002 08:09:06 -0000	2.2
@@ -22,21 +22,21 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D3></td>
+<td colspan=3D3 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D3></td>
 </tr>
=20
 <TR>
-<TD BGCOLOR=3D"__UI_C_INTBLOCK__" VALIGN=3DTOP WIDTH=3D200>
+<TD class=3Drnorm VALIGN=3DTOP WIDTH=3D200>
 	<IMG src=3D"icon_stats.gif"><B>
 		Run saved report
 	</B>
 </TD>
-<TD BGCOLOR=3D"__UI_C_INTBLOCK__" VALIGN=3DTOP WIDTH=3D200>
+<TD class=3Drnorm VALIGN=3DTOP WIDTH=3D200>
 	<IMG src=3D"icon_config.gif"><B>
 		Retrieve saved definition
 	</B>
 </TD>
-<TD BGCOLOR=3D"__UI_C_INTBLOCK__" VALIGN=3DTOP WIDTH=3D200>
+<TD class=3Drnorm VALIGN=3DTOP WIDTH=3D200>
 	<IMG src=3D"icon_error.gif"><B>
 		Delete report
 	</B>
@@ -152,14 +152,14 @@
 <P>
 <table __UI_T_PROPERTIES__>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td WIDTH=3D"40%" bgcolor=3D__UI_C_INTBLOCK__ ALIGN=3Dcenter>
+<td WIDTH=3D"40%" class=3Drnorm ALIGN=3Dcenter>
 	<INPUT TYPE=3Dsubmit VALUE=3D"Report on table">
 </TD>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <FORM NAME=3Dreport ACTION=3D"[area __UI_BASE__/report]" METHOD=3DPOST>
 <INPUT TYPE=3Dhidden NAME=3Dmv_action VALUE=3D"return">
 <SELECT NAME=3Dmv_data_table>
@@ -171,7 +171,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 </table>
=20



2.1       +19 -19    interchange/dist/lib/UI/pages/admin/tax.html


rev 2.1, prev_rev 2.0
Index: tax.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/tax.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- tax.html	18 Jul 2001 02:22:00 -0000	2.0
+++ tax.html	18 Aug 2002 08:09:06 -0000	2.1
@@ -23,22 +23,22 @@
 <table __UI_T_PROPERTIES__>
 <input type=3Dhidden name=3Dmv_action value=3D"go">
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <tr>
-<td colspan=3D2  bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2  class=3Drnorm>
 <B>Set tax type</B>
 </td>
 </tr>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Country</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	      <SELECT onChange=3D"this.form.submit()" NAME=3Dtaxcountry>
 		  <OPTION VALUE=3D"US">[L]United States[/L]
 	      [loop option=3Dtaxcountry search=3D"
@@ -115,10 +115,10 @@
 			);
 	return qq{
 		<tr>
-		<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+		<td class=3Drnorm align=3Dright>
 		<B>Action</B>
 		</td>
-		<td bgcolor=3D__UI_C_INTBLOCK__>
+		<td class=3Drnorm>
 		$out
 		</td>
 		</tr>
@@ -127,10 +127,10 @@
 [/try]
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Tax type</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [catch]Trouble getting/setting tax data.[/catch]
 	      <SELECT NAME=3Dtaxtype>
 		  <OPTION VALUE=3D"">[L]No tax[/L]
@@ -141,17 +141,17 @@
 </tr>
 	[if value taxdata]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <B>Tax Data</B>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	      <TEXTAREA NAME=3Dtaxdata ROWS=3D8 COLS=3D60>[value taxdata]</TEXTAR=
EA>
 </td>
 </tr>
 	[/if]
 	[if value taxtype eq 'state']
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright colspan=3D2>
+<td class=3Drnorm align=3Dright colspan=3D2>
 <B>State Tax Data</B>
 </td>
 </tr>
@@ -161,11 +161,11 @@
 	sql=3D"select code,name,tax from state where country =3D '[value taxcount=
ry]'"
 	]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <INPUT TYPE=3Dhidden NAME=3Dtaxstate VALUE=3D"[sql-code]">
 [sql-param name]
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dtext SIZE=3D60 NAME=3Dtaxstate_data VALUE=3D"[sql-param tax]=
">
 </td>
 </tr>
@@ -173,10 +173,10 @@
 	[/if]
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <tr>
-<td colspan=3D2  bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2  class=3Drnorm>
 <B>
 <INPUT TYPE=3Dsubmit NAME=3Dtax_set VALUE=3D"[L]Set tax type[/L]">
 </B>
@@ -184,10 +184,10 @@
 </tr>
 [else]
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 <tr>
-<td colspan=3D2  bgcolor=3D__UI_C_INTBLOCK__>
+<td colspan=3D2  class=3Drnorm>
 <B>
 <INPUT TYPE=3Dsubmit VALUE=3D"[L]Get current tax data[/L]">
 </B>
@@ -196,7 +196,7 @@
 [/else]
 [/if]
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_INTBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drspacer><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
 </table>
 </FORM>



2.3       +20 -25    interchange/dist/lib/UI/pages/admin/tax_simple.html


rev 2.3, prev_rev 2.2
Index: tax_simple.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/tax_simple.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- tax_simple.html	1 May 2002 20:55:47 -0000	2.2
+++ tax_simple.html	18 Aug 2002 08:09:06 -0000	2.3
@@ -87,51 +87,46 @@
 <input type=3Dhidden name=3Dmv_session_id value=3D"[data session id]">
 <INPUT TYPE=3Dhidden NAME=3Dtax_format VALUE=3Ddo>
 <TABLE width=3D"90%" border=3D0 cellpadding=3D0 cellspacing=3D0>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
-<TR BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<TD VALIGN=3D"top" width=3D"20%">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<b>[L]Location[/L]</b>
-</td>
-<TD align=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<b>[L]Tax Rate[/L] (%)</b>
-</td>
-<TD align=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<b>[L]Apply tax to shipping charge[/L]</b>
-</td>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-&nbsp;
-</td>
+<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
+<TR class=3Drmarq>
+	<TD VALIGN=3Dtop width=3D"20%">
+		[L]Location[/L]
+	</td>
+	<TD align=3Dcenter VALIGN=3Dtop>
+		[L]Tax Rate[/L] (%)
+	</td>
+	<TD align=3Dcenter VALIGN=3Dtop>
+		[L]Apply tax to shipping charge[/L]
+	</td>
+	<TD VALIGN=3Dtop>
+	&nbsp;
+	</td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D4></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
=20
 [loop lr=3D1 list=3D"[scratch its]"]
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 <input type=3Dtext name=3D"taxarea[loop-code]" size=3D40 value=3D"[loop-po=
s 1]">
 </td>
=20
-<td align=3Dcenter bgcolor=3D"__UI_C_INTBLOCK__">
+<td align=3Dcenter class=3Drnorm>
 <input type=3Dtext name=3D"taxrate[loop-code]"=20
  size=3D7 value=3D"[loop-pos 2]">
 </td>
=20
-<td bgcolor=3D"__UI_C_INTBLOCK__" align=3Dcenter valign=3Dcenter>
+<td class=3Drnorm align=3Dcenter valign=3Dcenter>
 <INPUT TYPE=3DCHECKBOX NAME=3Dtaxship[loop-code] VALUE=3D"1"[if-loop-pos 3=
] CHECKED[/if-loop-pos]>
 </td>
=20
-<td bgcolor=3D"__UI_C_INTBLOCK__" align=3Dlrft valign=3Dcenter>
+<td class=3Drnorm align=3Dlrft valign=3Dcenter>
 <INPUT TYPE=3Dimage src=3D"delete.gif" width=3D20 height=3D20 border=3D0 N=
AME=3DDelete[loop-code]>
 </td>
=20
 </tr>
 [/loop]
 <tr>
-<td colspan=3D4 bgcolor=3D"__UI_C_INTBLOCK__"><a href=3D"[area href=3D@@MV=
_PAGE@@ form=3D'addnewtax=3Dok']"><img src=3D"plus.gif" width=3D20 height=
=3D20 border=3D0></a></td>
+<td colspan=3D4 class=3Drnorm><a href=3D"[area href=3D@@MV_PAGE@@ form=3D'=
addnewtax=3Dok']"><img src=3D"plus.gif" width=3D20 height=3D20 border=3D0><=
/a></td>
 </tr>
=20
 <tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>



2.3       +16 -17    interchange/dist/lib/UI/pages/admin/trafficstats.html


rev 2.3, prev_rev 2.2
Index: trafficstats.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/trafficstats.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- trafficstats.html	18 May 2002 00:59:12 -0000	2.2
+++ trafficstats.html	18 Aug 2002 08:09:06 -0000	2.3
@@ -11,15 +11,14 @@
 [set help_name]stats.traffic[/set]
 @_UI_STD_HEAD_@
=20
-<table border=3D0 __UI_T_PROPERTIES__>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D2></td></tr>
+<table border=3D0 __UI_T_PROPERTIES__ width=3D"60%">
+<tr class=3Drborder height=3D1><td colspan=3D2></td></tr>
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><FONT COLOR=3D"__UI_C_TITLE=
BARTXT__">[L]View stats for this month only[/L]</FONT></td>
+<td colspan=3D2 class=3Drmarq>[L]View stats for this month only[/L]</td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" colspan=3D2>
+<td class=3Drnorm colspan=3D2>
=20
 <A HREF=3D"[area href=3D__UI_BASE__/reports/traffic/ByAffiliate]">[L]Overa=
ll by month[/L]</A><BR>
 <A HREF=3D"[area href=3D__UI_BASE__/reports/traffic/ByAffiliate
@@ -30,16 +29,16 @@
=20
 </td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
=20
 </table>
 <br>
-<table border=3D0 __UI_T_PROPERTIES__>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
+<table border=3D0 __UI_T_PROPERTIES__ width=3D"60%">
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 <tr>
-<td colspan=3D3 bgcolor=3D__UI_C_TOPBLOCKBAR__><FONT COLOR=3D"__UI_C_TITLE=
BARTXT__">[L]View stats for any period of time[/L]</FONT></td>
+<td colspan=3D3 class=3Drmarq>[L]View stats for any period of time[/L]</td>
 </tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 <tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D8></td></tr>
=20
 <FORM ACTION=3D"[process]">
@@ -48,20 +47,20 @@
 <INPUT TYPE=3Dhidden NAME=3Dmv_nextpage VALUE=3D"__UI_BASE__/reports/traff=
ic/ByAffiliate">
=20
 <TR>
-<TD bgcolor=3D"__UI_C_INTBLOCK__">
+<TD class=3Drnorm>
=20
 [L]Beginning:[/L]<BR>
 	[widget type=3Ddate name=3Dui_begin_date]
=20
 </TD>
-<TD bgcolor=3D"__UI_C_INTBLOCK__">
+<TD class=3Drnorm>
=20
 [L]Ending:[/L]<BR>
 	[widget type=3Ddate name=3Dui_end_date]
=20
 </TD>
 [if-mm advanced affiliate=3Dl]
-<TD bgcolor=3D"__UI_C_INTBLOCK__">
+<TD class=3Drnorm>
=20
 [L]For affiliate:[/L]<BR>
 	<SELECT NAME=3Daffiliate>
@@ -80,11 +79,11 @@
 </TD>
 </TR>
 <TR>
-<TD COLSPAN=3D3 bgcolor=3D"__UI_C_INTBLOCK__">
+<TD COLSPAN=3D3 class=3Drnorm>
 [else]
 </TR>
 <TR>
-<TD COLSPAN=3D3 bgcolor=3D"__UI_C_INTBLOCK__">
+<TD COLSPAN=3D3 class=3Drnorm>
 [/else]
 [/if-mm]
 	[set [L]By day[/L]]
@@ -95,7 +94,7 @@
 	</BLOCKQUOTE>
 </TD>
 </TR>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
 </TABLE>
 </FORM>
 </td>



2.3       +6 -6      interchange/dist/lib/UI/pages/admin/upload_file.html


rev 2.3, prev_rev 2.2
Index: upload_file.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/upload_file.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- upload_file.html	23 Feb 2002 15:59:50 -0000	2.2
+++ upload_file.html	18 Aug 2002 08:09:06 -0000	2.3
@@ -22,11 +22,11 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 	[if type=3Dexplicit compare=3D`$Session->{arg} =3D~ m{[^/]$}`]
 	[msg arg.0=3D"[data session arg]"]Uploading file <b>%s</B>[/msg]
 	<INPUT type=3Dhidden NAME=3Dui_upload_fn VALUE=3D"[data session arg]">
@@ -53,20 +53,20 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
 [set existing][/set]
 [if type=3Dexplicit compare=3D`$CGI->{ui_image_preview} =3D~ m{[^/]$}`]
 [set existing]1[/set]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [L]Preview:[/L] <BR>
 <IMG SRC=3D"[cgi ui_image_preview]">
 </td>
 </tr>
 [/if]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <B>[L]Local file[/L]</B><BR>
 	<BLOCKQUOTE>
 	<INPUT TYPE=3Dfile NAME=3D"ui_upload_file" SIZE=3D40>
@@ -135,7 +135,7 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D__UI_MAIN_W=
IDTH__ height=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDTH__ height=
=3D1></td>
 </tr>
=20
 </table>



2.3       +10 -10    interchange/dist/lib/UI/pages/admin/user_change_pass.h=
tml


rev 2.3, prev_rev 2.2
Index: user_change_pass.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/user_change_pass.htm=
l,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- user_change_pass.html	9 Dec 2001 21:44:37 -0000	2.2
+++ user_change_pass.html	18 Aug 2002 08:09:06 -0000	2.3
@@ -51,49 +51,49 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]User name[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [scratch passuser]
 </td>
 </tr>
=20
 [if scratch old_needed]
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]Old password[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dpassword NAME=3Dmv_password_old VALUE=3D"" SIZE=3D12>
 </td>
 </tr>
 [/if]
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]New password[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dpassword NAME=3Dmv_password VALUE=3D"" SIZE=3D12>
 </td>
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]Verify password[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT TYPE=3Dpassword NAME=3Dmv_verify VALUE=3D"" SIZE=3D12>
 </td>
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D__UI_MAIN_WIDTH__ height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D__UI_MAIN_WIDT=
H__ height=3D1></td>
 </tr>
=20
 </TABLE>



2.2       +11 -11    interchange/dist/lib/UI/pages/admin/user_edit.html


rev 2.2, prev_rev 2.1
Index: user_edit.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/user_edit.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- user_edit.html	29 Jul 2001 23:06:26 -0000	2.1
+++ user_edit.html	18 Aug 2002 08:09:06 -0000	2.2
@@ -39,25 +39,25 @@
 <table __UI_T_PROPERTIES__>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 <input type=3D"hidden" name=3D"user_id" value=3D"[cgi user_id]">
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]Real name[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <input type=3Dtext size=3D40 name=3Dname maxlength=3D100 value=3D"[filter =
entities][loop-data __UI_ACCESS_TABLE__ name][/filter]">
 </td>
 </tr>
=20
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]User name[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [if cgi ui_hide_key]
 	<input type=3Dhidden name=3Dmv_data_function value=3D"update">
 	<input type=3Dhidden name=3Dusername value=3D"[loop-code]">[loop-code]
@@ -75,21 +75,21 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]Super-user[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 <INPUT type=3Dcheckbox name=3Dsuper value=3D1 [if-loop-data __UI_ACCESS_TA=
BLE__ super]checked[/if-loop-data]>
 </td>
 </tr>
=20
-<tr><td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" wid=
th=3D1 height=3D1></td></tr>
+<tr><td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D1 height=
=3D1></td></tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_INTBLOCK__ align=3Dright>
+<td class=3Drnorm align=3Dright>
 <small>[L]Groups[/L]</small>
 </td>
-<td bgcolor=3D__UI_C_INTBLOCK__>
+<td class=3Drnorm>
 [calc]
 	$Values->{groups} =3D q{[loop-data __UI_ACCESS_TABLE__ groups]};
 	$Values->{groups} =3D~ s/(\w+)/:$1/g;
@@ -118,7 +118,7 @@
 </tr>
=20
 <tr>
-<td colspan=3D2 bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=
=3D600 height=3D1></td>
+<td colspan=3D2 class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1=
></td>
 </tr>
=20
 </table>



2.1                  interchange/dist/lib/UI/pages/admin/pref_colors.html


rev 2.1, prev_rev 2.0



1.3       +2 -2      interchange/dist/lib/UI/pages/admin/accounting/return.=
html


rev 1.3, prev_rev 1.2
Index: return.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/accounting/return.ht=
ml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- return.html	14 Aug 2002 15:52:49 -0000	1.2
+++ return.html	18 Aug 2002 08:09:27 -0000	1.3
@@ -17,13 +17,13 @@
=20
 <div valign=3Dmiddle>
 <center>
-<table border=3D0 width=3D120 cellpadding=3D1 cellspacing=3D0 bgcolor=3D"_=
_UI_C_TOPBLOCKBAR__">
+<table border=3D0 width=3D120 cellpadding=3D1 cellspacing=3D0 class=3Drbor=
der>
 <tr>
 <td>
=20
 <table border=3D0 width=3D100% cellpadding=3D1 cellspacing=3D0>
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__" nowrap>
+<td class=3Drnorm nowrap>
 <A href=3D"[area __UI_BASE__/accounting/index]" target=3D"_top"><b>Account=
ing Menu</b></A>
 <p>
 <font size=3D2 face=3D"Verdana,Arial,Helvetica,sans-serif">



2.4       +22 -31    interchange/dist/lib/UI/pages/admin/reports/order/ByAf=
filiate.html


rev 2.4, prev_rev 2.3
Index: ByAffiliate.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/reports/order/ByAffi=
liate.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- ByAffiliate.html	5 Dec 2001 23:42:32 -0000	2.3
+++ ByAffiliate.html	18 Aug 2002 08:09:28 -0000	2.4
@@ -10,31 +10,22 @@
=20
 @_UI_STD_HEAD_@
 <TABLE width=3D"90%" border=3D0 cellpadding=3D0 cellspacing=3D0>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
-<TR BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<TD VALIGN=3D"top" width=3D"20%">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Date[/L]</B>
-</FONT>
-</TD>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Affiliate[/L]</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Number of Orders[/L]</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dright VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Revenue[/L]</B>
-</FONT>
-</TD>
+<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
+<TR class=3Drmarq>
+	<TD VALIGN=3Dtop width=3D"20%">
+		[L]Date[/L]
+	</TD>
+	<TD VALIGN=3Dtop>
+		[L]Affiliate[/L]
+	</TD>
+	<TD ALIGN=3Dright VALIGN=3Dtop>
+		[L]Number of Orders[/L]
+	</TD>
+	<TD ALIGN=3Dright VALIGN=3Dtop>
+		[L]Revenue[/L]
+	</TD>
 </TR>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D4></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
=20
 [calc]
 	if($Session->{arg}) {
@@ -131,14 +122,14 @@
 			my $url =3D qq{<A HREF=3D"$burl$syndstring">$mname&nbsp;$year</A>}
 				if $mname;
 			$out .=3D <<EOF;
-	<TR BGCOLOR=3D__UI_C_INTBLOCK__>
+	<TR class=3Drnorm>
 	<TD VALIGN=3Dtop>
 	$url&nbsp;
 	</TD>
 	<TD VALIGN=3Dtop>
 	<A HREF=3D"$burl&affiliate=3D$syn">$synlabel</A>&nbsp;<A HREF=3D"$burl&af=
filiate=3D$syn&campaign=3D$camp">$camp</A>
 	</TD>
-	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+	<TD ALIGN=3Dright VALIGN=3Dtop>
 	$record->{orders}
 	</TD>
 	<TD ALIGN=3Dright VALIGN=3Dtop>
@@ -151,14 +142,14 @@
 		$total_quantity +=3D $subtotal_quantity;
 		$subtotal_sales  =3D $Tag->currency({}, $subtotal_sales);
 		$out .=3D <<EOF;
-	<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TR class=3Drnorm>
 	<TD VALIGN=3Dtop>
 	&nbsp;
 	</TD>
 	<TD VALIGN=3Dtop>
 	$Scratch->{ALL}<BR><HR color=3Dblack size=3D1>
 	</TD>
-	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+	<TD ALIGN=3Dright VALIGN=3Dtop>
 	$subtotal_quantity
 	</TD>
 	<TD ALIGN=3Dright VALIGN=3Dtop>
@@ -169,7 +160,7 @@
 	}
 		$total_sales  =3D $Tag->currency({}, $total_sales);
 		$out .=3D <<EOF;
-	<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TR class=3Drnorm>
 	<TD VALIGN=3D"top">
=20
 	$Scratch->{TOTAL}
@@ -178,7 +169,7 @@
=20
 	$Scratch->{ALL}
 	</TD>
-	<TD ALIGN=3Dcenter VALIGN=3D"top">
+	<TD ALIGN=3Dright VALIGN=3D"top">
=20
 	$total_quantity
 	</TD>
@@ -187,7 +178,7 @@
 	$total_sales
 	</TD>
 	</TR>
-	<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
+	<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
=20
 EOF
 [/perl]



2.3       +37 -53    interchange/dist/lib/UI/pages/admin/reports/order/Deta=
il.html


rev 2.3, prev_rev 2.2
Index: Detail.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/reports/order/Detail=
html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- Detail.html	5 Dec 2001 23:43:21 -0000	2.2
+++ Detail.html	18 Aug 2002 08:09:28 -0000	2.3
@@ -10,46 +10,31 @@
 @_UI_STD_HEAD_@
=20
 <TABLE width=3D"90%" border=3D0 cellpadding=3D0 cellspacing=3D0>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D7></td></tr>
-<TR BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Order[/L]</B>
-</FONT>
-</TD>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Affiliate[/L]</B>
-</FONT>
-</TD>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Campaign[/L]</B>
-</FONT>
-</TD>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Address[/L]</B>
-</FONT>
-</TD>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Date[/L]/[L]Time[/L]</B>
-</FONT>
-</TD>
-<TD ALIGN=3D"right" VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Amount[/L]</B>
-</FONT>
-</TD>
-<TD ALIGN=3D"right" VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Status[/L]</B>
-</FONT>
-</TD>
+<tr class=3Drborder height=3D1><td colspan=3D7></td></tr>
+<TR class=3Drmarq>
+	<TD VALIGN=3Dtop>
+	[L]Order[/L]
+	</TD>
+	<TD VALIGN=3Dtop>
+		[L]Affiliate[/L]
+	</TD>
+	<TD VALIGN=3Dtop>
+		[L]Campaign[/L]
+	</TD>
+	<TD VALIGN=3Dtop>
+		[L]Address[/L]
+	</TD>
+	<TD VALIGN=3Dtop>
+		[L]Date[/L]/[L]Time[/L]
+	</TD>
+	<TD ALIGN=3Dright VALIGN=3Dtop>
+		[L]Amount[/L]
+	</TD>
+	<TD ALIGN=3Dright VALIGN=3Dtop>
+		[L]Status[/L]
+	</TD>
 </TR>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D7></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D7></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D7></td></tr>
=20
 <!-- will default to current if not set:
 		[seti today][tag time]%Y%m[/tag][/seti]
@@ -96,7 +81,7 @@
=20
 [perl tables=3D"store"]
 	return <<EOF unless $Tmp->{main};
-	<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TR class=3Drnorm>
 	<TD VALIGN=3Dtop>
 	<H2>Bad query specified, caused error.</H2>
 	</TD>
@@ -108,7 +93,7 @@
 	    $line->{status} =3D $Tag->loc('', $line->{status});
 		$url =3D $Tag->area('__UI_BASE__/order_view', $line->{order_number});
 		$out .=3D <<EOF;
-	<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
+	<TR class=3Drnorm>
 	<TD VALIGN=3Dtop>
 	<A HREF=3D"$url">$line->{order_number}</A>
 	</TD>
@@ -135,33 +120,32 @@
 	}
 		$total_sales  =3D sprintf '$%.2f', $total_sales;
 		$out .=3D <<EOF;
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D7></td></tr>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D7></td></tr>
-	<TR BGCOLOR=3D"__UI_C_INTBLOCK__">
-	<TD VALIGN=3D"top">
-	[L]GRAND TOTAL[/L]
+<tr class=3Drborder height=3D1><td colspan=3D7></td></tr>
+	<TR class=3Drnorm>
+	<TD VALIGN=3Dtop>
+		[L]GRAND TOTAL[/L]
 	</TD>
-	<TD VALIGN=3D"top">
+	<TD VALIGN=3Dtop>
 	&nbsp;
 	</TD>
-	<TD VALIGN=3D"top">
+	<TD VALIGN=3Dtop>
 	&nbsp;
 	</TD>
-	<TD ALIGN=3D"right" VALIGN=3D"top">
+	<TD ALIGN=3Dright VALIGN=3Dtop>
 	&nbsp;
 	</TD>
-	<TD ALIGN=3D"right" VALIGN=3D"top">
+	<TD ALIGN=3Dright VALIGN=3Dtop>
 	&nbsp;
 	</TD>
-	<TD ALIGN=3D"right" VALIGN=3D"top">
+	<TD ALIGN=3Dright VALIGN=3Dtop>
 	$total_sales
 	</TD>
-	<TD ALIGN=3D"right" VALIGN=3D"top">
+	<TD ALIGN=3Dright VALIGN=3Dtop>
 	&nbsp;
 	</FONT>
 	</TD>
 	</TR>
-	<tr bgcolor=3D"#000000" height=3D1><td colspan=3D7></td></tr>
+	<tr class=3Drborder height=3D1><td colspan=3D7></td></tr>
=20
 EOF
 [/perl]



2.4       +19 -28    interchange/dist/lib/UI/pages/admin/reports/order/Mont=
hly.html


rev 2.4, prev_rev 2.3
Index: Monthly.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/reports/order/Monthl=
y.html,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- Monthly.html	5 Dec 2001 23:43:49 -0000	2.3
+++ Monthly.html	18 Aug 2002 08:09:28 -0000	2.4
@@ -10,31 +10,22 @@
 @_UI_STD_HEAD_@
=20
 <TABLE width=3D"90%" border=3D0 cellpadding=3D0 cellspacing=3D0>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
-<TR BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<TD VALIGN=3D"top" width=3D"20%">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Date[/L]</B>
-</FONT>
-</TD>
-<TD VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Affiliate[/L]/[L]Campaign[/L]</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Number of Orders[/L]</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dright VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>[L]Revenue[/L]</B>
-</FONT>
-</TD>
+<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
+<TR class=3Drmarq>
+	<TD VALIGN=3D"top" width=3D"20%">
+		[L]Date[/L]
+	</TD>
+	<TD VALIGN=3D"top">
+		[L]Affiliate[/L]/[L]Campaign[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3D"top">
+		[L]Number of Orders[/L]
+	</TD>
+	<TD ALIGN=3Dright VALIGN=3D"top">
+		[L]Revenue[/L]
+	</TD>
 </TR>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D4></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
=20
 <!-- will default to current if not set:
 		[seti today][tag time]%Y%m[/tag][/seti]
@@ -135,7 +126,7 @@
 			my $url =3D qq{<A HREF=3D"$burl$syndstring">$mname&nbsp;$day,&nbsp;$yea=
r</A>}
 				if $mname;
 			$out .=3D <<EOF;
-	<TR BGCOLOR=3D__UI_C_INTBLOCK__>
+	<TR class=3Drnorm>
 	<TD VALIGN=3Dtop>
 	$url&nbsp;
 	</FONT>
@@ -159,7 +150,7 @@
 		$total_quantity     +=3D $subtotal_quantity;
 		$subtotal_sales  =3D $Tag->currency({}, $subtotal_sales);
 		$out .=3D <<EOF;
-	<TR BGCOLOR=3D__UI_C_INTBLOCK__>
+	<TR class=3Drnorm>
 	<TD VALIGN=3Dtop>
 	&nbsp;
 	</FONT>
@@ -181,7 +172,7 @@
 	}
 		$total_sales  =3D $Tag->currency({}, $total_sales);
 		$out .=3D <<EOF;
-	<TR BGCOLOR=3D__UI_C_INTBLOCK__>
+	<TR class=3Drnorm>
 	<TD VALIGN=3D"top">
 	$Scratch->{TOTAL}
 	</FONT>
@@ -199,7 +190,7 @@
 	</FONT>
 	</TD>
 	</TR>
-	<tr bgcolor=3D"#000000" height=3D1><td colspan=3D4></td></tr>
+	<tr class=3Drborder height=3D1><td colspan=3D4></td></tr>
 EOF
 [/perl]
 </TABLE>



2.3       +29 -46    interchange/dist/lib/UI/pages/admin/reports/traffic/By=
Affiliate.html


rev 2.3, prev_rev 2.2
Index: ByAffiliate.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/reports/traffic/ByAf=
filiate.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- ByAffiliate.html	6 Aug 2002 22:02:34 -0000	2.2
+++ ByAffiliate.html	18 Aug 2002 08:09:28 -0000	2.3
@@ -17,51 +17,34 @@
 @_UI_STD_HEAD_@
=20
 <TABLE width=3D"90%" border=3D0 cellpadding=3D0 cellspacing=3D0>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<TR BGCOLOR=3D"__UI_C_TOPBLOCKBAR__">
-<TD VALIGN=3D"top" width=3D"20%">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Date</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Affiliate</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Visits</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Hits</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Pages</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Prod. Views</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Items in cart</B>
-</FONT>
-</TD>
-<TD ALIGN=3Dcenter VALIGN=3D"top">
-<FONT COLOR=3D"__UI_C_TITLEBARTXT__">
-<B>Orders</B>
-</FONT>
-</TD>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
+<TR class=3Drmarq>
+	<TD VALIGN=3Dtop width=3D"20%">
+		[L]Date[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Affiliate[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Visits[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Hits[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Pages[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Prod. Views[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Items in cart[/L]
+	</TD>
+	<TD ALIGN=3Dcenter VALIGN=3Dtop>
+		[L]Orders[/L]
+	</TD>
 </TR>
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
-<tr bgcolor=3D"#FFFFFF" height=3D2><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
=20
 [perl tables=3Daffiliate]
=20
@@ -221,7 +204,7 @@
 		my $date;
 		$date =3D $day ? "$names{$mon} $day, $yr" : "$names{$mon} $yr";
 		$out =3D <<EOF;
-<TR BGCOLOR=3D__UI_C_INTBLOCK__><TD VALIGN=3D"top">
+<TR class=3Drnorm><TD VALIGN=3D"top">
 $date
 </TD>
 EOF
@@ -274,7 +257,7 @@
   }
   return join "\n\n", @out;
 [/perl]
-<tr bgcolor=3D"#000000" height=3D1><td colspan=3D8></td></tr>
+<tr class=3Drborder height=3D1><td colspan=3D8></td></tr>
=20
 </TABLE>
 @_UI_STD_FOOTER_@



2.1       +3 -3      interchange/dist/lib/UI/pages/admin/special/key_violat=
ion.html


rev 2.1, prev_rev 2.0
Index: key_violation.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/special/key_violatio=
n.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- key_violation.html	18 Jul 2001 02:22:07 -0000	2.0
+++ key_violation.html	18 Aug 2002 08:09:28 -0000	2.1
@@ -7,11 +7,11 @@
=20
 <table __UI_T_PROPERTIES__>
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D600 height=
=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1></td>
 </tr>
=20
 <tr>
-<td bgcolor=3D"__UI_C_INTBLOCK__">
+<td class=3Drnorm>
 &nbsp;
 <p>
=20
@@ -36,7 +36,7 @@
 </tr>
=20
 <tr>
-<td bgcolor=3D__UI_C_TOPBLOCKBAR__><img src=3D"bg.gif" width=3D600 height=
=3D1></td>
+<td class=3Drborder><img src=3D"bg.gif" width=3D600 height=3D1></td>
 </tr>
=20
 </table>



2.3       +2 -2      interchange/dist/lib/UI/pages/admin/wizard/step_pay_cy=
ber.html


rev 2.3, prev_rev 2.2
Index: step_pay_cyber.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/wizard/step_pay_cybe=
r.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- step_pay_cyber.html	26 Jul 2001 13:20:39 -0000	2.2
+++ step_pay_cyber.html	18 Aug 2002 08:09:28 -0000	2.3
@@ -11,8 +11,8 @@
 <H2>XLS product upload will not work properly.</H2>
 Please install needed Perl modules:
 <small>
-<blockquote>
-	<FONT COLOR=3D"__UI_C_CONTRAST__">$miss</FONT>
+<blockquote class=3Dcerror>
+	$miss
 </blockquote>
 </small>
 The easiest way to do this is to use the CPAN module and do:



2.2       +2 -2      interchange/dist/lib/UI/pages/admin/wizard/step_produc=
ts.html


rev 2.2, prev_rev 2.1
Index: step_products.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/wizard/step_products=
html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- step_products.html	26 Jul 2001 13:20:39 -0000	2.1
+++ step_products.html	18 Aug 2002 08:09:28 -0000	2.2
@@ -21,8 +21,8 @@
 <H2>XLS product upload will not work properly.</H2>
 Please install needed Perl modules:
 <small>
-<blockquote>
-	<FONT COLOR=3D"__UI_C_CONTRAST__">$miss</FONT>
+<blockquote class=3Dcerror>
+	$miss
 </blockquote>
 </small>
 The easiest way to do this is to use the CPAN module and do: