<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@
   osCommerce, Open Source E-Commerce Solutions
   http://www.oscommerce.com
 
-  Copyright (c) 2005 osCommerce
+  Copyright (c) 2009 osCommerce
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License v2 (1991)
@@ -60,9 +60,6 @@
             $this-&gt;addPageTags('keywords', $osC_Product-&gt;getTags());
           }
 
-          $this-&gt;addJavascriptFilename('ext/prototype/prototype.js');
-          $this-&gt;addJavascriptFilename('ext/scriptaculous/scriptaculous.js');
-
           $this-&gt;_page_title = $osC_Product-&gt;getTitle();
         } else {
           $this-&gt;_page_title = $osC_Language-&gt;get('product_not_found_heading');</diff>
      <filename>includes/content/products/images.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
   osCommerce, Open Source E-Commerce Solutions
   http://www.oscommerce.com
 
-  Copyright (c) 2007 osCommerce
+  Copyright (c) 2009 osCommerce
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License v2 (1991)
@@ -24,6 +24,8 @@
 
 &lt;base href=&quot;&lt;?php echo osc_href_link(null, null, 'AUTO', false); ?&gt;&quot; /&gt;
 
+&lt;script language=&quot;javascript&quot; src=&quot;ext/jquery/jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;
+
 &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;templates/&lt;?php echo $osC_Template-&gt;getCode(); ?&gt;/stylesheet.css&quot; /&gt;
 
 &lt;?php</diff>
      <filename>templates/default.php</filename>
    </modified>
    <modified>
      <diff>@@ -26,10 +26,10 @@ BODY {
 &lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
 &lt;!--
 function loadImage(imageUrl) {
-  new Effect.Fade('productImageLarge', {duration: 0.3, afterFinish: function() {
-    document.getElementById('productImageLarge').src = imageUrl;
-    new Effect.Appear('productImageLarge', {duration: 0.3});
-  }});
+  $(&quot;#productImageLarge&quot;).fadeOut('fast', function() {
+    $(&quot;#productImageLarge&quot;).attr('src', imageUrl);
+    $(&quot;#productImageLarge&quot;).fadeIn(&quot;slow&quot;);
+  });
 }
 //--&gt;
 &lt;/script&gt;</diff>
      <filename>templates/default/content/products/images.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>ext/prototype/prototype.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/builder.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/controls.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/dragdrop.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/effects.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/scriptaculous.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/slider.js</filename>
    </removed>
    <removed>
      <filename>ext/scriptaculous/unittest.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>6ccd4a83d6923d6afdce956d695faf88fcf83bc3</id>
    </parent>
  </parents>
  <author>
    <name>Harald Ponce de Leon</name>
    <email>hpdl@oscommerce.com</email>
  </author>
  <url>http://github.com/osCommerce/oscommerce/commit/ca1c2bcc474804bc0919c6fbde3e0476eb229404</url>
  <id>ca1c2bcc474804bc0919c6fbde3e0476eb229404</id>
  <committed-date>2009-03-12T05:47:40-07:00</committed-date>
  <authored-date>2009-03-12T05:47:40-07:00</authored-date>
  <message>Remove prototype and scriptaculous javascript libraries
Include jQuery in the default template by default</message>
  <tree>8c76afa79ae7900eb7d4b10e7012a94a21bc1529</tree>
  <committer>
    <name>Harald Ponce de Leon</name>
    <email>hpdl@oscommerce.com</email>
  </committer>
</commit>
