[TEP-COMMIT] [CVS catalog] remove redundant file

hpdl-OfajU3CKLf1/[email protected] 30 Mar 2005 00:12:05 -0000
Newsgroups gmane.comp.web.oscommerce.cvs
Message-ID <[email protected]>
<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>catalog/catalog</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><span id="removed">shopping_cart.php</span></tt></td><td></td><td></td><td nowrap="nowrap"><a href="http://cvs.oscommerce.com/viewcvs.cgi/catalog/catalog/shopping_cart.php?rev=1.77&amp;content-type=text/vnd.viewcvs-markup">1.77</a> removed</td></tr>
</table>
<pre class="comment">
remove redundant file
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="removed"><a href="http://cvs.oscommerce.com/viewcvs.cgi/catalog">catalog</a>/<a href="http://cvs.oscommerce.com/viewcvs.cgi/catalog/catalog">catalog</a><br /></span>
<div class="fileheader" id="removed"><big><b>shopping_cart.php</b></big> <small id="info">removed after <a href="http://cvs.oscommerce.com/viewcvs.cgi/catalog/catalog/shopping_cart.php?rev=1.77&amp;content-type=text/vnd.viewcvs-markup">1.77</a></small></div>
<pre class="diff"><small id="info">diff -N shopping_cart.php
--- /tmp/cvsAAAzsai2a	Wed Mar 30 02:12:02 2005
+++ /dev/null	Wed Mar 30 02:11:57 2005
@@ -1,247 +0,0 @@
</small></pre><pre class="diff" id="removed">-&lt;?php
-/*
-  $Id$
-
-  osCommerce, Open Source E-Commerce Solutions
-  http://www.oscommerce.com
-
-  Copyright (c) 2005 osCommerce
-
-  Released under the GNU General Public License
-*/
-
-  require("includes/application_top.php");
-
-  require(DIR_WS_LANGUAGES . $osC_Session-&gt;value('language') . '/' . FILENAME_SHOPPING_CART);
-
-  $breadcrumb-&gt;add(NAVBAR_TITLE, tep_href_link(FILENAME_SHOPPING_CART));
-?&gt;
-&lt;!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
-&lt;html &lt;?php echo HTML_PARAMS; ?&gt;&gt;
-&lt;head&gt;
-&lt;meta http-equiv="Content-Type" content="text/html; charset=&lt;?php echo CHARSET; ?&gt;"&gt;
-&lt;title&gt;&lt;?php echo TITLE; ?&gt;&lt;/title&gt;
-&lt;base href="&lt;?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?&gt;"&gt;
-&lt;link rel="stylesheet" type="text/css" href="stylesheet.css"&gt;
-&lt;/head&gt;
-&lt;body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"&gt;
-&lt;!-- header //--&gt;
-&lt;?php require(DIR_WS_INCLUDES . 'header.php'); ?&gt;
-&lt;!-- header_eof //--&gt;
-
-&lt;!-- body //--&gt;
-&lt;table border="0" width="100%" cellspacing="3" cellpadding="3"&gt;
-  &lt;tr&gt;
-    &lt;td width="&lt;?php echo BOX_WIDTH; ?&gt;" valign="top"&gt;&lt;table border="0" width="&lt;?php echo BOX_WIDTH; ?&gt;" cellspacing="0" cellpadding="2"&gt;
-&lt;!-- left_navigation //--&gt;
-&lt;?php require(DIR_WS_INCLUDES . 'column_left.php'); ?&gt;
-&lt;!-- left_navigation_eof //--&gt;
-    &lt;/table&gt;&lt;/td&gt;
-&lt;!-- body_text //--&gt;
-    &lt;td width="100%" valign="top"&gt;&lt;?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_SHOPPING_CART, 'action=update_product')); ?&gt;&lt;table border="0" width="100%" cellspacing="0" cellpadding="0"&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;table border="0" width="100%" cellspacing="0" cellpadding="0"&gt;
-          &lt;tr&gt;
-            &lt;td class="pageHeading"&gt;&lt;?php echo HEADING_TITLE; ?&gt;&lt;/td&gt;
-            &lt;td class="pageHeading" align="right"&gt;&lt;?php echo tep_image(DIR_WS_IMAGES . 'table_background_cart.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?&gt;&lt;/td&gt;
-          &lt;/tr&gt;
-        &lt;/table&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-&lt;?php
-  if ($cart-&gt;count_contents() &gt; 0) {
-?&gt;
-      &lt;tr&gt;
-        &lt;td&gt;
-&lt;?php
-    $info_box_contents = array();
-    $info_box_contents[0][] = array('align' =&gt; 'center',
-                                    'params' =&gt; 'class="productListing-heading"',
-                                    'text' =&gt; TABLE_HEADING_REMOVE);
-
-    $info_box_contents[0][] = array('params' =&gt; 'class="productListing-heading"',
-                                    'text' =&gt; TABLE_HEADING_PRODUCTS);
-
-    $info_box_contents[0][] = array('align' =&gt; 'center',
-                                    'params' =&gt; 'class="productListing-heading"',
-                                    'text' =&gt; TABLE_HEADING_QUANTITY);
-
-    $info_box_contents[0][] = array('align' =&gt; 'right',
-                                    'params' =&gt; 'class="productListing-heading"',
-                                    'text' =&gt; TABLE_HEADING_TOTAL);
-
-    $any_out_of_stock = 0;
-    $products = $cart-&gt;get_products();
-    for ($i=0, $n=sizeof($products); $i&lt;$n; $i++) {
-// Push all attributes information in an array
-      if (isset($products[$i]['attributes']) &amp;&amp; is_array($products[$i]['attributes'])) {
-        while (list($option, $value) = each($products[$i]['attributes'])) {
-          echo osc_draw_hidden_field('id[' . $products[$i]['id'] . '][' . $option . ']', $value);
-
-          $Qattributes = $osC_Database-&gt;query('select popt.products_options_name, poval.products_options_values_name, pa.options_values_price, pa.price_prefix from :table_products_options popt, :table_products_options_values poval, :table_products_attributes pa where pa.products_id = :products_id and pa.options_id = :options_id and pa.options_id = popt.products_options_id and pa.options_values_id = :options_values_id and pa.options_values_id = poval.products_options_values_id and popt.language_id = :language_id and poval.language_id = :language_id');
-          $Qattributes-&gt;bindTable(':table_products_options', TABLE_PRODUCTS_OPTIONS);
-          $Qattributes-&gt;bindTable(':table_products_options_values', TABLE_PRODUCTS_OPTIONS_VALUES);
-          $Qattributes-&gt;bindTable(':table_products_attributes', TABLE_PRODUCTS_ATTRIBUTES);
-          $Qattributes-&gt;bindInt(':products_id', $products[$i]['id']);
-          $Qattributes-&gt;bindInt(':options_id', $option);
-          $Qattributes-&gt;bindInt(':options_values_id', $value);
-          $Qattributes-&gt;bindInt(':language_id', $osC_Session-&gt;value('languages_id'));
-          $Qattributes-&gt;bindInt(':language_id', $osC_Session-&gt;value('languages_id'));
-          $Qattributes-&gt;execute();
-
-          $products[$i][$option]['products_options_name'] = $Qattributes-&gt;value('products_options_name');
-          $products[$i][$option]['options_values_id'] = $value;
-          $products[$i][$option]['products_options_values_name'] = $Qattributes-&gt;value('products_options_values_name');
-          $products[$i][$option]['options_values_price'] = $Qattributes-&gt;value('options_values_price');
-          $products[$i][$option]['price_prefix'] = $Qattributes-&gt;value('price_prefix');
-        }
-      }
-    }
-
-    for ($i=0, $n=sizeof($products); $i&lt;$n; $i++) {
-      if (($i/2) == floor($i/2)) {
-        $info_box_contents[] = array('params' =&gt; 'class="productListing-even"');
-      } else {
-        $info_box_contents[] = array('params' =&gt; 'class="productListing-odd"');
-      }
-
-      $cur_row = sizeof($info_box_contents) - 1;
-
-      $info_box_contents[$cur_row][] = array('align' =&gt; 'center',
-                                             'params' =&gt; 'class="productListing-data" valign="top"',
-                                             'text' =&gt; osc_draw_checkbox_field('cart_delete[]', $products[$i]['id']));
-
-      $products_name = '&lt;table border="0" cellspacing="2" cellpadding="2"&gt;' .
-                       '  &lt;tr&gt;' .
-                       '    &lt;td class="productListing-data" align="center"&gt;&lt;a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"&gt;' . tep_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '&lt;/a&gt;&lt;/td&gt;' .
-                       '    &lt;td class="productListing-data" valign="top"&gt;&lt;a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"&gt;&lt;b&gt;' . $products[$i]['name'] . '&lt;/b&gt;&lt;/a&gt;';
-
-      if (STOCK_CHECK == 'true') {
-        $stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity']);
-        if (tep_not_null($stock_check)) {
-          $any_out_of_stock = 1;
-
-          $products_name .= $stock_check;
-        }
-      }
-
-      if (isset($products[$i]['attributes']) &amp;&amp; is_array($products[$i]['attributes'])) {
-        reset($products[$i]['attributes']);
-        while (list($option, $value) = each($products[$i]['attributes'])) {
-          $products_name .= '&lt;br&gt;&lt;small&gt;&lt;i&gt; - ' . $products[$i][$option]['products_options_name'] . ' ' . $products[$i][$option]['products_options_values_name'] . '&lt;/i&gt;&lt;/small&gt;';
-        }
-      }
-
-      $products_name .= '    &lt;/td&gt;' .
-                        '  &lt;/tr&gt;' .
-                        '&lt;/table&gt;';
-
-      $info_box_contents[$cur_row][] = array('params' =&gt; 'class="productListing-data"',
-                                             'text' =&gt; $products_name);
-
-      $info_box_contents[$cur_row][] = array('align' =&gt; 'center',
-                                             'params' =&gt; 'class="productListing-data" valign="top"',
-                                             'text' =&gt; osc_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4"') . osc_draw_hidden_field('products_id[]', $products[$i]['id']));
-
-      $info_box_contents[$cur_row][] = array('align' =&gt; 'right',
-                                             'params' =&gt; 'class="productListing-data" valign="top"',
-                                             'text' =&gt; '&lt;b&gt;' . $osC_Currencies-&gt;displayPrice($products[$i]['final_price'], $products[$i]['tax_class_id'], $products[$i]['quantity']) . '&lt;/b&gt;');
-    }
-
-    new productListingBox($info_box_contents);
-?&gt;
-        &lt;/td&gt;
-      &lt;/tr&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-      &lt;tr&gt;
-        &lt;td align="right" class="main"&gt;&lt;b&gt;&lt;?php echo SUB_TITLE_SUB_TOTAL; ?&gt; &lt;?php echo $osC_Currencies-&gt;format($cart-&gt;show_total()); ?&gt;&lt;/b&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-&lt;?php
-    if ($any_out_of_stock == 1) {
-      if (STOCK_ALLOW_CHECKOUT == 'true') {
-?&gt;
-      &lt;tr&gt;
-        &lt;td class="stockWarning" align="center"&gt;&lt;br&gt;&lt;?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-&lt;?php
-      } else {
-?&gt;
-      &lt;tr&gt;
-        &lt;td class="stockWarning" align="center"&gt;&lt;br&gt;&lt;?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-&lt;?php
-      }
-    }
-?&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"&gt;
-          &lt;tr class="infoBoxContents"&gt;
-            &lt;td&gt;&lt;table border="0" width="100%" cellspacing="0" cellpadding="2"&gt;
-              &lt;tr&gt;
-                &lt;td width="10"&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?&gt;&lt;/td&gt;
-                &lt;td class="main"&gt;&lt;?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?&gt;&lt;/td&gt;
-&lt;?php
-    $back = sizeof($navigation-&gt;path)-2;
-    if (isset($navigation-&gt;path[$back])) {
-?&gt;
-                &lt;td class="main"&gt;&lt;?php echo '&lt;a href="' . tep_href_link($navigation-&gt;path[$back]['page'], tep_array_to_string($navigation-&gt;path[$back]['get'], array('action')), $navigation-&gt;path[$back]['mode']) . '"&gt;' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '&lt;/a&gt;'; ?&gt;&lt;/td&gt;
-&lt;?php
-    }
-?&gt;
-                &lt;td align="right" class="main"&gt;&lt;?php echo '&lt;a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '"&gt;' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '&lt;/a&gt;'; ?&gt;&lt;/td&gt;
-                &lt;td width="10"&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?&gt;&lt;/td&gt;
-              &lt;/tr&gt;
-            &lt;/table&gt;&lt;/td&gt;
-          &lt;/tr&gt;
-        &lt;/table&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-&lt;?php
-  } else {
-?&gt;
-      &lt;tr&gt;
-        &lt;td align="center" class="main"&gt;&lt;?php new infoBox(array(array('text' =&gt; TEXT_CART_EMPTY))); ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-      &lt;tr&gt;
-        &lt;td&gt;&lt;table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"&gt;
-          &lt;tr class="infoBoxContents"&gt;
-            &lt;td&gt;&lt;table border="0" width="100%" cellspacing="0" cellpadding="2"&gt;
-              &lt;tr&gt;
-                &lt;td width="10"&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?&gt;&lt;/td&gt;
-                &lt;td align="right" class="main"&gt;&lt;?php echo '&lt;a href="' . tep_href_link(FILENAME_DEFAULT) . '"&gt;' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '&lt;/a&gt;'; ?&gt;&lt;/td&gt;
-                &lt;td width="10"&gt;&lt;?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?&gt;&lt;/td&gt;
-              &lt;/tr&gt;
-            &lt;/table&gt;&lt;/td&gt;
-          &lt;/tr&gt;
-        &lt;/table&gt;&lt;/td&gt;
-      &lt;/tr&gt;
-&lt;?php
-  }
-?&gt;
-    &lt;/table&gt;&lt;/form&gt;&lt;/td&gt;
-&lt;!-- body_text_eof //--&gt;
-    &lt;td width="&lt;?php echo BOX_WIDTH; ?&gt;" valign="top"&gt;&lt;table border="0" width="&lt;?php echo BOX_WIDTH; ?&gt;" cellspacing="0" cellpadding="2"&gt;
-&lt;!-- right_navigation //--&gt;
-&lt;?php require(DIR_WS_INCLUDES . 'column_right.php'); ?&gt;
-&lt;!-- right_navigation_eof //--&gt;
-    &lt;/table&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-&lt;!-- body_eof //--&gt;
-
-&lt;!-- footer //--&gt;
-&lt;?php require(DIR_WS_INCLUDES . 'footer.php'); ?&gt;
-&lt;!-- footer_eof //--&gt;
-&lt;br&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-&lt;?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?&gt;
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.9</small></center>
</body></html>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click