Interface_Frontend_Default_Blank - Version 1.3.0

Version Notes

1.3.0

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Frontend_Default_Blank
Version 1.3.0
Comparing to
See all releases


Code changes from version 1.2.1 to 1.3.0

Files changed (75) hide show
  1. app/design/frontend/default/blank/layout/catalog.xml +16 -2
  2. app/design/frontend/default/blank/layout/catalogsearch.xml +1 -1
  3. app/design/frontend/default/blank/layout/cms.xml +3 -1
  4. app/design/frontend/default/blank/layout/rss.xml +1 -1
  5. app/design/frontend/default/blank/template/catalog/navigation/left.phtml +2 -1
  6. app/design/frontend/default/blank/template/catalog/product/compare/list.phtml +20 -13
  7. app/design/frontend/default/blank/template/catalog/product/compare/sidebar.phtml +1 -1
  8. app/design/frontend/default/blank/template/catalog/product/list.phtml +1 -1
  9. app/design/frontend/default/blank/template/catalog/product/new.phtml +1 -1
  10. app/design/frontend/default/blank/template/catalog/product/view.phtml +2 -2
  11. app/design/frontend/default/blank/template/catalog/product/view/addtocart.phtml +1 -1
  12. app/design/frontend/default/blank/template/catalog/product/view/options.phtml +12 -0
  13. app/design/frontend/default/blank/template/catalog/product/view/options/type/date.phtml +32 -8
  14. app/design/frontend/default/blank/template/catalog/product/view/options/type/file.phtml +14 -12
  15. app/design/frontend/default/blank/template/catalog/seo/tree.phtml +43 -0
  16. app/design/frontend/default/blank/template/catalogsearch/advanced/form.phtml +2 -2
  17. app/design/frontend/default/blank/template/checkout/cart.phtml +10 -10
  18. app/design/frontend/default/blank/template/checkout/cart/item/default.phtml +4 -4
  19. app/design/frontend/default/blank/template/checkout/multishipping/address/select.phtml +1 -1
  20. app/design/frontend/default/blank/template/checkout/multishipping/addresses.phtml +1 -1
  21. app/design/frontend/default/blank/template/checkout/multishipping/success.phtml +1 -1
  22. app/design/frontend/default/blank/template/checkout/onepage/billing.phtml +2 -2
  23. app/design/frontend/default/blank/template/checkout/onepage/login.phtml +14 -9
  24. app/design/frontend/default/blank/template/checkout/onepage/review/info.phtml +1 -1
  25. app/design/frontend/default/blank/template/checkout/onepage/review/item.phtml +2 -2
  26. app/design/frontend/default/blank/template/checkout/onepage/shipping.phtml +2 -2
  27. app/design/frontend/default/blank/template/cms/wrapper.phtml +29 -0
  28. app/design/frontend/default/blank/template/contacts/form.phtml +3 -3
  29. app/design/frontend/default/blank/template/customer/address/edit.phtml +8 -6
  30. app/design/frontend/default/blank/template/customer/form/address.phtml +6 -6
  31. app/design/frontend/default/blank/template/customer/form/edit.phtml +10 -10
  32. app/design/frontend/default/blank/template/customer/form/login.phtml +48 -42
  33. app/design/frontend/default/blank/template/customer/form/newsletter.phtml +3 -1
  34. app/design/frontend/default/blank/template/customer/form/register.phtml +118 -116
  35. app/design/frontend/default/blank/template/customer/widget/name.phtml +2 -2
  36. app/design/frontend/default/blank/template/downloadable/checkout/cart/item/default.phtml +8 -12
  37. app/design/frontend/default/blank/template/downloadable/checkout/multishipping/item/downloadable.phtml +1 -1
  38. app/design/frontend/default/blank/template/downloadable/checkout/onepage/review/item.phtml +3 -3
  39. app/design/frontend/default/blank/template/downloadable/customer/products/list.phtml +8 -3
  40. app/design/frontend/default/blank/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml +1 -1
  41. app/design/frontend/default/blank/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml +1 -1
  42. app/design/frontend/default/blank/template/downloadable/sales/order/items/renderer/downloadable.phtml +1 -1
  43. app/design/frontend/default/blank/template/googlecheckout/link.phtml +1 -1
  44. app/design/frontend/default/blank/template/newsletter/subscribe.phtml +3 -1
  45. app/design/frontend/default/blank/template/page/1column.phtml +2 -2
  46. app/design/frontend/default/blank/template/page/2columns-left.phtml +2 -2
  47. app/design/frontend/default/blank/template/page/2columns-right.phtml +2 -2
  48. app/design/frontend/default/blank/template/page/3columns.phtml +2 -2
  49. app/design/frontend/default/blank/template/page/html/breadcrumbs.phtml +1 -1
  50. app/design/frontend/default/blank/template/page/html/footer.phtml +5 -3
  51. app/design/frontend/default/blank/template/page/html/header.phtml +9 -7
  52. app/design/frontend/default/blank/template/page/html/top.links.phtml +1 -1
  53. app/design/frontend/default/blank/template/page/js/calendar.phtml +94 -0
  54. app/design/frontend/default/blank/template/page/template/links.phtml +1 -1
  55. app/design/frontend/default/blank/template/reports/home_product_compared.phtml +1 -1
  56. app/design/frontend/default/blank/template/review/customer/list.phtml +2 -2
  57. app/design/frontend/default/blank/template/review/customer/recent.phtml +2 -2
  58. app/design/frontend/default/blank/template/rss/list.phtml +11 -5
  59. app/design/frontend/default/blank/template/sales/order/history.phtml +3 -3
  60. app/design/frontend/default/blank/template/sales/order/recent.phtml +3 -3
  61. app/design/frontend/default/blank/template/sales/reorder/sidebar.phtml +1 -1
  62. app/design/frontend/default/blank/template/sendfriend/send.phtml +2 -2
  63. app/design/frontend/default/blank/template/tag/customer/edit.phtml +1 -1
  64. app/design/frontend/default/blank/template/tag/customer/view.phtml +1 -1
  65. app/design/frontend/default/blank/template/tag/list.phtml +4 -4
  66. app/design/frontend/default/blank/template/tag/popular.phtml +1 -1
  67. app/design/frontend/default/blank/template/tag/product/result.phtml +1 -1
  68. app/design/frontend/default/blank/template/wishlist/sharing.phtml +2 -2
  69. app/design/frontend/default/blank/template/wishlist/view.phtml +52 -46
  70. package.xml +6 -6
  71. skin/frontend/default/blank/css/clears.css +1 -0
  72. skin/frontend/default/blank/css/styles-ie.css +6 -1
  73. skin/frontend/default/blank/css/styles.css +79 -76
  74. skin/frontend/default/blank/images/bkg_button.gif +0 -0
  75. skin/frontend/default/blank/js/opcheckout.js +12 -0
app/design/frontend/default/blank/layout/catalog.xml CHANGED
@@ -51,7 +51,7 @@ Default layout, loads most of the pages
51
  <reference name="left">
52
  <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
53
  <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
54
- <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (800) DEMO-NUMBER.</alt></action>
55
  <action method="setLinkUrl"><url>checkout/cart</url></action>
56
  </block>
57
  </reference>
@@ -175,7 +175,6 @@ Product view
175
 
176
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
177
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
178
- <action method="addItem"><type>js</type><name>calendar/lang/calendar-en.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
179
  <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
180
  </reference>
181
  <reference name="content">
@@ -201,6 +200,7 @@ Product view
201
  <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
202
  <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
203
  <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
 
204
  </block>
205
  </block>
206
  <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml">
@@ -326,6 +326,20 @@ SEO Site Map
326
  </reference>
327
  </catalog_seo_sitemap_category>
328
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  <catalog_seo_sitemap_product>
330
  <update handle="catalog_seo_sitemap" />
331
  <reference name="seo.sitemap.container">
51
  <reference name="left">
52
  <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
53
  <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
54
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
55
  <action method="setLinkUrl"><url>checkout/cart</url></action>
56
  </block>
57
  </reference>
175
 
176
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
177
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
 
178
  <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
179
  </reference>
180
  <reference name="content">
200
  <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
201
  <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
202
  <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
203
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
204
  </block>
205
  </block>
206
  <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml">
326
  </reference>
327
  </catalog_seo_sitemap_category>
328
 
329
+ <catalog_seo_sitemap_category_tree>
330
+ <reference name="seo.sitemap.container">
331
+ <remove name="seo.sitemap.pager.top" />
332
+ <remove name="seo.sitemap.pager.bottom" />
333
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
334
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
335
+ <remove name="seo.sitemap.sitemap" />
336
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
337
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
338
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
339
+ </block>
340
+ </reference>
341
+ </catalog_seo_sitemap_category_tree>
342
+
343
  <catalog_seo_sitemap_product>
344
  <update handle="catalog_seo_sitemap" />
345
  <reference name="seo.sitemap.container">
app/design/frontend/default/blank/layout/catalogsearch.xml CHANGED
@@ -70,11 +70,11 @@
70
  <reference name="head">
71
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
72
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
73
- <action method="addItem"><type>js</type><name>calendar/lang/calendar-en.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
74
  <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
75
  </reference>
76
  <reference name="content">
77
  <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
 
78
  </reference>
79
  </catalogsearch_advanced_index>
80
 
70
  <reference name="head">
71
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
72
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
 
73
  <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
74
  </reference>
75
  <reference name="content">
76
  <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
77
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
78
  </reference>
79
  </catalogsearch_advanced_index>
80
 
app/design/frontend/default/blank/layout/cms.xml CHANGED
@@ -44,7 +44,9 @@ Default layout, loads most of the pages
44
 
45
  <cms_page>
46
  <reference name="content">
47
- <block type="cms/page" name="cms_page"/>
 
 
48
  </reference>
49
  </cms_page>
50
 
44
 
45
  <cms_page>
46
  <reference name="content">
47
+ <block type="core/template" name="cms.wrapper" template="cms/wrapper.phtml">
48
+ <block type="cms/page" name="cms_page"/>
49
+ </block>
50
  </reference>
51
  </cms_page>
52
 
app/design/frontend/default/blank/layout/rss.xml CHANGED
@@ -28,7 +28,7 @@
28
  <layout version="0.1.0">
29
  <default>
30
  <reference name="footer_links">
31
- <action method="addLink" translate="label title" module="rss" ifconfig="rss/config/active"><label>RSS</label><url>rss</url><title>RSS testing</title><prepare>true</prepare><urlParams/><position/><li/><a>class="link-feed"</a></action>
32
  </reference>
33
  </default>
34
  <!--
28
  <layout version="0.1.0">
29
  <default>
30
  <reference name="footer_links">
31
+ <action method="addLink" translate="label title" module="rss" ifconfig="rss/config/active"><label>RSS</label><url>rss</url><title>RSS</title><prepare>true</prepare><urlParams/><position/><li/><a>class="link-rss"</a></action>
32
  </reference>
33
  </default>
34
  <!--
app/design/frontend/default/blank/template/catalog/navigation/left.phtml CHANGED
@@ -33,7 +33,8 @@
33
  */
34
  ?>
35
  <?php $_categories=$this->getCurrentChildCategories() ?>
36
- <?php if($_categories->count()): ?>
 
37
  <div class="block block-layered-nav">
38
  <div class="block-title">
39
  <h2><?php echo $this->__('Browse By') ?></h2>
33
  */
34
  ?>
35
  <?php $_categories=$this->getCurrentChildCategories() ?>
36
+ <?php $_count = is_array($_categories)?count($_categories):$_categories->count(); ?>
37
+ <?php if($_count): ?>
38
  <div class="block block-layered-nav">
39
  <div class="block-title">
40
  <h2><?php echo $this->__('Browse By') ?></h2>
app/design/frontend/default/blank/template/catalog/product/compare/list.phtml CHANGED
@@ -31,18 +31,25 @@
31
  <?php $_total=$this->getItems()->getSize() ?>
32
  <?php if($_total): ?>
33
  <table class="data-table" id="product_comparison">
 
 
 
 
 
 
 
34
  <?php if ($_total>2): ?>
35
- <tbody>
36
  <tr>
37
- <?php $_i=0 ?>
38
- <?php foreach($this->getItems() as $_item): ?>
39
  <?php if($_i++%10==0): ?>
40
  <th>&nbsp;</th>
41
  <?php endif; ?>
42
- <td class="a-center"><a href="#" onclick="setLocation('<?php echo $this->helper('catalog/product_compare')->getRemoveUrl($_item) ?>');window.opener.location.reload();"><img src="<?php echo $this->getSkinUrl('images/list_remove_btn.gif') ?>" alt="<?php echo $this->__('Remove Product') ?>" title="<?php echo $this->__('Remove Product') ?>" /></a></td>
43
- <?php endforeach; ?>
44
  </tr>
45
- </tbody>
46
  <?php endif ?>
47
  <tbody>
48
  <tr>
@@ -52,17 +59,17 @@
52
  <th class="label">&nbsp;</th>
53
  <?php endif; ?>
54
  <td>
55
- <a class="product-image" href="#" onclick="setPLocation('<?php echo $_item->getProductUrl() ?>', true)" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(125, 125); ?>" width="125" height="125" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
56
  <h3 class="product-name"><a href="#" onclick="setPLocation('<?php echo $_item->getProductUrl() ?>', true)" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
57
  <?php echo $this->getReviewsSummaryHtml($_item, 'short') ?>
58
  <?php echo $this->getPriceHtml($_item, true) ?>
59
  <?php if($_item->isSaleable()): ?>
60
- <button class="button" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToCartUrl($_item) ?>', true)"><span><?php echo $this->__('Add to Cart') ?></span></button>
61
  <?php else: ?>
62
- <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
63
  <?php endif; ?>
64
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
65
- <p><a href="#" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToWishlistUrl($_item) ?>', true)"><?php echo $this->__('Add to My Wishlist') ?></a></p>
66
  <?php endif; ?>
67
  </td>
68
  <?php endforeach; ?>
@@ -74,7 +81,7 @@
74
  <?php $_i=0 ?>
75
  <?php foreach($this->getItems() as $_item): ?>
76
  <?php if($_i++%10==0): ?>
77
- <th class="label"><?php echo $this->__($_attribute->getFrontendLabel()) ?></th>
78
  <?php endif; ?>
79
  <td>
80
  <?php switch ($_attribute->getAttributeCode()) {
@@ -103,9 +110,9 @@
103
  <td class="data">
104
  <?php echo $this->getPriceHtml($_item) ?>
105
  <?php if($_item->isSaleable()): ?>
106
- <button type="button" class="button" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToCartUrl($_item) ?>', true)"><span><?php echo $this->__('Add to Cart') ?></span></button>
107
  <?php else: ?>
108
- <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
109
  <?php endif; ?>
110
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
111
  <p><a href="#" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToWishlistUrl($_item) ?>', true)"><?php echo $this->__('Add to Wishlist') ?></a></p>
31
  <?php $_total=$this->getItems()->getSize() ?>
32
  <?php if($_total): ?>
33
  <table class="data-table" id="product_comparison">
34
+ <?php $_i=0 ?>
35
+ <?php foreach($this->getItems() as $_item): ?>
36
+ <?php if($_i++%10==0): ?>
37
+ <col width="1" />
38
+ <?php endif; ?>
39
+ <col width="<?php echo floor(100/$_total); ?>%" />
40
+ <?php endforeach; ?>
41
  <?php if ($_total>2): ?>
42
+ <thead>
43
  <tr>
44
+ <?php $_i=0 ?>
45
+ <?php foreach($this->getItems() as $_item): ?>
46
  <?php if($_i++%10==0): ?>
47
  <th>&nbsp;</th>
48
  <?php endif; ?>
49
+ <td class="a-right"><a href="#" onclick="setLocation('<?php echo $this->helper('catalog/product_compare')->getRemoveUrl($_item) ?>') ;window.opener.location.reload();" title="<?php echo $this->__('Remove Product') ?>"><img src="<?php echo $this->getSkinUrl('images/list_remove_btn.gif') ?>" alt="<?php echo $this->__('Remove Product') ?>" /></a></td>
50
+ <?php endforeach; ?>
51
  </tr>
52
+ </thead>
53
  <?php endif ?>
54
  <tbody>
55
  <tr>
59
  <th class="label">&nbsp;</th>
60
  <?php endif; ?>
61
  <td>
62
+ <a class="product-image" href="#" onclick="setPLocation('<?php echo $_item->getProductUrl() ?>', true)" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(125, 125); ?>" width="125" height="125" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
63
  <h3 class="product-name"><a href="#" onclick="setPLocation('<?php echo $_item->getProductUrl() ?>', true)" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
64
  <?php echo $this->getReviewsSummaryHtml($_item, 'short') ?>
65
  <?php echo $this->getPriceHtml($_item, true) ?>
66
  <?php if($_item->isSaleable()): ?>
67
+ <p><button type="button" class="button" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToCartUrl($_item) ?>', true)"><span><?php echo $this->__('Add to Cart') ?></span></button></p>
68
  <?php else: ?>
69
+ <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
70
  <?php endif; ?>
71
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
72
+ <p><a href="#" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToWishlistUrl($_item) ?>', true)"><?php echo $this->__('Add to Wishlist') ?></a></p>
73
  <?php endif; ?>
74
  </td>
75
  <?php endforeach; ?>
81
  <?php $_i=0 ?>
82
  <?php foreach($this->getItems() as $_item): ?>
83
  <?php if($_i++%10==0): ?>
84
+ <th class="label"><span class="nobr"><?php echo $this->__($_attribute->getFrontendLabel()) ?></span></th>
85
  <?php endif; ?>
86
  <td>
87
  <?php switch ($_attribute->getAttributeCode()) {
110
  <td class="data">
111
  <?php echo $this->getPriceHtml($_item) ?>
112
  <?php if($_item->isSaleable()): ?>
113
+ <p><button type="button" class="button" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToCartUrl($_item) ?>', true)"><span><?php echo $this->__('Add to Cart') ?></span></button></p>
114
  <?php else: ?>
115
+ <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
116
  <?php endif; ?>
117
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
118
  <p><a href="#" onclick="setPLocation('<?php echo $this->helper('catalog/product_compare')->getAddToWishlistUrl($_item) ?>', true)"><?php echo $this->__('Add to Wishlist') ?></a></p>
app/design/frontend/default/blank/template/catalog/product/compare/sidebar.phtml CHANGED
@@ -46,7 +46,7 @@
46
  <script type="text/javascript">decorateList('compare-items')</script>
47
  <div class="actions">
48
  <a href="<?php echo $this->helper('catalog/product_compare')->getClearListUrl() ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove all products from your comparison?') ?>');"><?php echo $this->__('Clear All') ?></a>
49
- <button class="button" onclick="popWin('<?php echo $this->helper('catalog/product_compare')->getListUrl() ?>','compare','top:50,left:50,width=800,height=600,resizable=yes,scrollbars=yes')"><span><?php echo $this->__('Compare Items') ?></span></button>
50
  </div>
51
  <?php else: ?>
52
  <p><?php echo $this->__('You have no items to compare.') ?></p>
46
  <script type="text/javascript">decorateList('compare-items')</script>
47
  <div class="actions">
48
  <a href="<?php echo $this->helper('catalog/product_compare')->getClearListUrl() ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove all products from your comparison?') ?>');"><?php echo $this->__('Clear All') ?></a>
49
+ <button type="button" class="button" onclick="popWin('<?php echo $this->helper('catalog/product_compare')->getListUrl() ?>','compare','top:50,left:50,width=800,height=600,resizable=yes,scrollbars=yes')"><span><?php echo $this->__('Compare Items') ?></span></button>
50
  </div>
51
  <?php else: ?>
52
  <p><?php echo $this->__('You have no items to compare.') ?></p>
app/design/frontend/default/blank/template/catalog/product/list.phtml CHANGED
@@ -97,7 +97,7 @@
97
  <?php endif; ?>
98
  <?php echo $this->getPriceHtml($_product, true) ?>
99
  <?php if($_product->isSaleable()): ?>
100
- <button class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
101
  <?php else: ?>
102
  <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
103
  <?php endif; ?>
97
  <?php endif; ?>
98
  <?php echo $this->getPriceHtml($_product, true) ?>
99
  <?php if($_product->isSaleable()): ?>
100
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
101
  <?php else: ?>
102
  <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
103
  <?php endif; ?>
app/design/frontend/default/blank/template/catalog/product/new.phtml CHANGED
@@ -38,7 +38,7 @@
38
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
39
  <?php echo $this->getPriceHtml($_product, true, '-new') ?>
40
  <?php if($_product->isSaleable()): ?>
41
- <button class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
42
  <?php else: ?>
43
  <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
44
  <?php endif; ?>
38
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
39
  <?php echo $this->getPriceHtml($_product, true, '-new') ?>
40
  <?php if($_product->isSaleable()): ?>
41
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
42
  <?php else: ?>
43
  <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
44
  <?php endif; ?>
app/design/frontend/default/blank/template/catalog/product/view.phtml CHANGED
@@ -33,7 +33,7 @@
33
  ?>
34
  <?php
35
  $_helper = $this->helper('catalog/output');
36
- $_product = $this->getProduct()
37
  ?>
38
  <script type="text/javascript">
39
  var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
@@ -41,7 +41,7 @@
41
  <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
42
  <div class="product-view">
43
  <div class="product-essential">
44
- <form action="<?php echo $this->getAddToCartUrl($_product) ?>" method="post" id="product_addtocart_form">
45
  <fieldset class="no-display">
46
  <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
47
  <input type="hidden" name="related_product" id="related-products-field" value="" />
33
  ?>
34
  <?php
35
  $_helper = $this->helper('catalog/output');
36
+ $_product = $this->getProduct();
37
  ?>
38
  <script type="text/javascript">
39
  var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
41
  <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
42
  <div class="product-view">
43
  <div class="product-essential">
44
+ <form action="<?php echo $this->getAddToCartUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
45
  <fieldset class="no-display">
46
  <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
47
  <input type="hidden" name="related_product" id="related-products-field" value="" />
app/design/frontend/default/blank/template/catalog/product/view/addtocart.phtml CHANGED
@@ -34,6 +34,6 @@
34
  <label for="qty"><?php echo $this->__('Qty') ?>:</label>
35
  <input type="text" class="input-text qty" name="qty" id="qty" maxlength="12" value="<?php echo $this->getMinimalQty($_product) ?>" />
36
  <?php endif; ?>
37
- <button class="button" onclick="productAddToCartForm.submit()"><span><?php echo $this->__('Add to Cart') ?></span></button>
38
  </fieldset>
39
  <?php endif; ?>
34
  <label for="qty"><?php echo $this->__('Qty') ?>:</label>
35
  <input type="text" class="input-text qty" name="qty" id="qty" maxlength="12" value="<?php echo $this->getMinimalQty($_product) ?>" />
36
  <?php endif; ?>
37
+ <button type="button" class="button" onclick="productAddToCartForm.submit()"><span><?php echo $this->__('Add to Cart') ?></span></button>
38
  </fieldset>
39
  <?php endif; ?>
app/design/frontend/default/blank/template/catalog/product/view/options.phtml CHANGED
@@ -106,6 +106,7 @@
106
  reloadPrice : function(){
107
  price = new Number();
108
  config = this.config;
 
109
  $$('.product-custom-option').each(function(element){
110
  var optionId = 0;
111
  element.name.sub(/[0-9]+/, function(match){
@@ -118,6 +119,17 @@
118
  price += parseFloat(config[optionId][element.getValue()]);
119
  }
120
  }
 
 
 
 
 
 
 
 
 
 
 
121
  } else if(element.type == 'select-one' || element.type == 'select-multiple') {
122
  if (element.options) {
123
  $A(element.options).each(function(selectOption){
106
  reloadPrice : function(){
107
  price = new Number();
108
  config = this.config;
109
+ skipIds = [];
110
  $$('.product-custom-option').each(function(element){
111
  var optionId = 0;
112
  element.name.sub(/[0-9]+/, function(match){
119
  price += parseFloat(config[optionId][element.getValue()]);
120
  }
121
  }
122
+ } else if(element.hasClassName('datetime-picker') && !skipIds.include(optionId)) {
123
+ dateSelected = true;
124
+ $$('.product-custom-option[id^="options_' + optionId + '"]').each(function(dt){
125
+ if (dt.getValue() == '') {
126
+ dateSelected = false;
127
+ }
128
+ });
129
+ if (dateSelected) {
130
+ price += parseFloat(this.config[optionId]);
131
+ skipIds[optionId] = optionId;
132
+ }
133
  } else if(element.type == 'select-one' || element.type == 'select-multiple') {
134
  if (element.options) {
135
  $A(element.options).each(function(selectOption){
app/design/frontend/default/blank/template/catalog/product/view/options/type/date.phtml CHANGED
@@ -18,20 +18,44 @@
18
  * versions in the future. If you wish to customize Magento for your
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
- * @category design_blank
22
  * @package Mage
23
  * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <?php $_option = $this->getOption() ?>
28
- <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label></dt>
 
 
 
 
29
  <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
30
- || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE): ?>
31
- <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>><?php echo $this->__('Date') ?>&nbsp;<?php echo $this->getCalendarHtml() ?></dd>
32
  <?php endif; ?>
 
33
  <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
34
- || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_TIME): ?>
35
- <dd <?php if ($_option->decoratedIsLast){?> class="last"<?php }?>><?php echo $this->__('Time') ?> <?php echo $this->getTimeHtml() ?>
36
- <?php //echo $this->__('Time') ?> <!--<input type="text" class="input-text<?php echo $_option->getIsRequire() ? ' required-entry' : '' ?>" name="options[<?php echo $_option->getId() ?>]" value="" />--></dd>
37
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  * versions in the future. If you wish to customize Magento for your
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
+ * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <?php $_option = $this->getOption() ?>
28
+ <?php $_optionId = $_option->getId() ?>
29
+ <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label>
30
+ <?php echo $this->getFormatedPrice() ?></dt>
31
+ <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
32
+
33
  <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
34
+ || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE): ?>
35
+ <?php echo $this->getDateHtml() ?>
36
  <?php endif; ?>
37
+
38
  <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
39
+ || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_TIME): ?>
40
+ &nbsp;&nbsp;<?php echo $this->getTimeHtml() ?>
41
+ <?php endif; ?>
42
+
43
+ <?php if ($_option->getIsRequire()): ?>
44
+ <input type="hidden" name="validate_datetime_<?php echo $_optionId ?>" class="validate-datetime-<?php echo $_optionId ?>" value="" />
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ Validation.addAllThese(
48
+ [
49
+ ['validate-datetime-<?php echo $_optionId ?>', '<?php echo $this->jsQuoteEscape( Mage::helper('catalog')->__('This is a required option') )?>', function(v) {
50
+ var dateTimeParts = $$('.datetime-picker[id^="options_<?php echo $_optionId ?>"]');
51
+ for (var i=0; i < dateTimeParts.length; i++) {
52
+ if (dateTimeParts[i].value == "") return false;
53
+ }
54
+ return true;
55
+ }]
56
+ ]
57
+ );
58
+ //]]>
59
+ </script>
60
+ <?php endif; ?>
61
+ </dd>
app/design/frontend/default/blank/template/catalog/product/view/options/type/file.phtml CHANGED
@@ -18,7 +18,7 @@
18
  * versions in the future. If you wish to customize Magento for your
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
- * @category design_blank
22
  * @package Mage
23
  * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
@@ -26,14 +26,16 @@
26
  ?>
27
  <?php $_option = $this->getOption() ?>
28
  <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label>
29
- (
30
- <?php if ($_option->getPriceType() == 'fixed'): ?>
31
- <?php echo $this->helper('core')->currency($_option->getPrice()) ?>
32
- <?php else: ?>
33
- <?php echo '%' . number_format($_option->getPrice(), 0, null, '') ?>
34
- <?php endif; ?>
35
- )</dt>
36
- <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>><input type="file" id="option_<?php echo $_option->getId() ?>_file" name="option_file" />
37
- <input type="button" id="option_<?php echo $_option->getId() ?>" name="upload" value="Upload" onclick="optionFileUpload.upload(this)" />
38
- <input type="hidden" id="option_<?php echo $_option->getId() ?>_uploaded_file" name="options[<?php echo $_option->getId() ?>][file]" value="" />
39
- </dd>
 
 
18
  * versions in the future. If you wish to customize Magento for your
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
+ * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  ?>
27
  <?php $_option = $this->getOption() ?>
28
  <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label>
29
+ <?php echo $this->getFormatedPrice() ?></dt>
30
+ <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
31
+ <input type="file" id="option_<?php echo $_option->getId() ?>_file" name="options_<?php echo $_option->getId() ?>_file" class="product-custom-option<?php echo $_option->getIsRequire() ? ' required-entry' : '' ?>" onchange="opConfig.reloadPrice()"/>
32
+ <?php if ($_option->getFileExtension()): ?>
33
+ <p class="no-margin"><?php echo Mage::helper('catalog')->__('Allowed file extensions to upload')?>: <strong><?php echo $_option->getFileExtension() ?></strong></p>
34
+ <?php endif; ?>
35
+ <?php if ($_option->getImageSizeX() > 0): ?>
36
+ <p class="no-margin"><?php echo Mage::helper('catalog')->__('Maximum image width')?>: <strong><?php echo $_option->getImageSizeX() ?> <?php echo Mage::helper('catalog')->__('px.')?></strong></p>
37
+ <?php endif; ?>
38
+ <?php if ($_option->getImageSizeY() > 0): ?>
39
+ <p class="no-margin"><?php echo Mage::helper('catalog')->__('Maximum image height')?>: <strong><?php echo $_option->getImageSizeY() ?> <?php echo Mage::helper('catalog')->__('px.')?></strong></p>
40
+ <?php endif; ?>
41
+ </dd>
app/design/frontend/default/blank/template/catalog/seo/tree.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design_blank
22
+ * @package Mage
23
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * @see Mage_Catalog_Block_Seo_Sitemap_
30
+ */
31
+ ?>
32
+ <?php $_items = $this->getCollection(); ?>
33
+ <?php if($_items->getSize()): ?>
34
+ <ul class="sitemap">
35
+ <?php foreach ($_items as $_item): ?>
36
+ <li class="level-<?php echo $this->getLevel($_item) ?>" <?php echo $this->getLevel($_item)?'style="padding-left:' . $this->getLevel($_item, 2) . '0px;"':'' ?>><a href="<?php echo $this->getItemUrl($_item) ?>"><?php echo $_item->name ?></a></li>
37
+ <?php endforeach; ?>
38
+ </ul>
39
+ <?php else: ?>
40
+ <p class="note-msg">
41
+ <?php echo $this->__('There are no %s available.', $this->getItemsTitle()); ?>
42
+ </p>
43
+ <?php endif ?>
app/design/frontend/default/blank/template/catalogsearch/advanced/form.phtml CHANGED
@@ -36,9 +36,9 @@
36
  </div>
37
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
38
  <form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
39
- <fieldset class="group-select">
40
  <h3><?php echo $this->__('Search Settings') ?></h3>
41
- <ul id="advanced-search-list">
42
  <?php foreach ($this->getSearchableAttributes() as $_attribute): ?>
43
  <?php $_code = $_attribute->getAttributeCode() ?>
44
  <li>
36
  </div>
37
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
38
  <form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
39
+ <fieldset>
40
  <h3><?php echo $this->__('Search Settings') ?></h3>
41
+ <ul class="form-list group-select" id="advanced-search-list">
42
  <?php foreach ($this->getSearchableAttributes() as $_attribute): ?>
43
  <?php $_code = $_attribute->getAttributeCode() ?>
44
  <li>
app/design/frontend/default/blank/template/checkout/cart.phtml CHANGED
@@ -44,36 +44,36 @@
44
  <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
45
  <fieldset>
46
  <table id="shopping-cart-table" class="data-table cart-table">
47
- <col width="40" />
48
- <col width="75" />
49
  <col />
50
  <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
51
  <col width="1" />
52
  <?php endif ?>
53
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
54
- <col width="80" />
55
  <?php endif; ?>
56
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
57
- <col width="80" />
58
  <?php endif; ?>
59
  <col width="1" />
60
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
61
- <col width="80" />
62
  <?php endif; ?>
63
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
64
- <col width="80" />
65
  <?php endif; ?>
66
 
67
  <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
68
  <thead>
69
  <tr>
70
- <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Remove') ?></th>
71
  <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
72
- <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
73
  <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
74
- <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Move to Wishlist') ?></th>
75
  <?php endif ?>
76
- <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Unit Price') ?></th>
77
  <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
78
  <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
79
  </tr>
44
  <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
45
  <fieldset>
46
  <table id="shopping-cart-table" class="data-table cart-table">
47
+ <col width="1" />
48
+ <col width="1" />
49
  <col />
50
  <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
51
  <col width="1" />
52
  <?php endif ?>
53
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
54
+ <col width="1" />
55
  <?php endif; ?>
56
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
57
+ <col width="1" />
58
  <?php endif; ?>
59
  <col width="1" />
60
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
61
+ <col width="1" />
62
  <?php endif; ?>
63
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
64
+ <col width="1" />
65
  <?php endif; ?>
66
 
67
  <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
68
  <thead>
69
  <tr>
70
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
71
  <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
72
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
73
  <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
74
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
75
  <?php endif ?>
76
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
77
  <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
78
  <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
79
  </tr>
app/design/frontend/default/blank/template/checkout/cart/item/default.phtml CHANGED
@@ -26,8 +26,8 @@
26
  ?>
27
  <?php $_item = $this->getItem()?>
28
  <tr>
29
- <td class="a-center"><a href="<?php echo $this->getDeleteUrl() ?>"><img src="<?php echo $this->getSkinUrl('images/btn_trash.gif') ?>" alt="<?php echo $this->__('Remove item')?>" title="<?php echo $this->__('Remove item')?>" /></a></td>
30
- <td><a href="<?php echo $this->getProductUrl() ?>" class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" width="75" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" /></a></td>
31
  <td>
32
  <h3 class="product-name"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->getProductName() ?></a></h3>
33
  <?php if ($_options = $this->getOptionList()):?>
@@ -107,7 +107,7 @@
107
  </td>
108
  <?php endif; ?>
109
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
110
- <td class="a-right">
111
  <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
112
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
113
  <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
@@ -201,7 +201,7 @@
201
  </td>
202
  <?php endif; ?>
203
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
204
- <td class="a-right">
205
  <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
206
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
207
  <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
26
  ?>
27
  <?php $_item = $this->getItem()?>
28
  <tr>
29
+ <td class="a-center"><a href="<?php echo $this->getDeleteUrl() ?>" title="<?php echo $this->__('Remove item')?>"><img src="<?php echo $this->getSkinUrl('images/btn_trash.gif') ?>" alt="<?php echo $this->__('Remove item')?>" /></a></td>
30
+ <td><a href="<?php echo $this->getProductUrl() ?>" class="product-image" title="<?php echo $this->htmlEscape($this->getProductName()) ?>"><img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /></a></td>
31
  <td>
32
  <h3 class="product-name"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->getProductName() ?></a></h3>
33
  <?php if ($_options = $this->getOptionList()):?>
107
  </td>
108
  <?php endif; ?>
109
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
110
+ <td>
111
  <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
112
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
113
  <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
201
  </td>
202
  <?php endif; ?>
203
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
204
+ <td>
205
  <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
206
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
207
  <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
app/design/frontend/default/blank/template/checkout/multishipping/address/select.phtml CHANGED
@@ -48,8 +48,8 @@
48
  <?php endif; ?>
49
  </address>
50
  </div>
 
51
  <?php if($_index && $_index%3==0): ?></div><?php endif; ?>
52
- <?php $_index++ ?>
53
  <?php endforeach; ?>
54
  <?php if(!$_index || $_index%3!=0): ?></div><?php endif; ?>
55
  </div>
48
  <?php endif; ?>
49
  </address>
50
  </div>
51
+ <?php $_index++ ?>
52
  <?php if($_index && $_index%3==0): ?></div><?php endif; ?>
 
53
  <?php endforeach; ?>
54
  <?php if(!$_index || $_index%3!=0): ?></div><?php endif; ?>
55
  </div>
app/design/frontend/default/blank/template/checkout/multishipping/addresses.phtml CHANGED
@@ -51,7 +51,7 @@
51
  <th><?php echo $this->__('Product') ?></th>
52
  <th class="a-center"><?php echo $this->__('Qty') ?></th>
53
  <th><?php echo $this->__('Send to') ?></th>
54
- <th><?php echo $this->__('Remove') ?></th>
55
  </tr>
56
  </thead>
57
  <tfoot>
51
  <th><?php echo $this->__('Product') ?></th>
52
  <th class="a-center"><?php echo $this->__('Qty') ?></th>
53
  <th><?php echo $this->__('Send to') ?></th>
54
+ <th>&nbsp;</th>
55
  </tr>
56
  </thead>
57
  <tfoot>
app/design/frontend/default/blank/template/checkout/multishipping/success.phtml CHANGED
@@ -42,5 +42,5 @@
42
  <?php endif; ?>
43
  <?php echo $this->getChildHtml() ?>
44
  <div class="buttons-set">
45
- <button class="button" onclick="setLocation('<?php echo $this->getContinueUrl() ?>')"><span><?php echo $this->__('Continue Shopping') ?></span></button>
46
  </div>
42
  <?php endif; ?>
43
  <?php echo $this->getChildHtml() ?>
44
  <div class="buttons-set">
45
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getContinueUrl() ?>')"><span><?php echo $this->__('Continue Shopping') ?></span></button>
46
  </div>
app/design/frontend/default/blank/template/checkout/onepage/billing.phtml CHANGED
@@ -25,8 +25,8 @@
25
  */
26
  ?>
27
  <form id="co-billing-form" action="">
28
- <fieldset class="group-select">
29
- <ul>
30
  <?php if ($this->customerHasAddresses()): ?>
31
  <li>
32
  <label for="billing-address-select"><?php echo $this->__('Select a billing address from your address book or enter a new address.') ?></label><br />
25
  */
26
  ?>
27
  <form id="co-billing-form" action="">
28
+ <fieldset>
29
+ <ul class="form-list group-select">
30
  <?php if ($this->customerHasAddresses()): ?>
31
  <li>
32
  <label for="billing-address-select"><?php echo $this->__('Select a billing address from your address book or enter a new address.') ?></label><br />
app/design/frontend/default/blank/template/checkout/onepage/login.phtml CHANGED
@@ -27,7 +27,6 @@
27
  <div class="col2-set">
28
  <div class="col-1">
29
  <h4><?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?><?php echo $this->__('Checkout as a Guest or Register') ?><?php else: ?><?php echo $this->__('Register to Create an Account') ?><?php endif; ?></h4>
30
-
31
  <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
32
  <p><?php echo $this->__('Register with us for future convenience:') ?></p>
33
  <?php else: ?>
@@ -60,9 +59,6 @@
60
  <?php else: ?>
61
  <input type="hidden" name="checkout_method" id="login:register" value="register" checked="checked" />
62
  <?php endif; ?>
63
- <div class="buttons-set">
64
- <button class="button" onclick="checkout.setMethod();"><span><?php echo ($this->getQuote()->isAllowedGuestCheckout() ? $this->__('Continue') : $this->__('Register')) ?></span></button>
65
- </div>
66
  </div>
67
  <div class="col-2">
68
  <h4><?php echo $this->__('Login') ?></h4>
@@ -86,10 +82,6 @@
86
  </li>
87
  </ul>
88
  <p class="required"><?php echo $this->__('* Required Fields') ?></p>
89
- <div class="buttons-set">
90
- <a href="<?php echo $this->getUrl('customer/account/forgotpassword') ?>"><?php echo $this->__('Forgot your password?') ?></a>
91
- <button type="submit" class="button" onclick="loginForm.submit()"><span><?php echo $this->__('Login') ?></span></button>
92
- </div>
93
  </fieldset>
94
  </form>
95
  </div>
@@ -105,4 +97,17 @@
105
  }
106
  //]]>
107
  </script>
108
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  <div class="col2-set">
28
  <div class="col-1">
29
  <h4><?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?><?php echo $this->__('Checkout as a Guest or Register') ?><?php else: ?><?php echo $this->__('Register to Create an Account') ?><?php endif; ?></h4>
 
30
  <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
31
  <p><?php echo $this->__('Register with us for future convenience:') ?></p>
32
  <?php else: ?>
59
  <?php else: ?>
60
  <input type="hidden" name="checkout_method" id="login:register" value="register" checked="checked" />
61
  <?php endif; ?>
 
 
 
62
  </div>
63
  <div class="col-2">
64
  <h4><?php echo $this->__('Login') ?></h4>
82
  </li>
83
  </ul>
84
  <p class="required"><?php echo $this->__('* Required Fields') ?></p>
 
 
 
 
85
  </fieldset>
86
  </form>
87
  </div>
97
  }
98
  //]]>
99
  </script>
100
+ </div>
101
+ <div class="col2-set">
102
+ <div class="col-1">
103
+ <div class="buttons-set">
104
+ <button type="button" class="button" onclick="checkout.setMethod();"><span><?php echo ($this->getQuote()->isAllowedGuestCheckout() ? $this->__('Continue') : $this->__('Register')) ?></span></button>
105
+ </div>
106
+ </div>
107
+ <div class="col-2">
108
+ <div class="buttons-set">
109
+ <a href="<?php echo $this->getUrl('customer/account/forgotpassword') ?>" class="f-left"><?php echo $this->__('Forgot your password?') ?></a>
110
+ <button type="submit" class="button" onclick="loginForm.submit()"><span><?php echo $this->__('Login') ?></span></button>
111
+ </div>
112
+ </div>
113
+ </div>
app/design/frontend/default/blank/template/checkout/onepage/review/info.phtml CHANGED
@@ -39,7 +39,7 @@
39
  <th rowspan="<?php echo $rowspan ?>"><?php echo $this->__('Product Name') ?></th>
40
  <th colspan="<?php echo $colspan ?>" class="a-center"><?php echo $this->__('Price') ?></th>
41
  <th rowspan="<?php echo $rowspan ?>"><?php echo $this->__('Qty') ?></th>
42
- <th colspan="<?php echo $colspan ?>" class="a-right"><?php echo $this->__('Subtotal') ?></th>
43
  </tr>
44
  <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
45
  <tr>
39
  <th rowspan="<?php echo $rowspan ?>"><?php echo $this->__('Product Name') ?></th>
40
  <th colspan="<?php echo $colspan ?>" class="a-center"><?php echo $this->__('Price') ?></th>
41
  <th rowspan="<?php echo $rowspan ?>"><?php echo $this->__('Qty') ?></th>
42
+ <th colspan="<?php echo $colspan ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
43
  </tr>
44
  <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
45
  <tr>
app/design/frontend/default/blank/template/checkout/onepage/review/item.phtml CHANGED
@@ -94,7 +94,7 @@
94
  </td>
95
  <?php endif; ?>
96
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
97
- <td class="a-right">
98
  <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
99
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
100
  <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
@@ -186,7 +186,7 @@
186
  </td>
187
  <?php endif; ?>
188
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
189
- <td class="a-right">
190
  <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
191
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
192
  <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
94
  </td>
95
  <?php endif; ?>
96
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
97
+ <td>
98
  <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
99
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
100
  <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
186
  </td>
187
  <?php endif; ?>
188
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
189
+ <td>
190
  <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
191
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
192
  <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
app/design/frontend/default/blank/template/checkout/onepage/shipping.phtml CHANGED
@@ -25,8 +25,8 @@
25
  */
26
  ?>
27
  <form action="" id="co-shipping-form">
28
- <fieldset class="group-select">
29
- <ul>
30
  <?php if ($this->customerHasAddresses()): ?>
31
  <li>
32
  <label for="shipping-address-select"><?php echo $this->__('Select a shipping address from your address book or enter a new address.') ?></label><br />
25
  */
26
  ?>
27
  <form action="" id="co-shipping-form">
28
+ <fieldset>
29
+ <ul class="form-list group-select">
30
  <?php if ($this->customerHasAddresses()): ?>
31
  <li>
32
  <label for="shipping-address-select"><?php echo $this->__('Select a shipping address from your address book or enter a new address.') ?></label><br />
app/design/frontend/default/blank/template/cms/wrapper.phtml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design_blank
22
+ * @package Mage
23
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="std">
28
+ <?php echo $this->getChidHtml(); ?>
29
+ </div>
app/design/frontend/default/blank/template/contacts/form.phtml CHANGED
@@ -29,9 +29,9 @@
29
  <h2><?php echo Mage::helper('contacts')->__('Contact Us') ?></h2>
30
  </div>
31
  <form action="<?php echo $this->getFormAction(); ?>" id="contactForm" method="post">
32
- <fieldset class="group-select">
33
  <h3><?php echo Mage::helper('contacts')->__('Contact Information') ?></h3>
34
- <ul>
35
  <li>
36
  <div class="input-box">
37
  <label for="name"><?php echo Mage::helper('contacts')->__('Name') ?> <span class="required">*</span></label><br />
@@ -50,7 +50,7 @@
50
  </div>
51
  </li>
52
  <li>
53
- <label for="comment"><?php echo Mage::helper('contacts')->__('Comment') ?></label><br />
54
  <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" style="height:150px;" cols="5" rows="3"></textarea>
55
  </li>
56
  </ul>
29
  <h2><?php echo Mage::helper('contacts')->__('Contact Us') ?></h2>
30
  </div>
31
  <form action="<?php echo $this->getFormAction(); ?>" id="contactForm" method="post">
32
+ <fieldset>
33
  <h3><?php echo Mage::helper('contacts')->__('Contact Information') ?></h3>
34
+ <ul class="form-list group-select">
35
  <li>
36
  <div class="input-box">
37
  <label for="name"><?php echo Mage::helper('contacts')->__('Name') ?> <span class="required">*</span></label><br />
50
  </div>
51
  </li>
52
  <li>
53
+ <label for="comment"><?php echo Mage::helper('contacts')->__('Comment') ?> <span class="required">*</span></label><br />
54
  <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" style="height:150px;" cols="5" rows="3"></textarea>
55
  </li>
56
  </ul>
app/design/frontend/default/blank/template/customer/address/edit.phtml CHANGED
@@ -38,12 +38,12 @@
38
  <?php endif; ?>
39
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
  <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="form-validate">
41
- <fieldset class="group-select">
42
  <?php echo $this->getBlockHtml('formkey')?>
43
  <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
44
  <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
45
  <h3><?php echo $this->__('Contact Information') ?></h3>
46
- <ul>
47
  <li>
48
  <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getAddress()->getFirstname() ? $this->getAddress() : $this->getCustomer())->toHtml() ?>
49
  </li>
@@ -63,18 +63,18 @@
63
  </li>
64
  </ul>
65
  </fieldset>
66
- <fieldset class="group-select">
67
  <h3><?php echo $this->__('Address') ?></h3>
68
- <ul>
69
  <li>
70
  <label for="street_1"><?php echo $this->__('Street Address') ?> <span class="required">*</span></label><br />
71
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getAddress()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text required-entry" />
72
  </li>
73
- <?php for ($_i=2, $_n=$this->helper('customer/address')->getStreetLines(); $_i<=$_n; $_i++): ?>
74
  <li>
75
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address '.$_i) ?>" id="street_<?php echo $_i?>" class="input-text" />
76
  </li>
77
- <?php endfor ?>
78
  <li>
79
  <div class="input-box">
80
  <label for="city"><?php echo $this->__('City') ?> <span class="required">*</span></label><br />
@@ -130,6 +130,8 @@
130
  </div>
131
  </form>
132
  <script type="text/javascript">
 
133
  var dataForm = new VarienForm('form-validate', true);
134
  new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
 
135
  </script>
38
  <?php endif; ?>
39
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
  <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="form-validate">
41
+ <fieldset>
42
  <?php echo $this->getBlockHtml('formkey')?>
43
  <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
44
  <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
45
  <h3><?php echo $this->__('Contact Information') ?></h3>
46
+ <ul class="form-list group-select">
47
  <li>
48
  <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getAddress()->getFirstname() ? $this->getAddress() : $this->getCustomer())->toHtml() ?>
49
  </li>
63
  </li>
64
  </ul>
65
  </fieldset>
66
+ <fieldset>
67
  <h3><?php echo $this->__('Address') ?></h3>
68
+ <ul class="form-list group-select">
69
  <li>
70
  <label for="street_1"><?php echo $this->__('Street Address') ?> <span class="required">*</span></label><br />
71
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getAddress()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text required-entry" />
72
  </li>
73
+ <?php for ($_i=2, $_n=$this->helper('customer/address')->getStreetLines(); $_i<=$_n; $_i++): ?>
74
  <li>
75
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address '.$_i) ?>" id="street_<?php echo $_i?>" class="input-text" />
76
  </li>
77
+ <?php endfor ?>
78
  <li>
79
  <div class="input-box">
80
  <label for="city"><?php echo $this->__('City') ?> <span class="required">*</span></label><br />
130
  </div>
131
  </form>
132
  <script type="text/javascript">
133
+ //<![CDATA[
134
  var dataForm = new VarienForm('form-validate', true);
135
  new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
136
+ //]]>
137
  </script>
app/design/frontend/default/blank/template/customer/form/address.phtml CHANGED
@@ -31,11 +31,11 @@
31
  </div>
32
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
33
  <form action="<?php echo $action ?>" method="post" id="form-validate">
34
- <fieldset class="group-select">
35
  <input type="hidden" name="address_id" value="<?php echo $data->getAddressId() ?>" />
36
  <input type="hidden" name="customer_id" id="address_id" value="<?php echo $data->getCustomerId() ?>" />
37
  <h3><?php echo $this->__('Personal Information') ?></h3>
38
- <ul>
39
  <li>
40
  <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($data)->toHtml() ?>
41
  </li>
@@ -47,18 +47,18 @@
47
  </li>
48
  </ul>
49
  </fieldset>
50
- <fieldset class="group-select">
51
  <h3><?php echo $this->__('Address') ?></h3>
52
- <ul>
53
  <li>
54
  <label for="street_1"><?php echo $this->__('Street Address') ?> <span class="required">*</span></label><br />
55
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($data->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text required-entry" />
56
  </li>
57
- <?php for ($_i=2, $_n=$this->helper('customer/address')->getStreetLines(); $_i<=$_n; $_i++): ?>
58
  <li>
59
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($data->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address '.$_i) ?>" id="street_<?php echo $_i?>" class="input-text" />
60
  </li>
61
- <?php endfor ?>
62
  <li>
63
  <div class="input-box">
64
  <label for="city"><?php echo $this->__('City') ?> <span class="required">*</span></label><br />
31
  </div>
32
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
33
  <form action="<?php echo $action ?>" method="post" id="form-validate">
34
+ <fieldset>
35
  <input type="hidden" name="address_id" value="<?php echo $data->getAddressId() ?>" />
36
  <input type="hidden" name="customer_id" id="address_id" value="<?php echo $data->getCustomerId() ?>" />
37
  <h3><?php echo $this->__('Personal Information') ?></h3>
38
+ <ul class="form-list group-select">
39
  <li>
40
  <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($data)->toHtml() ?>
41
  </li>
47
  </li>
48
  </ul>
49
  </fieldset>
50
+ <fieldset>
51
  <h3><?php echo $this->__('Address') ?></h3>
52
+ <ul class="form-list group-select">
53
  <li>
54
  <label for="street_1"><?php echo $this->__('Street Address') ?> <span class="required">*</span></label><br />
55
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($data->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text required-entry" />
56
  </li>
57
+ <?php for ($_i=2, $_n=$this->helper('customer/address')->getStreetLines(); $_i<=$_n; $_i++): ?>
58
  <li>
59
  <input type="text" name="street[]" value="<?php echo $this->htmlEscape($data->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address '.$_i) ?>" id="street_<?php echo $_i?>" class="input-text" />
60
  </li>
61
+ <?php endfor ?>
62
  <li>
63
  <div class="input-box">
64
  <label for="city"><?php echo $this->__('City') ?> <span class="required">*</span></label><br />
app/design/frontend/default/blank/template/customer/form/edit.phtml CHANGED
@@ -29,10 +29,10 @@
29
  </div>
30
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
  <form action="<?php echo $this->getUrl('customer/account/editPost') ?>" method="post" id="form-validate">
32
- <fieldset class="group-select">
33
  <?php echo $this->getBlockHtml('formkey')?>
34
  <h3><?php echo $this->__('Account Information') ?></h3>
35
- <ul>
36
  <li>
37
  <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?>
38
  </li>
@@ -42,22 +42,22 @@
42
  <input type="text" name="email" id="email" value="<?php echo $this->htmlEscape($this->getCustomer()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" />
43
  </div>
44
  </li>
45
- <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
46
- <?php if ($_dob->isEnabled()): ?>
47
  <li><?php echo $_dob->setDate($this->getCustomer()->getDob())->toHtml() ?></li>
48
- <?php endif ?>
49
- <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
50
- <?php if ($_taxvat->isEnabled()): ?>
51
  <li><?php echo $_taxvat->setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?></li>
52
- <?php endif ?>
53
  <li>
54
  <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo $this->__('Change Password') ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /> <label for="change_password"><?php echo $this->__('Change Password') ?></label>
55
  </li>
56
  </ul>
57
  </fieldset>
58
- <fieldset class="group-select" style="display:none;">
59
  <h3><?php echo $this->__('Change Password') ?></h3>
60
- <ul>
61
  <li>
62
  <div class="input-box">
63
  <label for="current_password"><?php echo $this->__('Current Password') ?></label><br />
29
  </div>
30
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
  <form action="<?php echo $this->getUrl('customer/account/editPost') ?>" method="post" id="form-validate">
32
+ <fieldset>
33
  <?php echo $this->getBlockHtml('formkey')?>
34
  <h3><?php echo $this->__('Account Information') ?></h3>
35
+ <ul class="form-list group-select">
36
  <li>
37
  <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?>
38
  </li>
42
  <input type="text" name="email" id="email" value="<?php echo $this->htmlEscape($this->getCustomer()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" />
43
  </div>
44
  </li>
45
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
46
+ <?php if ($_dob->isEnabled()): ?>
47
  <li><?php echo $_dob->setDate($this->getCustomer()->getDob())->toHtml() ?></li>
48
+ <?php endif ?>
49
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
50
+ <?php if ($_taxvat->isEnabled()): ?>
51
  <li><?php echo $_taxvat->setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?></li>
52
+ <?php endif ?>
53
  <li>
54
  <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo $this->__('Change Password') ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /> <label for="change_password"><?php echo $this->__('Change Password') ?></label>
55
  </li>
56
  </ul>
57
  </fieldset>
58
+ <fieldset style="display:none;">
59
  <h3><?php echo $this->__('Change Password') ?></h3>
60
+ <ul class="form-list group-select">
61
  <li>
62
  <div class="input-box">
63
  <label for="current_password"><?php echo $this->__('Current Password') ?></label><br />
app/design/frontend/default/blank/template/customer/form/login.phtml CHANGED
@@ -31,47 +31,53 @@
31
  * @see Mage_Customer_Block_Form_Login
32
  */
33
  ?>
34
- <div class="page-title">
35
- <h2><?php echo $this->__('Login or Create an Account') ?></h2>
36
- </div>
37
- <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
38
- <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
39
- <fieldset class="col2-set login-page">
40
- <legend>Login or Create an Account</legend>
41
- <div class="col-1 new-users">
42
- <div class="content">
43
- <h3><?php echo $this->__('New Customers') ?></h3>
44
- <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
45
- </div>
46
- <div class="buttons-set">
47
- <button type="button" class="button" onclick="window.location='<?php echo $this->getCreateAccountUrl() ?>';"><span><?php echo $this->__('Create an Account') ?></span></button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  </div>
49
- </div>
50
- <div class="col-2 registered-users">
51
- <div class="content">
52
- <h3><?php echo $this->__('Registered Customers') ?></h3>
53
- <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
54
- <ul class="form-list">
55
- <li>
56
- <label for="email"><?php echo $this->__('Email Address') ?> <span class="required">*</span></label><br />
57
- <input name="login[username]" value="<?php echo $this->htmlEscape($this->getUsername()) ?>" id="email" type="text" class="input-text required-entry" title="<?php echo $this->__('Email Address') ?>" />
58
- </li>
59
- <li>
60
- <label for="pass"><?php echo $this->__('Password') ?> <span class="required">*</span></label><br />
61
- <input name="login[password]" type="password" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
62
- </li>
63
- </ul>
64
- <p class="required"><?php echo $this->__('* Required Fields') ?></p>
65
  </div>
66
- <div class="buttons-set">
67
- <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
68
- <button class="button" type="submit" name="send" id="send2"><span><?php echo $this->__('Login') ?></span></button>
69
- </div>
70
- </div>
71
- </fieldset>
72
- </form>
73
- <script type="text/javascript">
74
- //<![CDATA[
75
- var dataForm = new VarienForm('login-form', true);
76
- //]]>
77
- </script>
31
  * @see Mage_Customer_Block_Form_Login
32
  */
33
  ?>
34
+ <div class="account-login">
35
+ <div class="page-title">
36
+ <h2><?php echo $this->__('Login or Create an Account') ?></h2>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
40
+ <fieldset>
41
+ <legend><?php echo $this->__('Login or Create an Account') ?></legend>
42
+ <div class="col2-set">
43
+ <div class="col-1 new-users">
44
+ <h3><?php echo $this->__('New Customers') ?></h3>
45
+ <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
46
+ </div>
47
+ <div class="col-2 registered-users">
48
+ <h3><?php echo $this->__('Registered Customers') ?></h3>
49
+ <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
50
+ <ul class="form-list">
51
+ <li>
52
+ <label for="email"><?php echo $this->__('Email Address') ?> <span class="required">*</span></label><br />
53
+ <input name="login[username]" value="<?php echo $this->htmlEscape($this->getUsername()) ?>" id="email" type="text" class="input-text required-entry" title="<?php echo $this->__('Email Address') ?>" />
54
+ </li>
55
+ <li>
56
+ <label for="pass"><?php echo $this->__('Password') ?> <span class="required">*</span></label><br />
57
+ <input name="login[password]" type="password" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
58
+ </li>
59
+ </ul>
60
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
61
+ </div>
62
  </div>
63
+ <div class="col2-set">
64
+ <div class="col-1">
65
+ <div class="buttons-set">
66
+ <button type="button" class="button" onclick="window.location='<?php echo $this->getCreateAccountUrl() ?>';"><span><?php echo $this->__('Create an Account') ?></span></button>
67
+ </div>
68
+ </div>
69
+ <div class="col-2">
70
+ <div class="buttons-set">
71
+ <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
72
+ <button class="button" type="submit" name="send" id="send2"><span><?php echo $this->__('Login') ?></span></button>
73
+ </div>
74
+ </div>
 
 
 
 
75
  </div>
76
+ </fieldset>
77
+ </form>
78
+ <script type="text/javascript">
79
+ //<![CDATA[
80
+ var dataForm = new VarienForm('login-form', true);
81
+ //]]>
82
+ </script>
83
+ </div>
 
 
 
 
app/design/frontend/default/blank/template/customer/form/newsletter.phtml CHANGED
@@ -31,7 +31,9 @@
31
  <form action="<?php echo $this->getAction() ?>" method="post" id="form-validate">
32
  <fieldset>
33
  <?php echo $this->getBlockHtml('formkey')?>
34
- <p><input type="checkbox" name="is_subscribed" id="subscription" value="1" title="<?php echo $this->__('General Subscription') ?>"<?php if($this->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" /> <label for="subscription"><?php echo $this->__('General Subscription') ?></label></p>
 
 
35
  <div class="buttons-set">
36
  <a href="<?php echo $this->getBackUrl() ?>" class="back-link">&laquo; <?php echo $this->__('Back') ?></a>
37
  <button type="submit" class="button"><span><?php echo $this->__('Save') ?></span></button>
31
  <form action="<?php echo $this->getAction() ?>" method="post" id="form-validate">
32
  <fieldset>
33
  <?php echo $this->getBlockHtml('formkey')?>
34
+ <ul class="form-list">
35
+ <li><input type="checkbox" name="is_subscribed" id="subscription" value="1" title="<?php echo $this->__('General Subscription') ?>"<?php if($this->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" /> <label for="subscription"><?php echo $this->__('General Subscription') ?></label></li>
36
+ </ul>
37
  <div class="buttons-set">
38
  <a href="<?php echo $this->getBackUrl() ?>" class="back-link">&laquo; <?php echo $this->__('Back') ?></a>
39
  <button type="submit" class="button"><span><?php echo $this->__('Save') ?></span></button>
app/design/frontend/default/blank/template/customer/form/register.phtml CHANGED
@@ -31,122 +31,124 @@
31
  * @see Mage_Customer_Block_Form_Register
32
  */
33
  ?>
34
- <div class="page-title">
35
- <h2><?php echo $this->__('Create an Account') ?></h2>
36
- </div>
37
- <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
38
- <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
39
- <fieldset class="group-select">
40
- <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
41
- <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
42
- <h3><?php echo $this->__('Personal Information') ?></h3>
43
- <ul>
44
- <li>
45
- <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->toHtml() ?>
46
- </li>
47
- <li>
48
- <div class="input-box">
49
- <label for="email_address"><?php echo $this->__('Email Address') ?> <span class="required">*</span></label><br />
50
- <input type="text" name="email" id="email_address" value="<?php echo $this->htmlEscape($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
51
- </div>
52
- </li>
53
- <?php if ($this->isNewsletterEnabled()): ?>
54
- <li>
55
- <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
56
- <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
57
- </li>
58
- <?php endif ?>
59
- <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
60
- <?php if ($_dob->isEnabled()): ?>
61
- <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
62
- <?php endif ?>
63
- <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
64
- <?php if ($_taxvat->isEnabled()): ?>
65
- <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
66
- <?php endif ?>
67
- </ul>
68
- </fieldset>
69
- <?php if($this->getShowAddressFields()): ?>
70
- <fieldset class="group-select">
71
- <input type="hidden" name="create_address" value="1" />
72
- <h3><?php echo $this->__('Address Information') ?></h3>
73
- <ul>
74
- <li>
75
- <div class="input-box">
76
- <label for="company"><?php echo $this->__('Company') ?></label><br />
77
- <input type="text" name="company" id="company" value="<?php echo $this->htmlEscape($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text" />
78
- </div>
79
- <div class="input-box">
80
- <label for="telephone"><?php echo $this->__('Telephone') ?> <span class="required">*</span></label><br />
81
- <input type="text" name="telephone" id="telephone" value="<?php echo $this->htmlEscape($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text required-entry" />
82
- </div>
83
- </li>
84
- <li>
85
- <label for="street_1"><?php echo $this->__('Street Address') ?> <span class="required">*</span></label><br />
86
- <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text required-entry" />
87
- </li>
88
- <?php for ($_i=2, $_n=$this->helper('customer/address')->getStreetLines(); $_i<=$_n; $_i++): ?>
89
- <li>
90
- <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address '.$_i) ?>" id="street_<?php echo $_i?>" class="input-text" />
91
- <?php endfor ?>
92
- </li>
93
- <li>
94
- <div class="input-box">
95
- <label for="city"><?php echo $this->__('City') ?> <span class="required">*</span></label><br />
96
- <input type="text" name="city" value="<?php echo $this->htmlEscape($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text required-entry" id="city" />
97
- </div>
98
- <div class="input-box">
99
- <label for="region_id"><?php echo $this->__('State/Province') ?> <span class="required">*</span></label><br />
100
- <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
101
- <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
102
- </select>
103
- <script type="text/javascript">
104
- $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
105
- </script>
106
- <input type="text" id="region" name="region" value="<?php echo $this->htmlEscape($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text" style="display:none;" />
107
- </div>
108
- </li>
109
- <li>
110
- <div class="input-box">
111
- <label for="zip"><?php echo $this->__('Zip/Postal Code') ?> <span class="required">*</span></label><br />
112
- <input type="text" name="postcode" value="<?php echo $this->htmlEscape($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international required-entry" />
113
- </div>
114
- <div class="input-box">
115
- <label for="country"><?php echo $this->__('Country') ?> <span class="required">*</span></label><br />
116
- <?php echo $this->getCountryHtmlSelect() ?>
117
- </div>
118
- </li>
119
- </ul>
120
- <input type="hidden" name="default_billing" value="1" />
121
- <input type="hidden" name="default_shipping" value="1" />
122
- </fieldset>
123
- <?php endif; ?>
124
- <fieldset class="group-select">
125
- <h3><?php echo $this->__('Login Information') ?></h3>
126
- <ul>
127
- <li>
128
- <div class="input-box">
129
- <label for="password"><?php echo $this->__('Password') ?> <span class="required">*</span></label><br />
130
- <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
131
- </div>
132
- <div class="input-box">
133
- <label for="confirmation"><?php echo $this->__('Confirm Password') ?> <span class="required">*</span></label><br />
134
- <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
135
- </div>
136
- </li>
137
- </ul>
138
- </fieldset>
139
- <p class="required"><?php echo $this->__('* Required Fields') ?></p>
140
- <div class="buttons-set">
141
- <a href="<?php echo $this->getBackUrl() ?>" class="back-link">&laquo; <?php echo $this->__('Back') ?></a>
142
- <button class="button" type="submit"><span><?php echo $this->__('Submit') ?></span></button>
143
  </div>
144
- </form>
145
- <script type="text/javascript">
146
- //<![CDATA[
147
- var dataForm = new VarienForm('form-validate', true);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  <?php if($this->getShowAddressFields()): ?>
149
- new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  <?php endif; ?>
151
- //]]>
152
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  * @see Mage_Customer_Block_Form_Register
32
  */
33
  ?>
34
+ <div class="account-create">
35
+ <div class="page-title">
36
+ <h2><?php echo $this->__('Create an Account') ?></h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
40
+ <fieldset>
41
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
42
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
43
+ <h3><?php echo $this->__('Personal Information') ?></h3>
44
+ <ul class="form-list group-select">
45
+ <li>
46
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->toHtml() ?>
47
+ </li>
48
+ <li>
49
+ <div class="input-box">
50
+ <label for="email_address"><?php echo $this->__('Email Address') ?> <span class="required">*</span></label><br />
51
+ <input type="text" name="email" id="email_address" value="<?php echo $this->htmlEscape($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
52
+ </div>
53
+ </li>
54
+ <?php if ($this->isNewsletterEnabled()): ?>
55
+ <li>
56
+ <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
57
+ <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
58
+ </li>
59
+ <?php endif ?>
60
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
61
+ <?php if ($_dob->isEnabled()): ?>
62
+ <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
63
+ <?php endif ?>
64
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
65
+ <?php if ($_taxvat->isEnabled()): ?>
66
+ <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
67
+ <?php endif ?>
68
+ </ul>
69
+ </fieldset>
70
  <?php if($this->getShowAddressFields()): ?>
71
+ <fieldset>
72
+ <input type="hidden" name="create_address" value="1" />
73
+ <h3><?php echo $this->__('Address Information') ?></h3>
74
+ <ul class="form-list group-select">
75
+ <li>
76
+ <div class="input-box">
77
+ <label for="company"><?php echo $this->__('Company') ?></label><br />
78
+ <input type="text" name="company" id="company" value="<?php echo $this->htmlEscape($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text" />
79
+ </div>
80
+ <div class="input-box">
81
+ <label for="telephone"><?php echo $this->__('Telephone') ?> <span class="required">*</span></label><br />
82
+ <input type="text" name="telephone" id="telephone" value="<?php echo $this->htmlEscape($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text required-entry" />
83
+ </div>
84
+ </li>
85
+ <li>
86
+ <label for="street_1"><?php echo $this->__('Street Address') ?> <span class="required">*</span></label><br />
87
+ <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text required-entry" />
88
+ </li>
89
+ <?php for ($_i=2, $_n=$this->helper('customer/address')->getStreetLines(); $_i<=$_n; $_i++): ?>
90
+ <li>
91
+ <input type="text" name="street[]" value="<?php echo $this->htmlEscape($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address '.$_i) ?>" id="street_<?php echo $_i?>" class="input-text" />
92
+ <?php endfor ?>
93
+ </li>
94
+ <li>
95
+ <div class="input-box">
96
+ <label for="city"><?php echo $this->__('City') ?> <span class="required">*</span></label><br />
97
+ <input type="text" name="city" value="<?php echo $this->htmlEscape($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text required-entry" id="city" />
98
+ </div>
99
+ <div class="input-box">
100
+ <label for="region_id"><?php echo $this->__('State/Province') ?> <span class="required">*</span></label><br />
101
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
102
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
103
+ </select>
104
+ <script type="text/javascript">
105
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
106
+ </script>
107
+ <input type="text" id="region" name="region" value="<?php echo $this->htmlEscape($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text" style="display:none;" />
108
+ </div>
109
+ </li>
110
+ <li>
111
+ <div class="input-box">
112
+ <label for="zip"><?php echo $this->__('Zip/Postal Code') ?> <span class="required">*</span></label><br />
113
+ <input type="text" name="postcode" value="<?php echo $this->htmlEscape($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international required-entry" />
114
+ </div>
115
+ <div class="input-box">
116
+ <label for="country"><?php echo $this->__('Country') ?> <span class="required">*</span></label><br />
117
+ <?php echo $this->getCountryHtmlSelect() ?>
118
+ </div>
119
+ </li>
120
+ </ul>
121
+ <input type="hidden" name="default_billing" value="1" />
122
+ <input type="hidden" name="default_shipping" value="1" />
123
+ </fieldset>
124
  <?php endif; ?>
125
+ <fieldset>
126
+ <h3><?php echo $this->__('Login Information') ?></h3>
127
+ <ul class="form-list group-select">
128
+ <li>
129
+ <div class="input-box">
130
+ <label for="password"><?php echo $this->__('Password') ?> <span class="required">*</span></label><br />
131
+ <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
132
+ </div>
133
+ <div class="input-box">
134
+ <label for="confirmation"><?php echo $this->__('Confirm Password') ?> <span class="required">*</span></label><br />
135
+ <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
136
+ </div>
137
+ </li>
138
+ </ul>
139
+ </fieldset>
140
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
141
+ <div class="buttons-set">
142
+ <a href="<?php echo $this->getBackUrl() ?>" class="back-link">&laquo; <?php echo $this->__('Back') ?></a>
143
+ <button class="button" type="submit"><span><?php echo $this->__('Submit') ?></span></button>
144
+ </div>
145
+ </form>
146
+ <script type="text/javascript">
147
+ //<![CDATA[
148
+ var dataForm = new VarienForm('form-validate', true);
149
+ <?php if($this->getShowAddressFields()): ?>
150
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
151
+ <?php endif; ?>
152
+ //]]>
153
+ </script>
154
+ </div>
app/design/frontend/default/blank/template/customer/widget/name.phtml CHANGED
@@ -55,7 +55,7 @@ For checkout/onepage/shipping.phtml:
55
  <?php if ($this->getPrefixOptions()===false): ?>
56
  <input type="text" id="<?php echo $this->getFieldId('prefix')?>" name="<?php echo $this->getFieldName('prefix')?>" value="<?php echo $this->htmlEscape($this->getObject()->getPrefix()) ?>" title="<?php echo $this->__('Prefix') ?>" class="input-text <?php if ($this->isPrefixRequired()):?> required-entry<?php endif; ?>" <?php echo $this->getFieldParams() ?> />
57
  <?php else: ?>
58
- <select id="<?php echo $this->getFieldId('prefix')?>" name="<?php echo $this->getFieldName('prefix')?>" title="<?php echo $this->__('Prefix') ?>"<?php if ($this->isPrefixRequired()):?> class="required-entry"<?php endif; ?> <?php echo $this->getFieldParams() ?> />
59
  <?php foreach ($this->getPrefixOptions() as $_option): ?>
60
  <option value="<?php echo $_option?>"<?php if ($this->getObject()->getPrefix()==$_option):?> selected="selected"<?php endif; ?>><?php echo $this->__($_option)?></option>
61
  <?php endforeach ?>
@@ -102,7 +102,7 @@ For checkout/onepage/shipping.phtml:
102
  <?php if ($this->getSuffixOptions()===false): ?>
103
  <input type="text" id="<?php echo $this->getFieldId('suffix')?>" name="<?php echo $this->getFieldName('suffix')?>" value="<?php echo $this->htmlEscape($this->getObject()->getSuffix()) ?>" title="<?php echo $this->__('Suffix') ?>" class="input-text<?php if ($this->isSuffixRequired()):?> required-entry<?php endif; ?>" <?php echo $this->getFieldParams() ?> />
104
  <?php else: ?>
105
- <select id="<?php echo $this->getFieldId('suffix')?>" name="<?php echo $this->getFieldName('suffix')?>" title="<?php echo $this->__('Suffix') ?>"<?php if ($this->isSuffixRequired()):?> class="required-entry"<?php endif; ?> <?php echo $this->getFieldParams() ?> />
106
  <?php foreach ($this->getSuffixOptions() as $_option): ?>
107
  <option value="<?php echo $_option?>"<?php if ($this->getObject()->getSuffix()==$_option):?> selected="selected"<?php endif; ?>><?php echo $this->__($_option)?></option>
108
  <?php endforeach ?>
55
  <?php if ($this->getPrefixOptions()===false): ?>
56
  <input type="text" id="<?php echo $this->getFieldId('prefix')?>" name="<?php echo $this->getFieldName('prefix')?>" value="<?php echo $this->htmlEscape($this->getObject()->getPrefix()) ?>" title="<?php echo $this->__('Prefix') ?>" class="input-text <?php if ($this->isPrefixRequired()):?> required-entry<?php endif; ?>" <?php echo $this->getFieldParams() ?> />
57
  <?php else: ?>
58
+ <select id="<?php echo $this->getFieldId('prefix')?>" name="<?php echo $this->getFieldName('prefix')?>" title="<?php echo $this->__('Prefix') ?>"<?php if ($this->isPrefixRequired()):?> class="required-entry"<?php endif; ?> <?php echo $this->getFieldParams() ?>>
59
  <?php foreach ($this->getPrefixOptions() as $_option): ?>
60
  <option value="<?php echo $_option?>"<?php if ($this->getObject()->getPrefix()==$_option):?> selected="selected"<?php endif; ?>><?php echo $this->__($_option)?></option>
61
  <?php endforeach ?>
102
  <?php if ($this->getSuffixOptions()===false): ?>
103
  <input type="text" id="<?php echo $this->getFieldId('suffix')?>" name="<?php echo $this->getFieldName('suffix')?>" value="<?php echo $this->htmlEscape($this->getObject()->getSuffix()) ?>" title="<?php echo $this->__('Suffix') ?>" class="input-text<?php if ($this->isSuffixRequired()):?> required-entry<?php endif; ?>" <?php echo $this->getFieldParams() ?> />
104
  <?php else: ?>
105
+ <select id="<?php echo $this->getFieldId('suffix')?>" name="<?php echo $this->getFieldName('suffix')?>" title="<?php echo $this->__('Suffix') ?>"<?php if ($this->isSuffixRequired()):?> class="required-entry"<?php endif; ?> <?php echo $this->getFieldParams() ?>>
106
  <?php foreach ($this->getSuffixOptions() as $_option): ?>
107
  <option value="<?php echo $_option?>"<?php if ($this->getObject()->getSuffix()==$_option):?> selected="selected"<?php endif; ?>><?php echo $this->__($_option)?></option>
108
  <?php endforeach ?>
app/design/frontend/default/blank/template/downloadable/checkout/cart/item/default.phtml CHANGED
@@ -18,7 +18,7 @@
18
  * versions in the future. If you wish to customize Magento for your
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
- * @category design_default
22
  * @package Mage_Downloadable
23
  * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
@@ -26,12 +26,10 @@
26
  ?>
27
  <?php $_item = $this->getItem()?>
28
  <tr>
29
- <td class="a-center"><a href="<?php echo $this->getDeleteUrl() ?>" alt="<?php echo $this->__('Remove item')?>"><img src="<?php echo $this->getSkinUrl('images/btn_trash.gif') ?>" alt="<?php echo $this->__('Remove item')?>" /></a></td>
30
- <td><a href="<?php echo $this->getProductUrl() ?>"><img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" width="75" /></a></td>
31
- <td class="attributes-col">
32
- <h4 class="title"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->getProductName() ?></a></h4>
33
-
34
- <!-- item custom options -->
35
  <?php if ($_options = $this->getOptionList()):?>
36
  <dl class="item-options">
37
  <?php foreach ($_options as $_option) : ?>
@@ -50,8 +48,6 @@
50
  <?php endforeach; ?>
51
  </dl>
52
  <?php endif;?>
53
- <!-- / -->
54
-
55
  <!-- downloadable -->
56
  <?php if ($links = $this->getLinks()): ?>
57
  <dl class="item-options">
@@ -73,7 +69,7 @@
73
  </td>
74
  <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
75
  <td class="a-center">
76
- <input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" />
77
  </td>
78
  <?php endif ?>
79
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
@@ -82,7 +78,7 @@
82
  </td>
83
  <?php endif; ?>
84
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
85
- <td class="a-right">
86
  <?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getPriceInclTax($_item)); ?>
87
  </td>
88
  <?php endif; ?>
@@ -95,7 +91,7 @@
95
  </td>
96
  <?php endif; ?>
97
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
98
- <td class="a-right">
99
  <?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getSubtotalInclTax($_item)); ?>
100
  </td>
101
  <?php endif; ?>
18
  * versions in the future. If you wish to customize Magento for your
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
+ * @category design_blank
22
  * @package Mage_Downloadable
23
  * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  ?>
27
  <?php $_item = $this->getItem()?>
28
  <tr>
29
+ <td class="a-center"><a href="<?php echo $this->getDeleteUrl() ?>" title="<?php echo $this->__('Remove item')?>"><img src="<?php echo $this->getSkinUrl('images/btn_trash.gif') ?>" alt="<?php echo $this->__('Remove item')?>" /></a></td>
30
+ <td><a href="<?php echo $this->getProductUrl() ?>" class="product-image" title="<?php echo $this->htmlEscape($this->getProductName()) ?>"><img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /></a></td>
31
+ <td>
32
+ <h3 class="product-name"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->getProductName() ?></a></h3>
 
 
33
  <?php if ($_options = $this->getOptionList()):?>
34
  <dl class="item-options">
35
  <?php foreach ($_options as $_option) : ?>
48
  <?php endforeach; ?>
49
  </dl>
50
  <?php endif;?>
 
 
51
  <!-- downloadable -->
52
  <?php if ($links = $this->getLinks()): ?>
53
  <dl class="item-options">
69
  </td>
70
  <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
71
  <td class="a-center">
72
+ <input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" class="checkbox" />
73
  </td>
74
  <?php endif ?>
75
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
78
  </td>
79
  <?php endif; ?>
80
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
81
+ <td>
82
  <?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getPriceInclTax($_item)); ?>
83
  </td>
84
  <?php endif; ?>
91
  </td>
92
  <?php endif; ?>
93
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
94
+ <td>
95
  <?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getSubtotalInclTax($_item)); ?>
96
  </td>
97
  <?php endif; ?>
app/design/frontend/default/blank/template/downloadable/checkout/multishipping/item/downloadable.phtml CHANGED
@@ -24,7 +24,7 @@
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <h4 class="title"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->getProductName() ?></a></h4>
28
  <!-- item custom options -->
29
  <?php if ($_options = $this->getOptionList()):?>
30
  <dl class="item-options">
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <h4 class="product-name"><a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->getProductName() ?></a></h4>
28
  <!-- item custom options -->
29
  <?php if ($_options = $this->getOptionList()):?>
30
  <dl class="item-options">
app/design/frontend/default/blank/template/downloadable/checkout/onepage/review/item.phtml CHANGED
@@ -26,7 +26,7 @@
26
  ?>
27
  <?php $_item = $this->getItem()?>
28
  <tr>
29
- <td class="attributes-col"><h4 class="title"><?php echo $this->htmlEscape($this->getProductName()) ?></h4>
30
  <!-- item custom options -->
31
  <?php if ($_options = $this->getOptionList()):?>
32
  <dl class="item-options">
@@ -60,13 +60,13 @@
60
  <td class="a-right"><?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?></td>
61
  <?php endif; ?>
62
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
63
- <td class="a-right"><?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getPriceInclTax($_item)); ?></td>
64
  <?php endif; ?>
65
  <td class="a-center"><?php echo $_item->getQty() ?></td>
66
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
67
  <td class="a-right"><?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?></td>
68
  <?php endif; ?>
69
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
70
- <td class="a-right"><?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getSubtotalInclTax($_item)); ?></td>
71
  <?php endif; ?>
72
  </tr>
26
  ?>
27
  <?php $_item = $this->getItem()?>
28
  <tr>
29
+ <td><h4 class="product-name"><?php echo $this->htmlEscape($this->getProductName()) ?></h4>
30
  <!-- item custom options -->
31
  <?php if ($_options = $this->getOptionList()):?>
32
  <dl class="item-options">
60
  <td class="a-right"><?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?></td>
61
  <?php endif; ?>
62
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
63
+ <td><?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getPriceInclTax($_item)); ?></td>
64
  <?php endif; ?>
65
  <td class="a-center"><?php echo $_item->getQty() ?></td>
66
  <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
67
  <td class="a-right"><?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?></td>
68
  <?php endif; ?>
69
  <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
70
+ <td><?php echo $this->helper('checkout')->formatPrice($this->helper('checkout')->getSubtotalInclTax($_item)); ?></td>
71
  <?php endif; ?>
72
  </tr>
app/design/frontend/default/blank/template/downloadable/customer/products/list.phtml CHANGED
@@ -37,13 +37,18 @@
37
  <?php echo $this->getChildHtml('pager'); ?>
38
  <?php if(count($_items)): ?>
39
  <table cellspacing="0" class="data-table" id="my-downloadable-products-table">
 
 
 
 
 
40
  <thead>
41
  <tr>
42
  <th><?php echo Mage::helper('downloadable')->__('Order #') ?></th>
43
  <th><?php echo Mage::helper('downloadable')->__('Date') ?></th>
44
  <th><?php echo Mage::helper('downloadable')->__('Title') ?></th>
45
  <th><?php echo Mage::helper('downloadable')->__('Status') ?></th>
46
- <th><?php echo Mage::helper('downloadable')->__('Remaining Downloads') ?></th>
47
  </tr>
48
  </thead>
49
  <tbody>
@@ -51,7 +56,7 @@
51
  <?php foreach ($_items as $_item): ?>
52
  <tr>
53
  <td><a href="<?php echo $this->getOrderViewUrl($_item->getPurchased()->getOrderId()) ?>" title="<?php echo Mage::helper('downloadable')->__('View Order') ?>"><?php echo $_item->getPurchased()->getOrderIncrementId() ?></a></td>
54
- <td><?php echo $this->formatDate($_item->getPurchased()->getCreatedAt()) ?></td>
55
  <td><?php echo $_item->getPurchased()->getProductName() ?> - <a href="<?php echo $this->getDownloadUrl($_item) ?>" title="<?php echo Mage::helper('downloadable')->__('Start Download') ?>" <?php echo $this->getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':''; ?>><?php echo $_item->getLinkTitle() ?></a></td>
56
  <td><em><?php echo ucfirst($_item->getStatus()) ?></em></td>
57
  <td><?php echo $this->getRemainingDownloads($_item) ?></td>
@@ -61,7 +66,7 @@
61
  </table>
62
  <script type="text/javascript">decorateTable('my-downloadable-products-table')</script>
63
  <?php else: ?>
64
- <p><?php echo Mage::helper('downloadable')->__('You have no Downloadable Products.'); ?></p>
65
  <?php endif; ?>
66
  <?php echo $this->getChildHtml('pager'); ?>
67
  <div class="buttons-set">
37
  <?php echo $this->getChildHtml('pager'); ?>
38
  <?php if(count($_items)): ?>
39
  <table cellspacing="0" class="data-table" id="my-downloadable-products-table">
40
+ <col width="1" />
41
+ <col width="1" />
42
+ <col />
43
+ <col width="1" />
44
+ <col width="1" />
45
  <thead>
46
  <tr>
47
  <th><?php echo Mage::helper('downloadable')->__('Order #') ?></th>
48
  <th><?php echo Mage::helper('downloadable')->__('Date') ?></th>
49
  <th><?php echo Mage::helper('downloadable')->__('Title') ?></th>
50
  <th><?php echo Mage::helper('downloadable')->__('Status') ?></th>
51
+ <th><span class="nobr"><?php echo Mage::helper('downloadable')->__('Remaining Downloads') ?></span></th>
52
  </tr>
53
  </thead>
54
  <tbody>
56
  <?php foreach ($_items as $_item): ?>
57
  <tr>
58
  <td><a href="<?php echo $this->getOrderViewUrl($_item->getPurchased()->getOrderId()) ?>" title="<?php echo Mage::helper('downloadable')->__('View Order') ?>"><?php echo $_item->getPurchased()->getOrderIncrementId() ?></a></td>
59
+ <td><span class="nobr"><?php echo $this->formatDate($_item->getPurchased()->getCreatedAt()) ?></span></td>
60
  <td><?php echo $_item->getPurchased()->getProductName() ?> - <a href="<?php echo $this->getDownloadUrl($_item) ?>" title="<?php echo Mage::helper('downloadable')->__('Start Download') ?>" <?php echo $this->getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':''; ?>><?php echo $_item->getLinkTitle() ?></a></td>
61
  <td><em><?php echo ucfirst($_item->getStatus()) ?></em></td>
62
  <td><?php echo $this->getRemainingDownloads($_item) ?></td>
66
  </table>
67
  <script type="text/javascript">decorateTable('my-downloadable-products-table')</script>
68
  <?php else: ?>
69
+ <p><?php echo Mage::helper('downloadable')->__('You have not purchased any downloadable products yet.'); ?></p>
70
  <?php endif; ?>
71
  <?php echo $this->getChildHtml('pager'); ?>
72
  <div class="buttons-set">
app/design/frontend/default/blank/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml CHANGED
@@ -27,7 +27,7 @@
27
  <?php $_item = $this->getItem() ?>
28
  <?php $_order = $this->getItem()->getOrderItem()->getOrder() ?>
29
  <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
30
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
31
  <?php if($_options = $this->getItemOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($_options as $_option) : ?>
27
  <?php $_item = $this->getItem() ?>
28
  <?php $_order = $this->getItem()->getOrderItem()->getOrder() ?>
29
  <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
30
+ <td><h5 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
31
  <?php if($_options = $this->getItemOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($_options as $_option) : ?>
app/design/frontend/default/blank/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml CHANGED
@@ -27,7 +27,7 @@
27
  <?php $_item = $this->getItem() ?>
28
  <?php $_order = $this->getItem()->getOrderItem()->getOrder() ?>
29
  <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
30
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
31
  <?php if($_options = $this->getItemOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($_options as $_option) : ?>
27
  <?php $_item = $this->getItem() ?>
28
  <?php $_order = $this->getItem()->getOrderItem()->getOrder() ?>
29
  <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
30
+ <td><h5 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
31
  <?php if($_options = $this->getItemOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($_options as $_option) : ?>
app/design/frontend/default/blank/template/downloadable/sales/order/items/renderer/downloadable.phtml CHANGED
@@ -26,7 +26,7 @@
26
  ?>
27
  <?php $_item = $this->getItem() ?>
28
  <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
29
- <td><h4 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h4>
30
  <?php if($_options = $this->getItemOptions()): ?>
31
  <dl class="item-options">
32
  <?php foreach ($_options as $_option) : ?>
26
  ?>
27
  <?php $_item = $this->getItem() ?>
28
  <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
29
+ <td><h4 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h4>
30
  <?php if($_options = $this->getItemOptions()): ?>
31
  <dl class="item-options">
32
  <?php foreach ($_options as $_option) : ?>
app/design/frontend/default/blank/template/googlecheckout/link.phtml CHANGED
@@ -31,7 +31,7 @@
31
  <form method="post" action="<?php echo $this->getCheckoutUrl();?>"<?php if($this->getIsActiveAanalytics()):?> onsubmit="setUrchinInputCode(pageTracker)"<?php endif;?>>
32
  <fieldset>
33
  <input type="hidden" name="analyticsdata" value="" />
34
- <input type="image" src="<?php echo $this->htmlEscape($this->getImageUrl())?>" alt="<?php echo Mage::helper('googlecheckout')->__('Fast checkout through Google');?>" <? echo $this->getIsDisabled()?'disabled="disabled"':'' ?> />
35
  </fieldset>
36
  </form>
37
  <?php endif; ?>
31
  <form method="post" action="<?php echo $this->getCheckoutUrl();?>"<?php if($this->getIsActiveAanalytics()):?> onsubmit="setUrchinInputCode(pageTracker)"<?php endif;?>>
32
  <fieldset>
33
  <input type="hidden" name="analyticsdata" value="" />
34
+ <input type="image" src="<?php echo $this->htmlEscape($this->getImageUrl())?>" alt="<?php echo Mage::helper('googlecheckout')->__('Fast checkout through Google');?>" />
35
  </fieldset>
36
  </form>
37
  <?php endif; ?>
app/design/frontend/default/blank/template/newsletter/subscribe.phtml CHANGED
@@ -40,7 +40,9 @@
40
  <?php endif; ?>
41
  */ ?>
42
  <label for="newsletter"><?php echo $this->__('Sign up for our newsletter:') ?></label>
43
- <input name="email" type="text" id="newsletter" class="input-text required-entry validate-email" />
 
 
44
  <button type="submit" class="button"><span><?php echo $this->__('Subscribe') ?></span></button>
45
  </fieldset>
46
  </form>
40
  <?php endif; ?>
41
  */ ?>
42
  <label for="newsletter"><?php echo $this->__('Sign up for our newsletter:') ?></label>
43
+ <div class="input-box">
44
+ <input name="email" type="text" id="newsletter" class="input-text required-entry validate-email" />
45
+ </div>
46
  <button type="submit" class="button"><span><?php echo $this->__('Subscribe') ?></span></button>
47
  </fieldset>
48
  </form>
app/design/frontend/default/blank/template/page/1column.phtml CHANGED
@@ -37,14 +37,14 @@
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
- <div class="header-container"><?php echo $this->getChildHtml('header') ?></div>
41
  <div class="main col1-layout">
42
  <div class="col-main">
43
  <?php echo $this->getChildHtml('breadcrumbs') ?>
44
  <?php echo $this->getChildHtml('content') ?>
45
  </div>
46
  </div>
47
- <div class="footer"><?php echo $this->getChildHtml('footer') ?></div>
48
  <?php echo $this->getChildHtml('before_body_end') ?>
49
  </div>
50
  </div>
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
+ <?php echo $this->getChildHtml('header') ?>
41
  <div class="main col1-layout">
42
  <div class="col-main">
43
  <?php echo $this->getChildHtml('breadcrumbs') ?>
44
  <?php echo $this->getChildHtml('content') ?>
45
  </div>
46
  </div>
47
+ <?php echo $this->getChildHtml('footer') ?>
48
  <?php echo $this->getChildHtml('before_body_end') ?>
49
  </div>
50
  </div>
app/design/frontend/default/blank/template/page/2columns-left.phtml CHANGED
@@ -37,7 +37,7 @@
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
- <div class="header-container"><?php echo $this->getChildHtml('header') ?></div>
41
  <div class="main col2-left-layout">
42
  <?php echo $this->getChildHtml('breadcrumbs') ?>
43
  <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
@@ -46,7 +46,7 @@
46
  <?php echo $this->getChildHtml('content') ?>
47
  </div>
48
  </div>
49
- <div class="footer"><?php echo $this->getChildHtml('footer') ?></div>
50
  <?php echo $this->getChildHtml('before_body_end') ?>
51
  </div>
52
  </div>
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
+ <?php echo $this->getChildHtml('header') ?>
41
  <div class="main col2-left-layout">
42
  <?php echo $this->getChildHtml('breadcrumbs') ?>
43
  <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
46
  <?php echo $this->getChildHtml('content') ?>
47
  </div>
48
  </div>
49
+ <?php echo $this->getChildHtml('footer') ?>
50
  <?php echo $this->getChildHtml('before_body_end') ?>
51
  </div>
52
  </div>
app/design/frontend/default/blank/template/page/2columns-right.phtml CHANGED
@@ -37,7 +37,7 @@
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
- <div class="header-container"><?php echo $this->getChildHtml('header') ?></div>
41
  <div class="main col2-right-layout">
42
  <?php echo $this->getChildHtml('breadcrumbs') ?>
43
  <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
@@ -46,7 +46,7 @@
46
  <?php echo $this->getChildHtml('content') ?>
47
  </div>
48
  </div>
49
- <div class="footer"><?php echo $this->getChildHtml('footer') ?></div>
50
  <?php echo $this->getChildHtml('before_body_end') ?>
51
  </div>
52
  </div>
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
+ <?php echo $this->getChildHtml('header') ?>
41
  <div class="main col2-right-layout">
42
  <?php echo $this->getChildHtml('breadcrumbs') ?>
43
  <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
46
  <?php echo $this->getChildHtml('content') ?>
47
  </div>
48
  </div>
49
+ <?php echo $this->getChildHtml('footer') ?>
50
  <?php echo $this->getChildHtml('before_body_end') ?>
51
  </div>
52
  </div>
app/design/frontend/default/blank/template/page/3columns.phtml CHANGED
@@ -37,7 +37,7 @@
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
- <div class="header-container"><?php echo $this->getChildHtml('header') ?></div>
41
  <div class="main col3-layout">
42
  <?php echo $this->getChildHtml('breadcrumbs') ?>
43
  <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
@@ -47,7 +47,7 @@
47
  <?php echo $this->getChildHtml('content') ?>
48
  </div>
49
  </div>
50
- <div class="footer"><?php echo $this->getChildHtml('footer') ?></div>
51
  <?php echo $this->getChildHtml('before_body_end') ?>
52
  </div>
53
  </div>
37
  <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
  <div class="wrapper">
39
  <div class="page">
40
+ <?php echo $this->getChildHtml('header') ?>
41
  <div class="main col3-layout">
42
  <?php echo $this->getChildHtml('breadcrumbs') ?>
43
  <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
47
  <?php echo $this->getChildHtml('content') ?>
48
  </div>
49
  </div>
50
+ <?php echo $this->getChildHtml('footer') ?>
51
  <?php echo $this->getChildHtml('before_body_end') ?>
52
  </div>
53
  </div>
app/design/frontend/default/blank/template/page/html/breadcrumbs.phtml CHANGED
@@ -26,7 +26,7 @@
26
  ?>
27
  <?php if($crumbs && is_array($crumbs)): ?>
28
  <div class="breadcrumbs">
29
- <strong><?php echo $this->__("You're currently on:") ?></strong>
30
  <ul>
31
  <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
32
  <li class="<?php echo $_crumbName ?>">
26
  ?>
27
  <?php if($crumbs && is_array($crumbs)): ?>
28
  <div class="breadcrumbs">
29
+ <!--<strong><?php echo $this->__("You're currently on:") ?></strong>-->
30
  <ul>
31
  <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
32
  <li class="<?php echo $_crumbName ?>">
app/design/frontend/default/blank/template/page/html/footer.phtml CHANGED
@@ -24,6 +24,8 @@
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <?php echo $this->getChildHtml() ?>
28
- <p><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
29
- <address><?php echo $this->getCopyright() ?></address>
 
 
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <div class="footer">
28
+ <?php echo $this->getChildHtml() ?>
29
+ <p><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
30
+ <address><?php echo $this->getCopyright() ?></address>
31
+ </div>
app/design/frontend/default/blank/template/page/html/header.phtml CHANGED
@@ -24,11 +24,13 @@
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <div class="header">
28
- <h1 id="logo" class="logo" title="<?php echo $this->getLogoAlt() ?>" style="background-image:url(<?php echo $this->getLogoSrc() ?>);"><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->getLogoAlt() ?></a></h1>
29
- <p class="welcome-msg"><?php echo $this->getWelcome()?></p>
30
- <?php echo $this->getChildHtml('topLinks') ?>
31
- <?php echo $this->getChildHtml('topSearch') ?>
32
- <?php echo $this->getChildHtml('store_language') ?>
 
 
 
33
  </div>
34
- <?php echo $this->getChildHtml('topMenu') ?>
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <div class="header-container">
28
+ <div class="header">
29
+ <h1 id="logo" class="logo" title="<?php echo $this->getLogoAlt() ?>" style="background-image:url(<?php echo $this->getLogoSrc() ?>);"><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->getLogoAlt() ?></a></h1>
30
+ <p class="welcome-msg"><?php echo $this->getWelcome()?></p>
31
+ <?php echo $this->getChildHtml('topLinks') ?>
32
+ <?php echo $this->getChildHtml('topSearch') ?>
33
+ <?php echo $this->getChildHtml('store_language') ?>
34
+ </div>
35
+ <?php echo $this->getChildHtml('topMenu') ?>
36
  </div>
 
app/design/frontend/default/blank/template/page/html/top.links.phtml CHANGED
@@ -28,7 +28,7 @@
28
  <ul class="links">
29
  <?php echo $this->getChildHtml() ?>
30
  <?php foreach($toplinks as $_toplink): ?>
31
- <li<?php if($_toplink['first']||$_toplink['last']): ?> class="<?php if($_toplink['first']): ?>first <?php endif; ?><?php if($_toplink['last']): ?>last <?php endif; ?>"<?php endif; ?> <?php echo $_toplink['liParams'] ?>><?php echo $_toplink['beforeText'] ?><a <?php echo $_toplink['aParams'] ?>><?php echo $_toplink['innerText'] ?></a><?php echo $_toplink['afterText'] ?></li>
32
  <?php endforeach; ?>
33
  </ul>
34
  <?php endif; ?>
28
  <ul class="links">
29
  <?php echo $this->getChildHtml() ?>
30
  <?php foreach($toplinks as $_toplink): ?>
31
+ <li<?php if($_toplink['first']||$_toplink['last']): ?> class="<?php if($_toplink['first']): ?>first<?php endif; ?><?php if($_toplink['last']): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_toplink['liParams'] ?>><?php echo $_toplink['beforeText'] ?><a <?php echo $_toplink['aParams'] ?>><?php echo $_toplink['innerText'] ?></a><?php echo $_toplink['afterText'] ?></li>
32
  <?php endforeach; ?>
33
  </ul>
34
  <?php endif; ?>
app/design/frontend/default/blank/template/page/js/calendar.phtml ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design_default
22
+ * @package Mage
23
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Calendar localization script. Should be put into page header.
30
+ *
31
+ * @see Mage_Core_Block_Html_Calendar
32
+ */
33
+ ?>
34
+
35
+ <script type="text/javascript">
36
+ //<![CDATA[
37
+ enUS = <?php echo $enUS?>; // en_US locale reference
38
+ Calendar._DN = <?php echo $days['wide']?>; // full day names
39
+ Calendar._SDN = <?php echo $days['abbreviated']?>; // short day names
40
+ Calendar._FD = <?php echo $firstDay?>; // First day of the week. "0" means display Sunday first, "1" means display Monday first, etc.
41
+ Calendar._MN = <?php echo $months['wide']?>; // full month names
42
+ Calendar._SMN = <?php echo $months['abbreviated']?>; // short month names
43
+ Calendar._am = <?php echo $am ?>; // am/pm
44
+ Calendar._pm = <?php echo $pm ?>;
45
+
46
+ // tooltips
47
+ Calendar._TT = {};
48
+ Calendar._TT["INFO"] = "<?php echo $this->jsQuoteEscape( $this->__('About the calendar') );?>";
49
+
50
+ Calendar._TT["ABOUT"] =
51
+ "<?php echo $this->jsQuoteEscape( $this->__('DHTML Date/Time Selector') )?>\n" +
52
+ "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" +
53
+ "<?php echo $this->jsQuoteEscape( $this->__('For latest version visit: %s', 'http://www.dynarch.com/projects/calendar/') )?>\n" +
54
+ "<?php echo $this->jsQuoteEscape( $this->__('Distributed under GNU LGPL. See %s for details.', 'http://gnu.org/licenses/lgpl.html') )?>" +
55
+ "\n\n" +
56
+ "<?php echo $this->jsQuoteEscape( $this->__('Date selection:') )?>\n" +
57
+ "<?php echo $this->jsQuoteEscape( $this->__('- Use the %s, %s buttons to select year', '\\xab', '\xbb') )?>\n" +
58
+ "<?php echo $this->jsQuoteEscape( $this->__('- Use the %s buttons to select month', '" + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "') )?>\n" +
59
+ "<?php echo $this->jsQuoteEscape( $this->__('- Hold mouse button on any of the above buttons for faster selection.') )?>";
60
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
61
+ "<?php echo $this->jsQuoteEscape( $this->__('Time selection:') )?>\n" +
62
+ "<?php echo $this->jsQuoteEscape( $this->__('- Click on any of the time parts to increase it') )?>\n" +
63
+ "<?php echo $this->jsQuoteEscape( $this->__('- or Shift-click to decrease it') )?>\n" +
64
+ "<?php echo $this->jsQuoteEscape( $this->__('- or click and drag for faster selection.') )?>";
65
+
66
+ Calendar._TT["PREV_YEAR"] = "<?php echo $this->jsQuoteEscape( $this->__('Prev. year (hold for menu)') );?>";
67
+ Calendar._TT["PREV_MONTH"] = "<?php echo $this->jsQuoteEscape( $this->__('Prev. month (hold for menu)') );?>";
68
+ Calendar._TT["GO_TODAY"] = "<?php echo $this->jsQuoteEscape( $this->__('Go Today') );?>";
69
+ Calendar._TT["NEXT_MONTH"] = "<?php echo $this->jsQuoteEscape( $this->__('Next month (hold for menu)') );?>";
70
+ Calendar._TT["NEXT_YEAR"] = "<?php echo $this->jsQuoteEscape( $this->__('Next year (hold for menu)') );?>";
71
+ Calendar._TT["SEL_DATE"] = "<?php echo $this->jsQuoteEscape( $this->__('Select date') );?>";
72
+ Calendar._TT["DRAG_TO_MOVE"] = "<?php echo $this->jsQuoteEscape( $this->__('Drag to move') );?>";
73
+ Calendar._TT["PART_TODAY"] = ' (' + <?php echo $today ?> + ')';
74
+
75
+ // the following is to inform that "%s" is to be the first day of week
76
+ Calendar._TT["DAY_FIRST"] = "<?php echo $this->jsQuoteEscape( $this->__('Display %s first', '%s') );?>";
77
+
78
+ // This may be locale-dependent. It specifies the week-end days, as an array
79
+ // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
80
+ // means Monday, etc.
81
+ Calendar._TT["WEEKEND"] = <?php echo $weekendDays?>;
82
+
83
+ Calendar._TT["CLOSE"] = "<?php echo $this->jsQuoteEscape( $this->__('Close') );?>";
84
+ Calendar._TT["TODAY"] = <?php echo $today ?>;
85
+ Calendar._TT["TIME_PART"] = "<?php echo $this->jsQuoteEscape( $this->__('(Shift-)Click or drag to change value') );?>";
86
+
87
+ // date formats
88
+ Calendar._TT["DEF_DATE_FORMAT"] = <?php echo $defaultFormat?>;
89
+ Calendar._TT["TT_DATE_FORMAT"] = <?php echo $toolTipFormat?>;
90
+
91
+ Calendar._TT["WK"] = <?php echo $week ?>;
92
+ Calendar._TT["TIME"] = "<?php echo $this->jsQuoteEscape( $this->__('Time:') );?>";
93
+ //]]>
94
+ </script>
app/design/frontend/default/blank/template/page/template/links.phtml CHANGED
@@ -33,7 +33,7 @@
33
  <?php if(count($_links)>0): ?>
34
  <ul class="links"<?php if($this->getName()): ?> id="<?php echo $this->getName() ?>"<?php endif;?>>
35
  <?php foreach($_links as $_link): ?>
36
- <li<?php if($_link->getIsFirst()): ?> class="first"<?php elseif($_link->getIsLast()): ?> class="last"<?php endif; ?><?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo $_link->getLabel() ?></a><?php echo $_link->getAfterText() ?></li>
37
  <?php endforeach; ?>
38
  </ul>
39
  <?php endif; ?>
33
  <?php if(count($_links)>0): ?>
34
  <ul class="links"<?php if($this->getName()): ?> id="<?php echo $this->getName() ?>"<?php endif;?>>
35
  <?php foreach($_links as $_link): ?>
36
+ <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo $_link->getLabel() ?></a><?php echo $_link->getAfterText() ?></li>
37
  <?php endforeach; ?>
38
  </ul>
39
  <?php endif; ?>
app/design/frontend/default/blank/template/reports/home_product_compared.phtml CHANGED
@@ -38,7 +38,7 @@
38
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
39
  <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
40
  <?php if($_product->isSaleable()): ?>
41
- <button class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
42
  <?php else: ?>
43
  <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
44
  <?php endif; ?>
38
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
39
  <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
40
  <?php if($_product->isSaleable()): ?>
41
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
42
  <?php else: ?>
43
  <p class="availability"><span class="out-of-stock"><?php echo $this->__('Out of stock') ?></span></p>
44
  <?php endif; ?>
app/design/frontend/default/blank/template/review/customer/list.phtml CHANGED
@@ -40,7 +40,7 @@
40
  <?php foreach ($this->getCollection() as $_review): ?>
41
  <tr>
42
  <td><?php echo $this->dateFormat($_review->getCreatedAt()) ?></td>
43
- <td><a href="<?php echo $this->getProductLink() ?>id/<?php echo $_review->getEntityPkValue() ?>"><?php echo $this->htmlEscape($_review->getName()) ?></a></td>
44
  <td>
45
  <?php if($_review->getSum()): ?>
46
  <div class="rating-box">
@@ -54,7 +54,7 @@
54
  <?php endforeach; ?>
55
  </tbody>
56
  </table>
57
- <script type="text/javascript">decorateTable('my-reviews-table')</script>
58
  <?php echo $this->getToolbarHtml() ?>
59
  <?php else: ?>
60
  <p><?php echo $this->__('You have submitted no reviews.') ?></p>
40
  <?php foreach ($this->getCollection() as $_review): ?>
41
  <tr>
42
  <td><?php echo $this->dateFormat($_review->getCreatedAt()) ?></td>
43
+ <td><h3 class="product-name"><a href="<?php echo $this->getProductLink() ?>id/<?php echo $_review->getEntityPkValue() ?>"><?php echo $this->htmlEscape($_review->getName()) ?></a></h3></td>
44
  <td>
45
  <?php if($_review->getSum()): ?>
46
  <div class="rating-box">
54
  <?php endforeach; ?>
55
  </tbody>
56
  </table>
57
+ <script type="text/javascript">decorateTable('my-reviews-table')</script>
58
  <?php echo $this->getToolbarHtml() ?>
59
  <?php else: ?>
60
  <p><?php echo $this->__('You have submitted no reviews.') ?></p>
app/design/frontend/default/blank/template/review/customer/recent.phtml CHANGED
@@ -30,9 +30,9 @@
30
  <h3><?php echo $this->__('My Recent Reviews') ?></h3>
31
  <a href="<?php echo $this->getAllReviewsUrl() ?>"><?php echo $this->__('View All Reviews') ?></a>
32
  </div>
 
33
  <?php $iterator = 0 ?>
34
  <?php foreach ($this->getCollection() as $_review): ?>
35
- <ol id="my_recent_reviews">
36
  <li>
37
  <span class="number"><?php echo ++$iterator ?></span>
38
  <h4 class="product-name"><a href="<?php echo $this->getReviewUrl($_review->getReviewId()) ?>"><?php echo $this->htmlEscape($_review->getName()) ?></a></h4>
@@ -43,8 +43,8 @@
43
  </div>
44
  <?php endif; ?>
45
  </li>
 
46
  </ol>
47
  <script type="text/javascript">decorateList('my_recent_reviews');</script>
48
- <?php endforeach; ?>
49
  </div>
50
  <?php endif; ?>
30
  <h3><?php echo $this->__('My Recent Reviews') ?></h3>
31
  <a href="<?php echo $this->getAllReviewsUrl() ?>"><?php echo $this->__('View All Reviews') ?></a>
32
  </div>
33
+ <ol id="my_recent_reviews">
34
  <?php $iterator = 0 ?>
35
  <?php foreach ($this->getCollection() as $_review): ?>
 
36
  <li>
37
  <span class="number"><?php echo ++$iterator ?></span>
38
  <h4 class="product-name"><a href="<?php echo $this->getReviewUrl($_review->getReviewId()) ?>"><?php echo $this->htmlEscape($_review->getName()) ?></a></h4>
43
  </div>
44
  <?php endif; ?>
45
  </li>
46
+ <?php endforeach; ?>
47
  </ol>
48
  <script type="text/javascript">decorateList('my_recent_reviews');</script>
 
49
  </div>
50
  <?php endif; ?>
app/design/frontend/default/blank/template/rss/list.phtml CHANGED
@@ -24,7 +24,7 @@
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <div class="page-head">
28
  <h2><?php echo $this->__('RSS Feeds') ?></h2>
29
  </div>
30
  <?php
@@ -34,15 +34,18 @@
34
  <?php if ($_categories || $_misc): ?>
35
  <?php if($_misc): ?>
36
  <table class="data-table" id="rss-table-misc">
 
 
37
  <thead>
38
  <tr>
39
- <th><?php echo $this->__('Miscellaneous Feeds') ?></th>
40
  </tr>
41
  </thead>
42
  <tbody>
43
  <?php foreach ($_misc as $_feed): ?>
44
  <tr>
45
- <td><?php echo $_feed->getLabel() ?> <a href="<?php echo $_feed->getUrl() ?>" class="link-rss"><?php echo $this->__('Get Feed'); ?></a></td>
 
46
  </tr>
47
  <?php endforeach; ?>
48
  </tbody>
@@ -53,15 +56,18 @@
53
  <?php endif ?>
54
  <?php if($_categories): ?>
55
  <table class="data-table" id="rss-table-category">
 
 
56
  <thead>
57
  <tr>
58
- <th><?php echo $this->__('Category Feeds') ?></th>
59
  </tr>
60
  </thead>
61
  <tbody>
62
  <?php foreach ($_categories as $_category): ?>
63
  <tr>
64
- <td><?php echo $_category->getLabel() ?> <a href="<?php echo $_category->getUrl() ?>" class="link-rss"><?php echo $this->__('Get Feed'); ?></a></td>
 
65
  </tr>
66
  <?php endforeach; ?>
67
  </tbody>
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <div class="page-title">
28
  <h2><?php echo $this->__('RSS Feeds') ?></h2>
29
  </div>
30
  <?php
34
  <?php if ($_categories || $_misc): ?>
35
  <?php if($_misc): ?>
36
  <table class="data-table" id="rss-table-misc">
37
+ <col />
38
+ <col width="1" />
39
  <thead>
40
  <tr>
41
+ <th colspan="2"><?php echo $this->__('Miscellaneous Feeds') ?></th>
42
  </tr>
43
  </thead>
44
  <tbody>
45
  <?php foreach ($_misc as $_feed): ?>
46
  <tr>
47
+ <td><?php echo $_feed->getLabel() ?></td>
48
+ <td><a href="<?php echo $_feed->getUrl() ?>" class="link-rss"><?php echo $this->__('Get Feed'); ?></a></td>
49
  </tr>
50
  <?php endforeach; ?>
51
  </tbody>
56
  <?php endif ?>
57
  <?php if($_categories): ?>
58
  <table class="data-table" id="rss-table-category">
59
+ <col />
60
+ <col width="1" />
61
  <thead>
62
  <tr>
63
+ <th colspan="2"><?php echo $this->__('Category Feeds') ?></th>
64
  </tr>
65
  </thead>
66
  <tbody>
67
  <?php foreach ($_categories as $_category): ?>
68
  <tr>
69
+ <td><?php echo $_category->getLabel() ?></td>
70
+ <td><a href="<?php echo $_category->getUrl() ?>" class="link-rss"><?php echo $this->__('Get Feed'); ?></a></td>
71
  </tr>
72
  <?php endforeach; ?>
73
  </tbody>
app/design/frontend/default/blank/template/sales/order/history.phtml CHANGED
@@ -32,8 +32,8 @@
32
  <?php echo $this->getPagerHtml(); ?>
33
  <?php if($_orders->getSize()): ?>
34
  <table class="data-table" id="my-orders-table">
35
- <col />
36
- <col />
37
  <col />
38
  <col width="1" />
39
  <col width="1" />
@@ -53,7 +53,7 @@
53
  <?php foreach ($_orders as $_order): ?>
54
  <tr>
55
  <td><?php echo $_order->getRealOrderId() ?></td>
56
- <td><?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?></td>
57
  <td><?php echo $_order->getShippingAddress() ? $this->htmlEscape($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
58
  <td><?php echo $_order->formatPrice($_order->getGrandTotal()) ?></td>
59
  <td><em><?php echo $_order->getStatusLabel() ?></em></td>
32
  <?php echo $this->getPagerHtml(); ?>
33
  <?php if($_orders->getSize()): ?>
34
  <table class="data-table" id="my-orders-table">
35
+ <col width="1" />
36
+ <col width="1" />
37
  <col />
38
  <col width="1" />
39
  <col width="1" />
53
  <?php foreach ($_orders as $_order): ?>
54
  <tr>
55
  <td><?php echo $_order->getRealOrderId() ?></td>
56
+ <td><span class="nobr"><?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?></span></td>
57
  <td><?php echo $_order->getShippingAddress() ? $this->htmlEscape($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
58
  <td><?php echo $_order->formatPrice($_order->getGrandTotal()) ?></td>
59
  <td><em><?php echo $_order->getStatusLabel() ?></em></td>
app/design/frontend/default/blank/template/sales/order/recent.phtml CHANGED
@@ -32,8 +32,8 @@
32
  </div>
33
  <?php if( sizeof($_orders->getItems()) > 0 ): ?>
34
  <table class="data-table" id="my-orders-table">
35
- <col />
36
- <col />
37
  <col />
38
  <col width="1" />
39
  <col width="1" />
@@ -52,7 +52,7 @@
52
  <?php foreach ($_orders as $_order): ?>
53
  <tr>
54
  <td><?php echo $_order->getRealOrderId() ?></td>
55
- <td><?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?> </td>
56
  <td><?php echo $_order->getShippingAddress() ? $this->htmlEscape($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
57
  <td><?php echo $_order->formatPrice($_order->getGrandTotal()) ?></td>
58
  <td><em><?php echo $_order->getStatusLabel() ?></em></td>
32
  </div>
33
  <?php if( sizeof($_orders->getItems()) > 0 ): ?>
34
  <table class="data-table" id="my-orders-table">
35
+ <col width="1" />
36
+ <col width="1" />
37
  <col />
38
  <col width="1" />
39
  <col width="1" />
52
  <?php foreach ($_orders as $_order): ?>
53
  <tr>
54
  <td><?php echo $_order->getRealOrderId() ?></td>
55
+ <td><span class="nobr"><?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?></span></td>
56
  <td><?php echo $_order->getShippingAddress() ? $this->htmlEscape($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
57
  <td><?php echo $_order->formatPrice($_order->getGrandTotal()) ?></td>
58
  <td><em><?php echo $_order->getStatusLabel() ?></em></td>
app/design/frontend/default/blank/template/sales/reorder/sidebar.phtml CHANGED
@@ -45,7 +45,7 @@
45
  <?php foreach ($_order->getItemsRandomCollection(5) as $_item): ?>
46
  <?php if ($_item->getProduct() && is_null($_item->getParentItem())): ?>
47
  <li>
48
- <?php if ($_item->getProduct()->getStockItem()->getIsInStock()): ?>
49
  <?php $_showAddButtonFlag = true ?>
50
  <input type="checkbox" name="order_items[]" id="reorder-item-<?php echo $_item->getId() ?>" value="<?php echo $_item->getId() ?>" class="checkbox validate-one-required-by-name" />
51
  <script type="text/javascript">
45
  <?php foreach ($_order->getItemsRandomCollection(5) as $_item): ?>
46
  <?php if ($_item->getProduct() && is_null($_item->getParentItem())): ?>
47
  <li>
48
+ <?php if ($this->getIsSalableItem($_item)): ?>
49
  <?php $_showAddButtonFlag = true ?>
50
  <input type="checkbox" name="order_items[]" id="reorder-item-<?php echo $_item->getId() ?>" value="<?php echo $_item->getId() ?>" class="checkbox validate-one-required-by-name" />
51
  <script type="text/javascript">
app/design/frontend/default/blank/template/sendfriend/send.phtml CHANGED
@@ -49,7 +49,7 @@
49
  ul = $('recipients_options');
50
  var li_mail = Element.extend(document.createElement("LI"));
51
  li_mail.addClassName('add-row');
52
- li_mail.innerHTML = '<a href="delete_email" onclick="remove_recipient('+i+'); return false" class="btn-remove"><img src="<?php echo $this->getSkinUrl('images/list_remove_btn.gif') ?>" alt="<?php echo $this->__('Remove Email') ?>" title="<?php echo $this->__('Remove Email') ?>" /><\/a>'
53
  li_mail.innerHTML += '<div class="input-box"><label for="recipients_name'+i+'"><?php echo $this->__('Name:') ?> <span class="required">*<\/span><\/label><br /><div><input name="recipients[name][]" type="text" class="input-text required-entry" id="recipients_name'+i+'" /><\/div>';
54
  li_mail.innerHTML += '<div class="input-box"><label for="recipients_email'+i+'"><?php echo $this->__('Email Address:') ?><span class="required">*<\/span><\/label><br /><input name="recipients[email][]" value="" title="<?php echo $this->__('Email Address') ?>" id="recipients_email'+i+'" type="text" class="input-text required-entry validate-email" /><\/div>';
55
  i++;
@@ -110,7 +110,7 @@
110
  </div>
111
  <?php if (1 < $this->getMaxRecipients()): ?>
112
  <p id="add_recipient_button">
113
- <button class="button" onclick="add_recipient();" type="button"><span><?php echo $this->__('Add Recipient') ?></span></button>
114
  </p>
115
  <?php endif; ?>
116
  </div>
49
  ul = $('recipients_options');
50
  var li_mail = Element.extend(document.createElement("LI"));
51
  li_mail.addClassName('add-row');
52
+ li_mail.innerHTML = '<p class="btn-remove"><a href="delete_email" onclick="remove_recipient('+i+'); return false"><img src="<?php echo $this->getSkinUrl('images/list_remove_btn.gif') ?>" alt="<?php echo $this->__('Remove Email') ?>" title="<?php echo $this->__('Remove Email') ?>" /><\/a><\/p>'
53
  li_mail.innerHTML += '<div class="input-box"><label for="recipients_name'+i+'"><?php echo $this->__('Name:') ?> <span class="required">*<\/span><\/label><br /><div><input name="recipients[name][]" type="text" class="input-text required-entry" id="recipients_name'+i+'" /><\/div>';
54
  li_mail.innerHTML += '<div class="input-box"><label for="recipients_email'+i+'"><?php echo $this->__('Email Address:') ?><span class="required">*<\/span><\/label><br /><input name="recipients[email][]" value="" title="<?php echo $this->__('Email Address') ?>" id="recipients_email'+i+'" type="text" class="input-text required-entry validate-email" /><\/div>';
55
  i++;
110
  </div>
111
  <?php if (1 < $this->getMaxRecipients()): ?>
112
  <p id="add_recipient_button">
113
+ <button type="button" onclick="add_recipient();" class="button f-left"><span><?php echo $this->__('Add Recipient') ?></span></button>
114
  </p>
115
  <?php endif; ?>
116
  </div>
app/design/frontend/default/blank/template/tag/customer/edit.phtml CHANGED
@@ -35,7 +35,7 @@
35
  </fieldset>
36
  <div class="buttons-set">
37
  <a href="<?php echo $this->getUrl('*/*/view/', array('tagId' => $this->getTag()->getTagId())) ?>" class="back-link">&laquo; <?php echo $this->__('Back to view Tag') ?></a>
38
- <button class="button" onclick="tagForm.submit();"><span><?php echo $this->__('Save Tag') ?></span></button>
39
  </div>
40
  </form>
41
  <script type="text/javascript">
35
  </fieldset>
36
  <div class="buttons-set">
37
  <a href="<?php echo $this->getUrl('*/*/view/', array('tagId' => $this->getTag()->getTagId())) ?>" class="back-link">&laquo; <?php echo $this->__('Back to view Tag') ?></a>
38
+ <button type="button" class="button" onclick="tagForm.submit();"><span><?php echo $this->__('Save Tag') ?></span></button>
39
  </div>
40
  </form>
41
  <script type="text/javascript">
app/design/frontend/default/blank/template/tag/customer/view.phtml CHANGED
@@ -53,7 +53,7 @@
53
  </td>
54
  <td>
55
  <?php if($_product->isSaleable()): ?>
56
- <button class="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart/add',array('product'=>$_product->getId())) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
57
  <?php endif; ?>
58
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
59
  <p><a href="<?php echo $this->getUrl('wishlist/index/add',array('product'=>$_product->getId())) ?>"><?php echo $this->__('Add to Wishlist') ?></a></p>
53
  </td>
54
  <td>
55
  <?php if($_product->isSaleable()): ?>
56
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart/add',array('product'=>$_product->getId())) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
57
  <?php endif; ?>
58
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
59
  <p><a href="<?php echo $this->getUrl('wishlist/index/add',array('product'=>$_product->getId())) ?>"><?php echo $this->__('Add to Wishlist') ?></a></p>
app/design/frontend/default/blank/template/tag/list.phtml CHANGED
@@ -36,14 +36,14 @@
36
  </ul>
37
  <?php endif; ?>
38
  <form id="addTagForm" action="<?php echo $this->getFormAction(); ?>" method="get">
39
- <fieldset class="form-add-tags">
40
  <label for="productTagName"><?php echo $this->__('Add Your Tags:') ?></label>
41
  <div class="input-box">
42
  <input type="text" class="input-text required-entry" name="productTagName" id="productTagName" />
43
  </div>
44
- <button class="button" onclick="submitTagForm()"><span><?php echo $this->__('Add Tags') ?></span></button>
45
- <p><?php echo $this->__("Use spaces to separate tags. Use single quotes (') for phrases.") ?></p>
46
- </fieldset>
47
  </form>
48
  <script type="text/javascript">
49
  //<![CDATA[
36
  </ul>
37
  <?php endif; ?>
38
  <form id="addTagForm" action="<?php echo $this->getFormAction(); ?>" method="get">
39
+ <div class="form-add-tags">
40
  <label for="productTagName"><?php echo $this->__('Add Your Tags:') ?></label>
41
  <div class="input-box">
42
  <input type="text" class="input-text required-entry" name="productTagName" id="productTagName" />
43
  </div>
44
+ <button type="button" class="button" onclick="submitTagForm()"><span><?php echo $this->__('Add Tags') ?></span></button>
45
+ </div>
46
+ <p><?php echo $this->__("Use spaces to separate tags. Use single quotes (') for phrases.") ?></p>
47
  </form>
48
  <script type="text/javascript">
49
  //<![CDATA[
app/design/frontend/default/blank/template/tag/popular.phtml CHANGED
@@ -29,7 +29,7 @@
29
  <h2><?php echo $this->__('Popular Tags'); ?></h2>
30
  </div>
31
  <div class="block-content">
32
- <ul>
33
  <?php foreach ($this->getTags() as $_tag): ?>
34
  <li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_tag->getName()) ?></a></li>
35
  <?php endforeach; ?>
29
  <h2><?php echo $this->__('Popular Tags'); ?></h2>
30
  </div>
31
  <div class="block-content">
32
+ <ul class="tags-list">
33
  <?php foreach ($this->getTags() as $_tag): ?>
34
  <li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_tag->getName()) ?></a></li>
35
  <?php endforeach; ?>
app/design/frontend/default/blank/template/tag/product/result.phtml CHANGED
@@ -47,7 +47,7 @@
47
  <p><?php echo $_product->getDescription() ?></p>
48
  </td>
49
  <td>
50
- <button class="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart/add',array('product'=>$_product->getId())) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
51
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
52
  <p><a href="<?php echo $this->getUrl('wishlist/index/add',array('product'=>$_product->getId())) ?>"><?php echo $this->__('Add to Wishlist') ?></a></p>
53
  <?php endif; ?>
47
  <p><?php echo $_product->getDescription() ?></p>
48
  </td>
49
  <td>
50
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart/add',array('product'=>$_product->getId())) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
51
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
52
  <p><a href="<?php echo $this->getUrl('wishlist/index/add',array('product'=>$_product->getId())) ?>"><?php echo $this->__('Add to Wishlist') ?></a></p>
53
  <?php endif; ?>
app/design/frontend/default/blank/template/wishlist/sharing.phtml CHANGED
@@ -29,10 +29,10 @@
29
  </div>
30
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
  <form action="<?php echo $this->getSendUrl() ?>" id="form-validate" method="post">
32
- <fieldset class="group-select">
33
  <?php echo $this->getBlockHtml('formkey')?>
34
  <h3><?php echo $this->__('Sharing Information') ?></h3>
35
- <ul class="form-list">
36
  <li>
37
  <label for="email_address"><?php echo $this->__('Email addresses, separated by commas') ?> <span class="required">*</span></label><br />
38
  <textarea name="emails" cols="60" rows="5" id="email_address" class="validate-emails required-entry"><?php echo $this->getEnteredData('emails') ?></textarea>
29
  </div>
30
  <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
  <form action="<?php echo $this->getSendUrl() ?>" id="form-validate" method="post">
32
+ <fieldset>
33
  <?php echo $this->getBlockHtml('formkey')?>
34
  <h3><?php echo $this->__('Sharing Information') ?></h3>
35
+ <ul class="form-list group-select">
36
  <li>
37
  <label for="email_address"><?php echo $this->__('Email addresses, separated by commas') ?> <span class="required">*</span></label><br />
38
  <textarea name="emails" cols="60" rows="5" id="email_address" class="validate-emails required-entry"><?php echo $this->getEnteredData('emails') ?></textarea>
app/design/frontend/default/blank/template/wishlist/view.phtml CHANGED
@@ -34,52 +34,58 @@
34
 
35
  <?php if($this->getWishlist()->getSize()): ?>
36
  <form action="<?php echo $this->getUrl('*/*/update') ?>" method="post">
37
- <?php echo $this->getBlockHtml('formkey')?>
38
- <table class="data-table" id="wishlist-table">
39
- <col width="130" />
40
- <col width="300" />
41
- <col />
42
- <col />
43
- <thead>
44
- <tr>
45
- <th><?php echo $this->__('Product') ?></th>
46
- <th><?php echo $this->__('Comment') ?></th>
47
- <th><?php echo $this->__('Added On') ?></th>
48
- <th>&nbsp;</th>
49
- </tr>
50
- </thead>
51
- <tbody>
52
- <?php foreach($this->getWishlist() as $item): ?>
53
- <tr>
54
- <td>
55
- <a class="product-image" href="<?php echo $item->getProductUrl() ?>"><img src="<?php echo $this->helper('catalog/image')->init($item, 'small_image')->resize(113, 113); ?>" width="113" height="113" alt="<?php echo $this->htmlEscape($item->getName()) ?>" title="<?php echo $this->htmlEscape($item->getName()) ?>" /></a>
56
- <h3 class="product-name"><a href="<?php echo $item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($item->getName()) ?>"><?php echo $this->htmlEscape($item->getName()) ?></a></h3>
57
- <?php echo $this->getPriceHtml($item) ?>
58
- </td>
59
- <td>
60
- <textarea name="description[<?php echo $item->getWishlistItemId() ?>]" rows="3" cols="5" style="width:99%; height:160px;" onfocus="focusComment(this)" onblur="focusComment(this)"><?php echo ( $this->getEscapedDescription($item) ) ? $this->getEscapedDescription($item) : $this->helper('wishlist')->defaultCommentString() ?></textarea>
61
- </td>
62
- <td>
63
- <?php echo $this->getFormatedDate($item->getAddedAt()) ?>
64
- </td>
65
- <td>
66
- <?php if($item->isSaleable()): ?>
67
- <a href="<?php echo $this->getItemAddToCartUrl($item) ?>"><?php echo $this->__('Add to Cart') ?></a><br />
68
- <?php endif; ?>
69
- <a href="<?php echo $this->getItemRemoveUrl($item) ?>" onclick="return confirmRemoveWishlistItem();"><?php echo $this->__('Remove Item') ?></a>
70
- </td>
71
- </tr>
72
- <?php endforeach ?>
73
- </tbody>
74
- </table>
75
- <script type="text/javascript">decorateTable('wishlist-table')</script>
76
- <div class="buttons-set2">
77
- <button type="button" onclick="setLocation('<?php echo $this->getUrl('*/*/share') ?>')" class="button"><span><?php echo $this->__('Share Wishlist') ?></span></button>&nbsp;
78
- <?php if($this->isSaleable()):?>
79
- <button type="button" onclick="setLocation('<?php echo $this->getUrl('*/*/allcart') ?>')" class="button"><span><?php echo $this->__('Add All to Cart') ?></span></button>&nbsp;
80
- <?php endif;?>
81
- <button type="submit" class="button" name="do"><span><?php echo $this->__('Update Wishlist') ?></span></button>
82
- </div>
 
 
 
 
 
 
83
  </form>
84
  <?php else: ?>
85
  <p><?php echo $this->__('You have no items in your wishlist.') ?></p>
34
 
35
  <?php if($this->getWishlist()->getSize()): ?>
36
  <form action="<?php echo $this->getUrl('*/*/update') ?>" method="post">
37
+ <fieldset>
38
+ <?php echo $this->getBlockHtml('formkey')?>
39
+ <table class="data-table" id="wishlist-table">
40
+ <col width="1" />
41
+ <col />
42
+ <col width="1" />
43
+ <col width="1" />
44
+ <col width="1" />
45
+ <thead>
46
+ <tr>
47
+ <th><?php echo $this->__('Product') ?></th>
48
+ <th><?php echo $this->__('Comment') ?></th>
49
+ <th class="a-center"><span class="nobr"><?php echo $this->__('Added On') ?></span></th>
50
+ <th class="a-center"><span class="nobr"><?php echo $this->__('Add to Cart') ?></span></th>
51
+ <th>&nbsp;</th>
52
+ </tr>
53
+ </thead>
54
+ <tbody>
55
+ <?php foreach($this->getWishlist() as $item): ?>
56
+ <tr>
57
+ <td>
58
+ <a class="product-image" href="<?php echo $item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($item, 'small_image')->resize(113, 113); ?>" width="113" height="113" alt="<?php echo $this->htmlEscape($item->getName()) ?>" /></a>
59
+ <h3 class="product-name"><a href="<?php echo $item->getProductUrl() ?>"><?php echo $this->htmlEscape($item->getName()) ?></a></h3>
60
+ <?php echo $this->getPriceHtml($item) ?>
61
+ </td>
62
+ <td>
63
+ <textarea name="description[<?php echo $item->getWishlistItemId() ?>]" rows="3" cols="5" style="width:99%; height:10em;" onfocus="focusComment(this)" onblur="focusComment(this)"><?php echo ( $this->getEscapedDescription($item) ) ? $this->getEscapedDescription($item) : $this->helper('wishlist')->defaultCommentString() ?></textarea>
64
+ </td>
65
+ <td>
66
+ <span class="nobr"><?php echo $this->getFormatedDate($item->getAddedAt()) ?></span>
67
+ </td>
68
+ <td>
69
+ <?php if($item->isSaleable()): ?>
70
+ <button type="button" onclick="setLocation('<?php echo $this->getItemAddToCartUrl($item) ?>')" class="button"><span><?php echo $this->__('Add to Cart') ?></span></button>
71
+ <?php endif; ?>
72
+ </td>
73
+ <td>
74
+ <a href="<?php echo $this->getItemRemoveUrl($item) ?>" onclick="return confirmRemoveWishlistItem();" title="<?php echo $this->__('Remove Item') ?>"><img src="<?php echo $this->getSkinUrl('images/btn_trash.gif'); ?>" alt="<?php echo $this->__('Remove Item') ?>" /></a>
75
+ </td>
76
+ </tr>
77
+ <?php endforeach ?>
78
+ </tbody>
79
+ </table>
80
+ <script type="text/javascript">decorateTable('wishlist-table')</script>
81
+ <div class="buttons-set2">
82
+ <button type="button" onclick="setLocation('<?php echo $this->getUrl('*/*/share') ?>')" class="button"><span><?php echo $this->__('Share Wishlist') ?></span></button>&nbsp;
83
+ <?php if($this->isSaleable()):?>
84
+ <button type="button" onclick="setLocation('<?php echo $this->getUrl('*/*/allcart') ?>')" class="button"><span><?php echo $this->__('Add All to Cart') ?></span></button>&nbsp;
85
+ <?php endif;?>
86
+ <button type="submit" class="button" name="do"><span><?php echo $this->__('Update Wishlist') ?></span></button>
87
+ </div>
88
+ </fieldset>
89
  </form>
90
  <?php else: ?>
91
  <p><?php echo $this->__('You have no items in your wishlist.') ?></p>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Default_Blank</name>
4
- <version>1.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This is a sample skeleton theme for Magento designers.</summary>
10
  <description>This is a sample skeleton theme for Magento designers.</description>
11
- <notes>1.2.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>auto-converted</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2009-02-02</date>
14
- <time>15:06:05</time>
15
- <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="css"><file name="clears.css" hash="3d33e824e9fe88915a0f9f1e7f9c147d"/><file name="print.css" hash="1839347706087be0a9c2e3088e5f2f1d"/><file name="reset.css" hash="46b100011fbdbac465f2921b5b9a5f6a"/><file name="styles-ie.css" hash="0fa5219accfc0d1cde2964722107ce69"/><file name="styles.css" hash="0d671487c1f16386193056270eb708d8"/></dir><dir name="images"><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/></dir><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_feed.png" hash="8537f6f88fcff4aac793247143d14e42"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="logo.gif" hash="6c1c8318d7dd57cc674f2f3cddf04344"/><file name="logo_email.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="logo_print.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="bundle.js" hash="7fb06ec966f79c0488198975a69c6c0b"/><file name="giftmessage.js" hash="98f056ae92e10813f0d550daae6dd944"/><file name="opcheckout.js" hash="88c8105c1a196534fdb5ebc7f216cb8c"/><file name="paypal.js" hash="4793d611370033c7daec147f135672b5"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="layout"><file name="bundle.xml" hash="2b604899f9dea76c550866d7d774d2e0"/><file name="catalog.xml" hash="359d90f692b67b46736c702be63c3506"/><file name="catalogsearch.xml" hash="b21a5126f8cff8c4da6c853c8163f769"/><file name="checkout.xml" hash="ee2b9f38a9dcc0d971a9204bce49cc36"/><file name="cms.xml" hash="9a4eb9fa95b1e217ab30a654e7423821"/><file name="contacts.xml" hash="e3e3eb3dcf2c276fa11d66722a0a1c62"/><file name="core.xml" hash="99c290a45fc882985b55279180d6a491"/><file name="customer.xml" hash="a180537185e2e90d25f3e7efa7298b35"/><file name="directory.xml" hash="eb1bb63ef64fc8283a69f13fd3f90005"/><file name="downloadable.xml" hash="a4bb31c7d838e10893fe2a54a7636592"/><file name="giftmessage.xml" hash="d91f058897e4ae05938b44960a87a7c0"/><file name="googleanalytics.xml" hash="72fd608e307339080bc2b0e28762644d"/><file name="googlecheckout.xml" hash="c24d4770dec193a19a72834beb1951df"/><file name="googleoptimizer.xml" hash="c8b25d432c8d2d1892834af7a3f35667"/><file name="newsletter.xml" hash="06e2fa151b7034cd74268684d2050309"/><file name="page.xml" hash="edc6889fc4f4f406b0501b4533b3f455"/><file name="paypal.xml" hash="53eed662b8f4486b6a0064ba480b92e4"/><file name="paypaluk.xml" hash="e1f0523007cc3d4b523b6be24fa4e950"/><file name="poll.xml" hash="3cd2707dc21722104fc344c3d342a4b9"/><file name="productalert.xml" hash="8760bb53020762f38f2b854840017a9b"/><file name="reports.xml" hash="5a5c702eb1447187f08191d1d9a5e03d"/><file name="review.xml" hash="45b1dd918723370021ca91570f1d80eb"/><file name="rss.xml" hash="fcad94b8d76d848a2f4f558db95327b5"/><file name="sales.xml" hash="b325c89f0069ecc6845eeb4bef0f41a1"/><file name="sendfriend.xml" hash="515511b04f660095caed35c617bbab28"/><file name="shipping.xml" hash="89377704115050fe38a219c4abcf7ec6"/><file name="tag.xml" hash="3b13589cc8a8231ce8a73ff3b6eb2c31"/><file name="wishlist.xml" hash="b4cda0f01fc23f3466c7692cc8fb9801"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="list"><file name="partof.phtml" hash="f0d5c55a57290a885664ea86e133b679"/></dir><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="c4d2679d1daa39b510b50333e207c5f2"/><file name="multi.phtml" hash="7faa0e1b19d975d3638711aac4deb6d7"/><file name="radio.phtml" hash="0fe4a1916cd43b89f5e0681b2a095af9"/><file name="select.phtml" hash="cc85f0bccd13e65e65db247913e74382"/></dir><file name="options.phtml" hash="be546769aaa064f1340eff43e38066d3"/></dir><file name="bundle.phtml" hash="d0e59e1797172c8eb0f257059c43f50b"/></dir><file name="price.phtml" hash="5d61ae7dde0a2334c1e67c42412e03a9"/><file name="tierprices.phtml" hash="87c95796e53d19a9756c8e33df7eacfb"/></dir><file name="price.phtml" hash="e8a4ed53bcf630bf1fbc5dfdb8c4cac1"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="4144bdfa26bc8c6bfef2b415c047b97d"/></dir><dir name="invoice"><file name="default.phtml" hash="ef20fe460ac338cf1716f36ca3b3281b"/></dir><dir name="order"><file name="default.phtml" hash="f0927ef4c5ad576690523804f086ba39"/></dir><dir name="shipment"><file name="default.phtml" hash="5d8cf3065959e86c2be887716bce3b6e"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><file name="renderer.phtml" hash="13838f159a3a715dc3ea9a2a2eb9e2d0"/></dir></dir><dir name="invoice"><dir name="items"><file name="renderer.phtml" hash="beb07e7cf3afecab1de9ac680e75ee5e"/></dir></dir><dir name="items"><file name="renderer.phtml" hash="f1262c5c7ee594efee32839c5d3b1364"/></dir><dir name="shipment"><dir name="items"><file name="renderer.phtml" hash="cdaed2ead9dc418f041e398f29a87afa"/></dir></dir></dir></dir></dir><dir name="callouts"><file name="left_col.phtml" hash="da32aafba925f37aeab347e4f93b1403"/><file name="right_col.phtml" hash="14e517ae3aeb65a1a5861dbb6aa81c1b"/></dir><dir name="catalog"><dir name="category"><file name="page.phtml" hash="aadf8b6c6e7657d5987dc4fc8898f81a"/><file name="view.phtml" hash="68897ae0f611b891d1dd20dfb10a1630"/></dir><dir name="layer"><file name="filter.phtml" hash="ad88f40ef09460cc31f3cf3b8b132742"/><file name="state.phtml" hash="493c701dbb66786af9872a6137f5f10f"/><file name="view.phtml" hash="f42d2e546bedbf1d84b1bb8c8ccc1282"/></dir><dir name="navigation"><file name="left.phtml" hash="75bf0af3c058c16568263cf4938ed0d0"/><file name="top.phtml" hash="6a856216d0b08d3bed2b0f360597ace2"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="f71016df7f5cdfd7e915076192bd70ab"/><file name="sidebar.phtml" hash="c3e8b037526065bfcae2aef12ffcd7b0"/></dir><dir name="list"><file name="related.phtml" hash="a9983d41a2b877735795313c3a3db3a4"/><file name="toolbar.phtml" hash="c08d6d828a77c65ffc1b1dce63268aee"/><file name="upsell.phtml" hash="9ac23c3998f86d91341b81d88dd3aa5c"/></dir><dir name="view"><dir name="options"><dir name="type"><file name="date.phtml" hash="6e84105edec52c7ec566713dccefe87d"/><file name="default.phtml" hash="e164beb01b3077fa1bf9a9bbb341ad56"/><file name="file.phtml" hash="805652068a3cd4224e62ab946a1803b1"/><file name="select.phtml" hash="15d350c5944b75b93236c59f1ab70e86"/><file name="text.phtml" hash="5594a2889cd9cb7c7e784446205411ff"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="9be3658960ada4f4c774736829076538"/></dir><file name="wrapper.phtml" hash="c10ed9f230ecc827a1c2f99c9a4b4d46"/></dir><dir name="type"><dir name="options"><file name="configurable.phtml" hash="8eb194d7cef5bf44842c3380cbcd68ad"/></dir><file name="configurable.phtml" hash="9e3f4a6fb16ab3de753dae23796cde11"/><file name="grouped.phtml" hash="6b29550dd2f515dd37f84acf1f05f52b"/><file name="simple.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/><file name="virtual.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/></dir><file name="additional.phtml" hash="6fc511a523e1b3065765365aa194520a"/><file name="addto.phtml" hash="13630226d178b97229191ca9535c7457"/><file name="addtocart.phtml" hash="cc1091934b28ee93bac4ff7e8dda9d0b"/><file name="attributes.phtml" hash="e346dc81d9222db8f6c4e6415d21e47e"/><file name="description.phtml" hash="7e18c1608cb82f8a8c107e5568438e91"/><file name="media.phtml" hash="a7d10d0a7e3232d29fce64276c1d454b"/><file name="options.phtml" hash="a54bcbd166d4a07219aa3f5b6291afe8"/><file name="price.phtml" hash="6ad72e4f21ddeba52027a7faade0e7cd"/><file name="price_clone.phtml" hash="8b72619d07da2aa9c7c11c1017068731"/><file name="tierprices.phtml" hash="3ac2d5f5338c97a67f2e7a81e741295e"/></dir><file name="gallery.phtml" hash="dd58f98d6cf094f2cd024f9b4458af1f"/><file name="list.phtml" hash="271c7c8ad0d01d1299c8a65c1faea818"/><file name="new.phtml" hash="fe42f21177ccc9171a2126c8a7b1e232"/><file name="price.phtml" hash="7986bd0043a7064af9ce3f2ff03f6de5"/><file name="view.phtml" hash="3aea7d7e88eeceb8fa9970f1c2957110"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="a952fcb12c6c8cd2f51313fa63dba74c"/></dir><file name="sitemap.phtml" hash="87b64dbb6d15edf894a1170ed954596d"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="8076150501f5051b8876212539e10f1f"/><file name="result.phtml" hash="7fbb20b3ff57cb9f7d4eb2479ea3c72b"/></dir><file name="form.mini.phtml" hash="71803ed517beaa1176e42ad9181651bb"/><file name="result.phtml" hash="07470604fb50e5a3b25432f49a206006"/><file name="term.phtml" hash="66ab2560641b0872c3211f3d8f42e33a"/></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="da98c1f8b6c47397717ea14c16290aca"/></dir><dir name="render"><file name="default.phtml" hash="8e7ab38d3369344c947c0793846d7d38"/><file name="simple.phtml" hash="3bfcaa834c96f5ad09277587ec82636f"/></dir><dir name="sidebar"><file name="default.phtml" hash="2ee8ff5d5918f851dad4c7b789b40771"/></dir><file name="coupon.phtml" hash="0f47b671f2f28ba2a9b317ca112a7475"/><file name="crosssell.phtml" hash="8f8401b8180283fb6fa3607b4b0e8810"/><file name="noItems.phtml" hash="03f31b1e9168d12b3ba9dc2f8bd1f760"/><file name="shipping.phtml" hash="4476cd2fdb736eca745768aa68be853e"/><file name="sidebar.phtml" hash="7841d505317e5f6d5e0cde4a2a9f2c6b"/><file name="totals.phtml" hash="01b900fbbd994771ea04ed56c86339ec"/></dir><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="2b3c82fad5fcde0b9d02a141519dde69"/></dir><dir name="billing"><file name="items.phtml" hash="70f639ad42813a3da7cd32456d3a2845"/></dir><dir name="item"><file name="default.phtml" hash="bf3ff3612005dbd7dff5b538673a3db6"/></dir><file name="addresses.phtml" hash="dd5de430ccbf4554f8f0525b6f50da69"/><file name="agreements.phtml" hash="0cc2c61890723b3c810f4165b0b6ea8e"/><file name="billing.phtml" hash="377d2434635722800b7e48a497ad4a4a"/><file name="link.phtml" hash="c4225a9a1bbd9f177199119209469b11"/><file name="overview.phtml" hash="efed56ad7b22899afb3f8bbaabf4cbe8"/><file name="shipping.phtml" hash="396208d67285f2fdc1e052cefa20379c"/><file name="state.phtml" hash="a82cbe78e6abfa201db2c2af4063aa94"/><file name="success.phtml" hash="176224e9774b28520d8b7e07d22db6ba"/></dir><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="513839214b355ac6f1ec879230459d05"/></dir><dir name="review"><file name="info.phtml" hash="2c15313a73bfd31aec32ecbd511f9b51"/><file name="item.phtml" hash="f5f3ee3ad4430d94b09d5243875ae197"/><file name="totals.phtml" hash="63fb070ddef121951ed09f78641b17a4"/></dir><dir name="shipping_method"><file name="additional.phtml" hash="1f8a9204df1f5854c76ab9e729f1e191"/><file name="available.phtml" hash="b3794aa3ea6c16633292390b5e5100f0"/></dir><file name="agreements.phtml" hash="0527bfb427c60aa956791bcfc3aa2baa"/><file name="billing.phtml" hash="5207f18b54ed643ddcdbe96bee74466e"/><file name="failure.phtml" hash="5c6c4a68a56edbe050f084e441231f69"/><file name="link.phtml" hash="3ee2e026b7ca9f052db065b35ef6fcd7"/><file name="login.phtml" hash="8815aa7c39bc7133941f327dbfe64af2"/><file name="payment.phtml" hash="a4bbb98233c87128a91573e93f29fcf9"/><file name="progress.phtml" hash="44f9aed669a32f4edcff52760d283a6d"/><file name="review.phtml" hash="495f48bcc50ab3abd0efac683f4be4e1"/><file name="shipping.phtml" hash="66f34e6de976356c9e68e75967fc9b05"/><file name="shipping_method.phtml" hash="5f3d0140324ad1dca3901d14d0531277"/></dir><dir name="total"><file name="default.phtml" hash="4a680113802974e087a73b572129a11b"/><file name="tax.phtml" hash="445fd8fd4d463610f33014596a0871ba"/></dir><file name="cart.phtml" hash="c77bbb58780661aa0cd8eee498d00dd8"/><file name="links.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="onepage.phtml" hash="2ee5d54e33dfacb4f1cdd58ea12e12c1"/><file name="success.phtml" hash="dac0fd8f84f2607379eff82da2c8fb5c"/></dir><dir name="cms"><dir name="default"><file name="home.phtml" hash="cae87e8ece9b2cf11d56f58f78b61354"/><file name="no-route.phtml" hash="a82130a7e80d0f544fe904b1b8795a1b"/></dir><file name="content.phtml" hash="5bc7aa683ad79c7a422478c6cc67a963"/><file name="meta.phtml" hash="73c1b59cdc8e7ec40d294f3ac755005c"/></dir><dir name="contacts"><file name="form.phtml" hash="a48b4c5517e3ae407c9ceb89c24e249d"/></dir><dir name="core"><file name="formkey.phtml" hash="6f59eb9cc856f4f5b3ee30756300e2a6"/><file name="messages.phtml" hash="31f0e7850e552a1e67d8d99a5c0fbe1b"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="2a9ec75a331b2411809154b99bb7020e"/><file name="hello.phtml" hash="a3870656761e58365a6f19e105d340ec"/><file name="info.phtml" hash="737b388782a4ca8b58d9295fbed7f16b"/><file name="newsletter.phtml" hash="22d34e6401ff61b26e48de0a7052bbd1"/><file name="sidebar.phtml" hash="affc0973c249464f98d6592ce4a52538"/></dir><dir name="link"><file name="back.phtml" hash="c0a1831d7f2926c3499fb9bbc2d519d5"/></dir><file name="dashboard.phtml" hash="116bef22699a11e2433fbc44ccdb87f7"/><file name="navigation.phtml" hash="d222e216465d2ede7f87f3dadb2dee37"/></dir><dir name="address"><file name="book.phtml" hash="b31cf726c0ceecdbcb414531fb4bac03"/><file name="edit.phtml" hash="be1c61ad9fdd809b454f1a345b899a60"/></dir><dir name="form"><file name="address.phtml" hash="c8644adb22b0c3d96ae2e4d3c5302e5f"/><file name="changepassword.phtml" hash="240dab89dc88f285cded4a64f38edb4a"/><file name="confirmation.phtml" hash="d0c81d2896cc570de2d4cd42611e73a8"/><file name="edit.phtml" hash="2184fd5d256255aea3037961c6fdfcc1"/><file name="forgotpassword.phtml" hash="a19e766fa6c2dc06b835da1eb00dfafc"/><file name="login.phtml" hash="adac97d2b418438e4c31a42ced0e8a48"/><file name="mini.login.phtml" hash="24d09a1d4ec2023f3767e91211545243"/><file name="newsletter.phtml" hash="d18f2df1c273d5b233e7610e60efee1f"/><file name="register.phtml" hash="1cdabd071a5c7c7bf8905ec4b116141d"/></dir><dir name="order"><file name="view.phtml" hash="1a01a49bb7b8c2c8e2f12f063056c826"/></dir><dir name="widget"><file name="dob.phtml" hash="a19c80a0826d867a1676df68dfd759eb"/><file name="name.phtml" hash="b5782a6dca0e72a13b9c3ed9cb2159a0"/><file name="taxvat.phtml" hash="90f20cd2d8090ce8a37736caec07e503"/></dir><file name="address.phtml" hash="6b75ebcc1ec2586db731045d4161890a"/><file name="balance.phtml" hash="da9f8fa46d12a3dc7277dc6cf1fa4a13"/><file name="logout.phtml" hash="5dcd8e145f634fbd7d27b515d8b7582d"/><file name="orders.phtml" hash="fef7ae48cec30b6e27af3238bdb4a3a4"/><file name="wishlist.phtml" hash="57c44f1197bed317ab0f70e81ea6bd95"/></dir><dir name="directory"><dir name="currency"><file name="switch.phtml" hash="4670eb2ba16f1ddaa350d2edb74ce0eb"/></dir><file name="currency.phtml" hash="f7a5c9e12e46c6d1c084cc2260a2e246"/></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="links.phtml" hash="8c266e046d3395015bbac0ec52a49c7e"/><file name="samples.phtml" hash="44c0a95537374a28b2ef7dc61af83081"/><file name="type.phtml" hash="9be57b1ac5f527f80cbc4a2ad1255ec9"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="086ba82ff3a5d65e556cc8018d007160"/></dir></dir><dir name="multishipping"><dir name="item"><file name="downloadable.phtml" hash="9d16cb2078c4cef18d1ec09282e80d27"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="e1536bf066aa2a9402cd0ae87fae1e9f"/></dir></dir><file name="success.phtml" hash="3a03beb83b20a623c0a8e364c0015cdc"/></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="9678a0bb85b8ad3679a4c4147f011cd2"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="d0a310bd1117fc84443a53e9d9687400"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="0282e9403b6551c80bc424251cbaca7a"/></dir><dir name="order"><file name="downloadable.phtml" hash="16a6d6963fb5deb32a28378098239d21"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="6bcd5db6eac66d81680e6631d29389ae"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="5b9fe362d1cb7ede71b4f937a08d00bd"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="c8070ded6c72449463f086872c9a1bc0"/></dir></dir></dir></dir></dir><dir name="email"><dir name="order"><dir name="creditmemo"><file name="items.phtml" hash="cfe5211ef1d5c0785ca92065f4b88186"/></dir><dir name="invoice"><file name="items.phtml" hash="4e245ebd1d0005e011c67c000849f5c0"/></dir><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="invoice"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="order"><file name="default.phtml" hash="7f3b388e6b84046e1c771b632ebde612"/></dir><dir name="shipment"><file name="default.phtml" hash="40dab7ab90f7514acfe3e1d4ab408e60"/></dir></dir><dir name="shipment"><file name="items.phtml" hash="e38d0caba217e50d86320f49ad86b8da"/><file name="track.phtml" hash="e9810f489eda94dd7584444ee033fb59"/></dir><file name="items.phtml" hash="362c381e40ecdda30cba5300e339e896"/></dir><dir name="productalert"><file name="price.phtml" hash="b0e82922f05837ee68f29695483f4e81"/><file name="stock.phtml" hash="e1c6a78ca40ddd2fc87b714a64d64fd8"/></dir></dir><dir name="giftmessage"><file name="form.phtml" hash="2189441f6329cd1c7522bb3e467cd059"/><file name="helper.phtml" hash="ae0f4b7d8bfab3aba1e933a2001d1247"/><file name="inline.phtml" hash="4e6c8579f7797fa40957898f5c4269a0"/></dir><dir name="googlecheckout"><file name="form.phtml" hash="47f80f80bc586a135d168e5cc12a372a"/><file name="link.phtml" hash="640b8d022d5476330ba155691e1f0d3d"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="e5836ac3bbd2bc710fec7477ff38276f"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="bf72bc34af13a8a488ec0cef023e4b27"/><file name="footer.phtml" hash="ea657e715fc3f4fd17b6d46af8d2671b"/><file name="head.phtml" hash="1fea2048b0f43e79e325455c29186cba"/><file name="header.phtml" hash="b947b5b8c3c5bf3c68b7feb2a4697340"/><file name="pager.phtml" hash="37945676a2c4f93a1c9c7511e9e525f6"/><file name="top.links.phtml" hash="8599292fc6f27cdda2cf4dc8eb2e6d09"/><file name="wrapper.phtml" hash="a527f8b78162d1ccf89bf9c2b6d58e62"/></dir><dir name="switch"><file name="flags.phtml" hash="f7cee579500a0dde7ffa8f8ac6a069e8"/><file name="languages.phtml" hash="74bc530b7a284333c6dbfb63c233fa1b"/><file name="stores.phtml" hash="0f0f7e563d7df0ab16777b696989fe85"/></dir><dir name="template"><file name="container.phtml" hash="48a40301b0a26dbdd0de0f91d5adcc4d"/><file name="links.phtml" hash="bc8780b3628c6fc5a667c9959c5bbf2f"/></dir><file name="1column.phtml" hash="f2aae419e58d98edc3b80bdd14829c27"/><file name="2columns-left.phtml" hash="87f05d9d7562b921a3affbd1a715c4ea"/><file name="2columns-right.phtml" hash="c8b57c6dcf0eee72bd66ae40a00ddcd3"/><file name="3columns.phtml" hash="4ff7095128b3237c87035151d7d9c787"/><file name="popup.phtml" hash="a4e73e22b8ec51b3aea5a8303bb3b250"/><file name="print.phtml" hash="53837eaccfcc0a83e54da945e07f125f"/><file name="redirect.phtml" hash="0711eff223361681d2d12b2061f42cb1"/></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="e2212577c2c9c28e00c66a1908d46fb3"/><file name="ccsave.phtml" hash="07ff3a0a20f00e31b5443800ebacb7f1"/><file name="checkmo.phtml" hash="395800ebbbd31f85c5c19f211f804c09"/><file name="purchaseorder.phtml" hash="63c6fb59568ad1f8a7170c231e947785"/></dir><dir name="info"><file name="cc.phtml" hash="3b58308f891f7456accfaef2cdbf4e3c"/><file name="ccsave.phtml" hash="f13dccb79ee937279722e34db2d75150"/><file name="checkmo.phtml" hash="68c1345716d154c63d6089c94d0e1c5d"/><file name="default.phtml" hash="5b12a176647450847712b5ddb5b7c1cb"/><file name="purchaseorder.phtml" hash="a258df940fb85b0dbd41221934cbee40"/></dir></dir><dir name="paypal"><dir name="express"><dir name="review"><file name="details.phtml" hash="bf6edb45ed660c6efd96ad696bbb81b6"/></dir><file name="form.phtml" hash="dacfbd1a1d0a82b9d2e6bc2ecf88ab00"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="67d49d023b6e681a7f67fb8921f734aa"/></dir><dir name="standard"><file name="form.phtml" hash="99832274cde55a2c9999d89d38dd8c88"/></dir><file name="link.phtml" hash="a58135aa8c3451f479d0c5e1ce86d01b"/></dir><dir name="paypaluk"><dir name="direct"><file name="form.phtml" hash="df5728a0068b15ec6c56323b4f893b4e"/><file name="info.phtml" hash="91705c0d3cb8cb336aee5a24e57a93c9"/></dir><dir name="express"><dir name="review"><file name="details.phtml" hash="c8ccfb9c1eb05d86a10dc449f678e78c"/></dir><file name="form.phtml" hash="3ab14fedc24e6200b21ce5376cc34037"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="750608c895d5b302f9db119ff1f7aae3"/></dir><file name="link.phtml" hash="10a1748caabeecddf45b0792e770453b"/></dir><dir name="poll"><file name="active.phtml" hash="1779dac29251a5c782acf743bfddeeb1"/><file name="result.phtml" hash="72f240de2738a6245e1f2358bd372bfd"/></dir><dir name="productalert"><file name="price.phtml" hash="fbf4d4bd39aba47214e5517841300f9a"/><file name="stock.phtml" hash="c71de1c94128176d10de171743505525"/></dir><dir name="rating"><file name="detailed.phtml" hash="f805bcd92a7fda64a099928a812541bc"/><file name="empty.phtml" hash="5b8bb08fb214c543dfe26ff202891c7e"/></dir><dir name="reports"><file name="home_product_compared.phtml" hash="421dc0f3bfe7f0885c80560ce953cc50"/><file name="home_product_viewed.phtml" hash="81e52257f6a37ddd8c4a191c235b2bd5"/><file name="product_compared.phtml" hash="46f95495f89b745532386ca5f9cf392e"/><file name="product_viewed.phtml" hash="935074d1fc7041908e453537a23fa893"/></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="50996dd1969c2b09c328e39c7a97cd42"/><file name="recent.phtml" hash="07eb31712f2baf612e094dc9fed6bafa"/><file name="view.phtml" hash="ac2a40f8298e2a63a880d155196b8190"/></dir><dir name="helper"><file name="summary.phtml" hash="b2b0ba9cd00e13e32dd76efb02100d0f"/><file name="summary_short.phtml" hash="22dc079532ce1407c7c1f83f92e32aef"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="f5c8e159786a1e2486c4dac8dfb66e1e"/><file name="list.phtml" hash="07059ba73bf0540c04d4e1a12ab5df20"/><file name="other.phtml" hash="ff7173288f722adad334cd3b1a9f588f"/></dir></dir><file name="form.phtml" hash="300d77db884521c3404ea3c87a161cb5"/><file name="view.phtml" hash="4af924813e6a0170c72ff0dd0b385f73"/></dir><dir name="rss"><dir name="order"><file name="details.phtml" hash="b5d5a99587a8545bdb9c6a0d70a042d3"/></dir><file name="list.phtml" hash="0fbdeef4328ce1f95445add0d8544387"/><file name="nofeed.phtml" hash="76502bd485ec3713e10802eba65d4e58"/></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f72adf88d26a48c4de54560b49fea738"/></dir></dir><file name="items.phtml" hash="52130b4aeb78e9fa6c3f72af274bb308"/></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="89fa1d6d876ae90175b6ddae4f12c5dd"/></dir></dir><file name="items.phtml" hash="ea358c0e49bf92e118f14f78926be231"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="4ad28beab01830ca01a9e8b9493ba49e"/></dir></dir><dir name="print"><file name="creditmemo.phtml" hash="6b61ea13f19b8dd5f1eeee3675ff1372"/><file name="invoice.phtml" hash="45ed0ac3a21ed32b7199810be8993849"/><file name="shipment.phtml" hash="ba4b85f514a83de6f259444518560898"/><file name="tax.phtml" hash="bf254c2d780f00e18b1c00f95b067db8"/></dir><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f94377748a5e05e73b8d434026a7aa87"/></dir></dir><file name="items.phtml" hash="afa536b18c2789aa85696b7c52b335c9"/></dir><file name="creditmemo.phtml" hash="8d13ffb5de2e98c02e22d6a55f498a29"/><file name="details.phtml" hash="e7cad4cdf7f1ff69473161ed11585d3c"/><file name="history.phtml" hash="14112c258f4f5117d74c17b4ac2065a6"/><file name="info.phtml" hash="f640cecc102c71a5a6476df8ad808759"/><file name="invoice.phtml" hash="d26a29413f8574543b11a0775f2ac46d"/><file name="items.phtml" hash="6f14ea4daf34822ca7d70d51bf87c653"/><file name="print.phtml" hash="e025ef349695c93b75a6bac5a59eb1f1"/><file name="recent.phtml" hash="280bf0b2d61e7a564d5bead06e9784ce"/><file name="shipment.phtml" hash="3c451556d2205e02489094a2dcfee65e"/><file name="tax.phtml" hash="ec921ad542c485c3959482d58bd28809"/><file name="trackinginfo.phtml" hash="1c680d4542402f269b4c635804a04f77"/><file name="view.phtml" hash="378f90425cb314f3c3391f7716c87998"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="b0c36396d00a13f9269489bacb811afd"/></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="fc8f0cdd4573346b9119356291641d56"/></dir><dir name="shipping"><dir name="tracking"><file name="ajax.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="popup.phtml" hash="c33633bf5670d630f1204fb09f05d006"/></dir></dir><dir name="tag"><dir name="customer"><file name="edit.phtml" hash="98f1043e06c2d29a4e4aa6ff7d5c060b"/><file name="recent.phtml" hash="edd2e285ce655539e067644013b5094f"/><file name="tags.phtml" hash="1d3551b3f3713dbc6d32ba205fdc2c51"/><file name="view.phtml" hash="aa64c5d4b4551d9f2f0bd7faf7c416ac"/></dir><dir name="product"><file name="result.phtml" hash="d8ef80c71effcde769732397b961a03a"/></dir><file name="cloud.phtml" hash="dfb3592054b773c08a522091cf5de233"/><file name="list.phtml" hash="daf3a8ecb82f0b271aae9e199390940e"/><file name="mytags.phtml" hash="b6efff2bc3bb2139a4057f8c1eb989f4"/><file name="popular.phtml" hash="41aa202199f6f0ca648e16076484bfbf"/><file name="result.phtml" hash="dea62fd62de4c403f93334d361ec19ec"/><file name="search.phtml" hash="6222566c51093557e1de7c363dd8169f"/></dir><dir name="wishlist"><dir name="email"><file name="items.phtml" hash="546c2d345323aaebe27a23d5c838a3e2"/><file name="rss.phtml" hash="fe00d171bdd383f4fbf97bf1de054a41"/></dir><file name="shared.phtml" hash="83dfab61444198fe1c7c0fca357865dc"/><file name="sharing.phtml" hash="eb8593eb1c268fa2c2d0825eb18914dd"/><file name="sidebar.phtml" hash="2cae9770f689258e7f6fa0e9413f16e8"/><file name="view.phtml" hash="fcc4a99258305e33b0117c8357c5d7fa"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.2.1</min><max>1.2.2</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Default_Blank</name>
4
+ <version>1.3.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This is a sample skeleton theme for Magento designers.</summary>
10
  <description>This is a sample skeleton theme for Magento designers.</description>
11
+ <notes>1.3.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>auto-converted</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2009-03-30</date>
14
+ <time>23:57:59</time>
15
+ <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="css"><file name="clears.css" hash="6f84e5b5d1cb4cf9f0b125e07266eb3d"/><file name="print.css" hash="1839347706087be0a9c2e3088e5f2f1d"/><file name="reset.css" hash="46b100011fbdbac465f2921b5b9a5f6a"/><file name="styles-ie.css" hash="c9de7e2f80cd70eced4c86421b383da3"/><file name="styles.css" hash="c9c1404370720ed1cc3efb822b7daab8"/></dir><dir name="images"><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/></dir><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_button.gif" hash="5074f4055f72e09046d5690d4730b367"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_feed.png" hash="8537f6f88fcff4aac793247143d14e42"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="logo.gif" hash="6c1c8318d7dd57cc674f2f3cddf04344"/><file name="logo_email.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="logo_print.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="bundle.js" hash="7fb06ec966f79c0488198975a69c6c0b"/><file name="giftmessage.js" hash="98f056ae92e10813f0d550daae6dd944"/><file name="opcheckout.js" hash="4840fead18b54f8cb3042f448a2170b1"/><file name="paypal.js" hash="4793d611370033c7daec147f135672b5"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="layout"><file name="bundle.xml" hash="2b604899f9dea76c550866d7d774d2e0"/><file name="catalog.xml" hash="94c738dcaae38d93ad1e83853738e137"/><file name="catalogsearch.xml" hash="6adf38a816895d306279c745ff5b8f40"/><file name="checkout.xml" hash="ee2b9f38a9dcc0d971a9204bce49cc36"/><file name="cms.xml" hash="8f0ea0ca91fa9dcc661ef44780f39fe1"/><file name="contacts.xml" hash="e3e3eb3dcf2c276fa11d66722a0a1c62"/><file name="core.xml" hash="99c290a45fc882985b55279180d6a491"/><file name="customer.xml" hash="a180537185e2e90d25f3e7efa7298b35"/><file name="directory.xml" hash="eb1bb63ef64fc8283a69f13fd3f90005"/><file name="downloadable.xml" hash="a4bb31c7d838e10893fe2a54a7636592"/><file name="giftmessage.xml" hash="d91f058897e4ae05938b44960a87a7c0"/><file name="googleanalytics.xml" hash="72fd608e307339080bc2b0e28762644d"/><file name="googlecheckout.xml" hash="c24d4770dec193a19a72834beb1951df"/><file name="googleoptimizer.xml" hash="c8b25d432c8d2d1892834af7a3f35667"/><file name="newsletter.xml" hash="06e2fa151b7034cd74268684d2050309"/><file name="page.xml" hash="edc6889fc4f4f406b0501b4533b3f455"/><file name="paypal.xml" hash="53eed662b8f4486b6a0064ba480b92e4"/><file name="paypaluk.xml" hash="e1f0523007cc3d4b523b6be24fa4e950"/><file name="poll.xml" hash="3cd2707dc21722104fc344c3d342a4b9"/><file name="productalert.xml" hash="8760bb53020762f38f2b854840017a9b"/><file name="reports.xml" hash="5a5c702eb1447187f08191d1d9a5e03d"/><file name="review.xml" hash="45b1dd918723370021ca91570f1d80eb"/><file name="rss.xml" hash="d845be90fa12f2ba4ecf1b1a51dac395"/><file name="sales.xml" hash="b325c89f0069ecc6845eeb4bef0f41a1"/><file name="sendfriend.xml" hash="515511b04f660095caed35c617bbab28"/><file name="shipping.xml" hash="89377704115050fe38a219c4abcf7ec6"/><file name="tag.xml" hash="3b13589cc8a8231ce8a73ff3b6eb2c31"/><file name="wishlist.xml" hash="b4cda0f01fc23f3466c7692cc8fb9801"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="list"><file name="partof.phtml" hash="f0d5c55a57290a885664ea86e133b679"/></dir><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="c4d2679d1daa39b510b50333e207c5f2"/><file name="multi.phtml" hash="7faa0e1b19d975d3638711aac4deb6d7"/><file name="radio.phtml" hash="0fe4a1916cd43b89f5e0681b2a095af9"/><file name="select.phtml" hash="cc85f0bccd13e65e65db247913e74382"/></dir><file name="options.phtml" hash="be546769aaa064f1340eff43e38066d3"/></dir><file name="bundle.phtml" hash="d0e59e1797172c8eb0f257059c43f50b"/></dir><file name="price.phtml" hash="5d61ae7dde0a2334c1e67c42412e03a9"/><file name="tierprices.phtml" hash="87c95796e53d19a9756c8e33df7eacfb"/></dir><file name="price.phtml" hash="e8a4ed53bcf630bf1fbc5dfdb8c4cac1"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="4144bdfa26bc8c6bfef2b415c047b97d"/></dir><dir name="invoice"><file name="default.phtml" hash="ef20fe460ac338cf1716f36ca3b3281b"/></dir><dir name="order"><file name="default.phtml" hash="f0927ef4c5ad576690523804f086ba39"/></dir><dir name="shipment"><file name="default.phtml" hash="5d8cf3065959e86c2be887716bce3b6e"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><file name="renderer.phtml" hash="13838f159a3a715dc3ea9a2a2eb9e2d0"/></dir></dir><dir name="invoice"><dir name="items"><file name="renderer.phtml" hash="beb07e7cf3afecab1de9ac680e75ee5e"/></dir></dir><dir name="items"><file name="renderer.phtml" hash="f1262c5c7ee594efee32839c5d3b1364"/></dir><dir name="shipment"><dir name="items"><file name="renderer.phtml" hash="cdaed2ead9dc418f041e398f29a87afa"/></dir></dir></dir></dir></dir><dir name="callouts"><file name="left_col.phtml" hash="da32aafba925f37aeab347e4f93b1403"/><file name="right_col.phtml" hash="14e517ae3aeb65a1a5861dbb6aa81c1b"/></dir><dir name="catalog"><dir name="category"><file name="page.phtml" hash="aadf8b6c6e7657d5987dc4fc8898f81a"/><file name="view.phtml" hash="68897ae0f611b891d1dd20dfb10a1630"/></dir><dir name="layer"><file name="filter.phtml" hash="ad88f40ef09460cc31f3cf3b8b132742"/><file name="state.phtml" hash="493c701dbb66786af9872a6137f5f10f"/><file name="view.phtml" hash="f42d2e546bedbf1d84b1bb8c8ccc1282"/></dir><dir name="navigation"><file name="left.phtml" hash="a6afd7cabd323eae5673219d2999e338"/><file name="top.phtml" hash="6a856216d0b08d3bed2b0f360597ace2"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="9126cff7ffcb3d15732c2af38f108388"/><file name="sidebar.phtml" hash="ed96556d5a310c81c3a77b96ac1d8f16"/></dir><dir name="list"><file name="related.phtml" hash="a9983d41a2b877735795313c3a3db3a4"/><file name="toolbar.phtml" hash="c08d6d828a77c65ffc1b1dce63268aee"/><file name="upsell.phtml" hash="9ac23c3998f86d91341b81d88dd3aa5c"/></dir><dir name="view"><dir name="options"><dir name="type"><file name="date.phtml" hash="62d3ff1da489965015005f4ea6baa89d"/><file name="default.phtml" hash="e164beb01b3077fa1bf9a9bbb341ad56"/><file name="file.phtml" hash="524d4b61debb192718a961008d9db83f"/><file name="select.phtml" hash="15d350c5944b75b93236c59f1ab70e86"/><file name="text.phtml" hash="5594a2889cd9cb7c7e784446205411ff"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="9be3658960ada4f4c774736829076538"/></dir><file name="wrapper.phtml" hash="c10ed9f230ecc827a1c2f99c9a4b4d46"/></dir><dir name="type"><dir name="options"><file name="configurable.phtml" hash="8eb194d7cef5bf44842c3380cbcd68ad"/></dir><file name="configurable.phtml" hash="9e3f4a6fb16ab3de753dae23796cde11"/><file name="grouped.phtml" hash="6b29550dd2f515dd37f84acf1f05f52b"/><file name="simple.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/><file name="virtual.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/></dir><file name="additional.phtml" hash="6fc511a523e1b3065765365aa194520a"/><file name="addto.phtml" hash="13630226d178b97229191ca9535c7457"/><file name="addtocart.phtml" hash="81b0ddf718e302e30e97180d9a3f138c"/><file name="attributes.phtml" hash="e346dc81d9222db8f6c4e6415d21e47e"/><file name="description.phtml" hash="7e18c1608cb82f8a8c107e5568438e91"/><file name="media.phtml" hash="a7d10d0a7e3232d29fce64276c1d454b"/><file name="options.phtml" hash="edd07017a42d622f0695a6ee38a61d75"/><file name="price.phtml" hash="6ad72e4f21ddeba52027a7faade0e7cd"/><file name="price_clone.phtml" hash="8b72619d07da2aa9c7c11c1017068731"/><file name="tierprices.phtml" hash="3ac2d5f5338c97a67f2e7a81e741295e"/></dir><file name="gallery.phtml" hash="dd58f98d6cf094f2cd024f9b4458af1f"/><file name="list.phtml" hash="6dd6bdc23c0b764a9ed43d6b2d8560e2"/><file name="new.phtml" hash="7e36ca0886186fa1a45484ccfe59e588"/><file name="price.phtml" hash="7986bd0043a7064af9ce3f2ff03f6de5"/><file name="view.phtml" hash="0c8df97f574901cb27c2775d0660a97f"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="a952fcb12c6c8cd2f51313fa63dba74c"/></dir><file name="sitemap.phtml" hash="87b64dbb6d15edf894a1170ed954596d"/><file name="tree.phtml" hash="16497389a93f352b32fa2a065bb335a5"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="8cbe9c6fb40589ceec3e4c0c2857c9f4"/><file name="result.phtml" hash="7fbb20b3ff57cb9f7d4eb2479ea3c72b"/></dir><file name="form.mini.phtml" hash="71803ed517beaa1176e42ad9181651bb"/><file name="result.phtml" hash="07470604fb50e5a3b25432f49a206006"/><file name="term.phtml" hash="66ab2560641b0872c3211f3d8f42e33a"/></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="2e2a01a07e8b9e09ffadf905179ffc05"/></dir><dir name="render"><file name="default.phtml" hash="8e7ab38d3369344c947c0793846d7d38"/><file name="simple.phtml" hash="3bfcaa834c96f5ad09277587ec82636f"/></dir><dir name="sidebar"><file name="default.phtml" hash="2ee8ff5d5918f851dad4c7b789b40771"/></dir><file name="coupon.phtml" hash="0f47b671f2f28ba2a9b317ca112a7475"/><file name="crosssell.phtml" hash="8f8401b8180283fb6fa3607b4b0e8810"/><file name="noItems.phtml" hash="03f31b1e9168d12b3ba9dc2f8bd1f760"/><file name="shipping.phtml" hash="4476cd2fdb736eca745768aa68be853e"/><file name="sidebar.phtml" hash="7841d505317e5f6d5e0cde4a2a9f2c6b"/><file name="totals.phtml" hash="01b900fbbd994771ea04ed56c86339ec"/></dir><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="cd96699b17456a6d84fb6eeffc88ee85"/></dir><dir name="billing"><file name="items.phtml" hash="70f639ad42813a3da7cd32456d3a2845"/></dir><dir name="item"><file name="default.phtml" hash="bf3ff3612005dbd7dff5b538673a3db6"/></dir><file name="addresses.phtml" hash="a46acadb98fb75d4c01078f552c79d78"/><file name="agreements.phtml" hash="0cc2c61890723b3c810f4165b0b6ea8e"/><file name="billing.phtml" hash="377d2434635722800b7e48a497ad4a4a"/><file name="link.phtml" hash="c4225a9a1bbd9f177199119209469b11"/><file name="overview.phtml" hash="efed56ad7b22899afb3f8bbaabf4cbe8"/><file name="shipping.phtml" hash="396208d67285f2fdc1e052cefa20379c"/><file name="state.phtml" hash="a82cbe78e6abfa201db2c2af4063aa94"/><file name="success.phtml" hash="e90c439d6de83f4bfa8e7004ae2ddad9"/></dir><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="513839214b355ac6f1ec879230459d05"/></dir><dir name="review"><file name="info.phtml" hash="968c6900e38df13179fb7a0c77747bc8"/><file name="item.phtml" hash="314431851fbd159d364ee43d6f4f6e86"/><file name="totals.phtml" hash="63fb070ddef121951ed09f78641b17a4"/></dir><dir name="shipping_method"><file name="additional.phtml" hash="1f8a9204df1f5854c76ab9e729f1e191"/><file name="available.phtml" hash="b3794aa3ea6c16633292390b5e5100f0"/></dir><file name="agreements.phtml" hash="0527bfb427c60aa956791bcfc3aa2baa"/><file name="billing.phtml" hash="3c2e4419e75e8e46c323087cc35384cb"/><file name="failure.phtml" hash="5c6c4a68a56edbe050f084e441231f69"/><file name="link.phtml" hash="3ee2e026b7ca9f052db065b35ef6fcd7"/><file name="login.phtml" hash="82d39b2173596d1cfb28e6d43c86cdf2"/><file name="payment.phtml" hash="a4bbb98233c87128a91573e93f29fcf9"/><file name="progress.phtml" hash="44f9aed669a32f4edcff52760d283a6d"/><file name="review.phtml" hash="495f48bcc50ab3abd0efac683f4be4e1"/><file name="shipping.phtml" hash="0bdb15552a09f77271a72cce410be970"/><file name="shipping_method.phtml" hash="5f3d0140324ad1dca3901d14d0531277"/></dir><dir name="total"><file name="default.phtml" hash="4a680113802974e087a73b572129a11b"/><file name="tax.phtml" hash="445fd8fd4d463610f33014596a0871ba"/></dir><file name="cart.phtml" hash="050ac3ffb0813e036bf561417575e4f9"/><file name="links.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="onepage.phtml" hash="2ee5d54e33dfacb4f1cdd58ea12e12c1"/><file name="success.phtml" hash="dac0fd8f84f2607379eff82da2c8fb5c"/></dir><dir name="cms"><dir name="default"><file name="home.phtml" hash="cae87e8ece9b2cf11d56f58f78b61354"/><file name="no-route.phtml" hash="a82130a7e80d0f544fe904b1b8795a1b"/></dir><file name="content.phtml" hash="5bc7aa683ad79c7a422478c6cc67a963"/><file name="meta.phtml" hash="73c1b59cdc8e7ec40d294f3ac755005c"/><file name="wrapper.phtml" hash="a005490f7d2877ad386a5ec58ebd703f"/></dir><dir name="contacts"><file name="form.phtml" hash="f724b66ea939e332d51099f65a07d198"/></dir><dir name="core"><file name="formkey.phtml" hash="6f59eb9cc856f4f5b3ee30756300e2a6"/><file name="messages.phtml" hash="31f0e7850e552a1e67d8d99a5c0fbe1b"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="2a9ec75a331b2411809154b99bb7020e"/><file name="hello.phtml" hash="a3870656761e58365a6f19e105d340ec"/><file name="info.phtml" hash="737b388782a4ca8b58d9295fbed7f16b"/><file name="newsletter.phtml" hash="22d34e6401ff61b26e48de0a7052bbd1"/><file name="sidebar.phtml" hash="affc0973c249464f98d6592ce4a52538"/></dir><dir name="link"><file name="back.phtml" hash="c0a1831d7f2926c3499fb9bbc2d519d5"/></dir><file name="dashboard.phtml" hash="116bef22699a11e2433fbc44ccdb87f7"/><file name="navigation.phtml" hash="d222e216465d2ede7f87f3dadb2dee37"/></dir><dir name="address"><file name="book.phtml" hash="b31cf726c0ceecdbcb414531fb4bac03"/><file name="edit.phtml" hash="a3b2f6c3ea21694d4858bafbfe22beba"/></dir><dir name="form"><file name="address.phtml" hash="5df7fb02a83bb8e3803539e039b62468"/><file name="changepassword.phtml" hash="240dab89dc88f285cded4a64f38edb4a"/><file name="confirmation.phtml" hash="d0c81d2896cc570de2d4cd42611e73a8"/><file name="edit.phtml" hash="5fc8c62dfeb4df6275ab7aee717ae20d"/><file name="forgotpassword.phtml" hash="a19e766fa6c2dc06b835da1eb00dfafc"/><file name="login.phtml" hash="41acb9145840798b103693bcf7f83553"/><file name="mini.login.phtml" hash="24d09a1d4ec2023f3767e91211545243"/><file name="newsletter.phtml" hash="0d85a4ab369289b7716c6f2662c17a8b"/><file name="register.phtml" hash="676c2ac5bdb3db4b83cef8fab525641d"/></dir><dir name="order"><file name="view.phtml" hash="1a01a49bb7b8c2c8e2f12f063056c826"/></dir><dir name="widget"><file name="dob.phtml" hash="a19c80a0826d867a1676df68dfd759eb"/><file name="name.phtml" hash="3d6c119e5d0f44baa0e204b7dfcb0fe7"/><file name="taxvat.phtml" hash="90f20cd2d8090ce8a37736caec07e503"/></dir><file name="address.phtml" hash="6b75ebcc1ec2586db731045d4161890a"/><file name="balance.phtml" hash="da9f8fa46d12a3dc7277dc6cf1fa4a13"/><file name="logout.phtml" hash="5dcd8e145f634fbd7d27b515d8b7582d"/><file name="orders.phtml" hash="fef7ae48cec30b6e27af3238bdb4a3a4"/><file name="wishlist.phtml" hash="57c44f1197bed317ab0f70e81ea6bd95"/></dir><dir name="directory"><dir name="currency"><file name="switch.phtml" hash="4670eb2ba16f1ddaa350d2edb74ce0eb"/></dir><file name="currency.phtml" hash="f7a5c9e12e46c6d1c084cc2260a2e246"/></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="links.phtml" hash="8c266e046d3395015bbac0ec52a49c7e"/><file name="samples.phtml" hash="44c0a95537374a28b2ef7dc61af83081"/><file name="type.phtml" hash="9be57b1ac5f527f80cbc4a2ad1255ec9"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="8d4a2b21d40617f1a00dd3de3904e111"/></dir></dir><dir name="multishipping"><dir name="item"><file name="downloadable.phtml" hash="e672c21e6c5b61edd936e0c9cb774b1f"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="620033dd2bfaaf92e4ce27e1f4054425"/></dir></dir><file name="success.phtml" hash="3a03beb83b20a623c0a8e364c0015cdc"/></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="ca10f36d49bd9535b5c919a8da27e14e"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="d0a310bd1117fc84443a53e9d9687400"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="0282e9403b6551c80bc424251cbaca7a"/></dir><dir name="order"><file name="downloadable.phtml" hash="16a6d6963fb5deb32a28378098239d21"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="cace27d51e02ca58e155c9192a90eb29"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="78fc83d3786068d0fcfd7804fc38dc88"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="d349832dde08fc2686141808e2cf31b3"/></dir></dir></dir></dir></dir><dir name="email"><dir name="order"><dir name="creditmemo"><file name="items.phtml" hash="cfe5211ef1d5c0785ca92065f4b88186"/></dir><dir name="invoice"><file name="items.phtml" hash="4e245ebd1d0005e011c67c000849f5c0"/></dir><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="invoice"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="order"><file name="default.phtml" hash="7f3b388e6b84046e1c771b632ebde612"/></dir><dir name="shipment"><file name="default.phtml" hash="40dab7ab90f7514acfe3e1d4ab408e60"/></dir></dir><dir name="shipment"><file name="items.phtml" hash="e38d0caba217e50d86320f49ad86b8da"/><file name="track.phtml" hash="e9810f489eda94dd7584444ee033fb59"/></dir><file name="items.phtml" hash="362c381e40ecdda30cba5300e339e896"/></dir><dir name="productalert"><file name="price.phtml" hash="b0e82922f05837ee68f29695483f4e81"/><file name="stock.phtml" hash="e1c6a78ca40ddd2fc87b714a64d64fd8"/></dir></dir><dir name="giftmessage"><file name="form.phtml" hash="2189441f6329cd1c7522bb3e467cd059"/><file name="helper.phtml" hash="ae0f4b7d8bfab3aba1e933a2001d1247"/><file name="inline.phtml" hash="4e6c8579f7797fa40957898f5c4269a0"/></dir><dir name="googlecheckout"><file name="form.phtml" hash="47f80f80bc586a135d168e5cc12a372a"/><file name="link.phtml" hash="7fb9dbf1e022eca9c7ea7f039b5170ee"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="33fa36832b5843292ee43a25db3db271"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="15116ffa2ac4f94bac713f57bab8f36f"/><file name="footer.phtml" hash="0111b208dd26f763ceda3e159ddad3d7"/><file name="head.phtml" hash="1fea2048b0f43e79e325455c29186cba"/><file name="header.phtml" hash="b107bf5c8d2a616cdf4d67aff074b849"/><file name="pager.phtml" hash="37945676a2c4f93a1c9c7511e9e525f6"/><file name="top.links.phtml" hash="36bffb90a36f2ca39d257890b4016878"/><file name="wrapper.phtml" hash="a527f8b78162d1ccf89bf9c2b6d58e62"/></dir><dir name="js"><file name="calendar.phtml" hash="9d785c39631053eb2231b4fe1764d3cf"/></dir><dir name="switch"><file name="flags.phtml" hash="f7cee579500a0dde7ffa8f8ac6a069e8"/><file name="languages.phtml" hash="74bc530b7a284333c6dbfb63c233fa1b"/><file name="stores.phtml" hash="0f0f7e563d7df0ab16777b696989fe85"/></dir><dir name="template"><file name="container.phtml" hash="48a40301b0a26dbdd0de0f91d5adcc4d"/><file name="links.phtml" hash="9d7e5482e99117e8df59efc6770231f0"/></dir><file name="1column.phtml" hash="5b0150e3002df2c86e1bc4fd44efacca"/><file name="2columns-left.phtml" hash="9ae52b418f675ea2b31a8c60d7eb4194"/><file name="2columns-right.phtml" hash="025b55dc7c61a4a00b22483712489908"/><file name="3columns.phtml" hash="1491235e39c1d2004a63af345f33437e"/><file name="popup.phtml" hash="a4e73e22b8ec51b3aea5a8303bb3b250"/><file name="print.phtml" hash="53837eaccfcc0a83e54da945e07f125f"/><file name="redirect.phtml" hash="0711eff223361681d2d12b2061f42cb1"/></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="e2212577c2c9c28e00c66a1908d46fb3"/><file name="ccsave.phtml" hash="07ff3a0a20f00e31b5443800ebacb7f1"/><file name="checkmo.phtml" hash="395800ebbbd31f85c5c19f211f804c09"/><file name="purchaseorder.phtml" hash="63c6fb59568ad1f8a7170c231e947785"/></dir><dir name="info"><file name="cc.phtml" hash="3b58308f891f7456accfaef2cdbf4e3c"/><file name="ccsave.phtml" hash="f13dccb79ee937279722e34db2d75150"/><file name="checkmo.phtml" hash="68c1345716d154c63d6089c94d0e1c5d"/><file name="default.phtml" hash="5b12a176647450847712b5ddb5b7c1cb"/><file name="purchaseorder.phtml" hash="a258df940fb85b0dbd41221934cbee40"/></dir></dir><dir name="paypal"><dir name="express"><dir name="review"><file name="details.phtml" hash="bf6edb45ed660c6efd96ad696bbb81b6"/></dir><file name="form.phtml" hash="dacfbd1a1d0a82b9d2e6bc2ecf88ab00"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="67d49d023b6e681a7f67fb8921f734aa"/></dir><dir name="standard"><file name="form.phtml" hash="99832274cde55a2c9999d89d38dd8c88"/></dir><file name="link.phtml" hash="a58135aa8c3451f479d0c5e1ce86d01b"/></dir><dir name="paypaluk"><dir name="direct"><file name="form.phtml" hash="df5728a0068b15ec6c56323b4f893b4e"/><file name="info.phtml" hash="91705c0d3cb8cb336aee5a24e57a93c9"/></dir><dir name="express"><dir name="review"><file name="details.phtml" hash="c8ccfb9c1eb05d86a10dc449f678e78c"/></dir><file name="form.phtml" hash="3ab14fedc24e6200b21ce5376cc34037"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="750608c895d5b302f9db119ff1f7aae3"/></dir><file name="link.phtml" hash="10a1748caabeecddf45b0792e770453b"/></dir><dir name="poll"><file name="active.phtml" hash="1779dac29251a5c782acf743bfddeeb1"/><file name="result.phtml" hash="72f240de2738a6245e1f2358bd372bfd"/></dir><dir name="productalert"><file name="price.phtml" hash="fbf4d4bd39aba47214e5517841300f9a"/><file name="stock.phtml" hash="c71de1c94128176d10de171743505525"/></dir><dir name="rating"><file name="detailed.phtml" hash="f805bcd92a7fda64a099928a812541bc"/><file name="empty.phtml" hash="5b8bb08fb214c543dfe26ff202891c7e"/></dir><dir name="reports"><file name="home_product_compared.phtml" hash="16924a2c7f101edb345ad76aa824ca97"/><file name="home_product_viewed.phtml" hash="81e52257f6a37ddd8c4a191c235b2bd5"/><file name="product_compared.phtml" hash="46f95495f89b745532386ca5f9cf392e"/><file name="product_viewed.phtml" hash="935074d1fc7041908e453537a23fa893"/></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="79477897ad1e0346e46bb7d88d52f66a"/><file name="recent.phtml" hash="707d60cc547ded6cb25ea5b8ac272e93"/><file name="view.phtml" hash="ac2a40f8298e2a63a880d155196b8190"/></dir><dir name="helper"><file name="summary.phtml" hash="b2b0ba9cd00e13e32dd76efb02100d0f"/><file name="summary_short.phtml" hash="22dc079532ce1407c7c1f83f92e32aef"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="f5c8e159786a1e2486c4dac8dfb66e1e"/><file name="list.phtml" hash="07059ba73bf0540c04d4e1a12ab5df20"/><file name="other.phtml" hash="ff7173288f722adad334cd3b1a9f588f"/></dir></dir><file name="form.phtml" hash="300d77db884521c3404ea3c87a161cb5"/><file name="view.phtml" hash="4af924813e6a0170c72ff0dd0b385f73"/></dir><dir name="rss"><dir name="order"><file name="details.phtml" hash="b5d5a99587a8545bdb9c6a0d70a042d3"/></dir><file name="list.phtml" hash="85fbf67f76eaa3d447d03194c435fde1"/><file name="nofeed.phtml" hash="76502bd485ec3713e10802eba65d4e58"/></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f72adf88d26a48c4de54560b49fea738"/></dir></dir><file name="items.phtml" hash="52130b4aeb78e9fa6c3f72af274bb308"/></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="89fa1d6d876ae90175b6ddae4f12c5dd"/></dir></dir><file name="items.phtml" hash="ea358c0e49bf92e118f14f78926be231"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="4ad28beab01830ca01a9e8b9493ba49e"/></dir></dir><dir name="print"><file name="creditmemo.phtml" hash="6b61ea13f19b8dd5f1eeee3675ff1372"/><file name="invoice.phtml" hash="45ed0ac3a21ed32b7199810be8993849"/><file name="shipment.phtml" hash="ba4b85f514a83de6f259444518560898"/><file name="tax.phtml" hash="bf254c2d780f00e18b1c00f95b067db8"/></dir><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f94377748a5e05e73b8d434026a7aa87"/></dir></dir><file name="items.phtml" hash="afa536b18c2789aa85696b7c52b335c9"/></dir><file name="creditmemo.phtml" hash="8d13ffb5de2e98c02e22d6a55f498a29"/><file name="details.phtml" hash="e7cad4cdf7f1ff69473161ed11585d3c"/><file name="history.phtml" hash="ce9ae377a04fb084221bdb1d632c80a7"/><file name="info.phtml" hash="f640cecc102c71a5a6476df8ad808759"/><file name="invoice.phtml" hash="d26a29413f8574543b11a0775f2ac46d"/><file name="items.phtml" hash="6f14ea4daf34822ca7d70d51bf87c653"/><file name="print.phtml" hash="e025ef349695c93b75a6bac5a59eb1f1"/><file name="recent.phtml" hash="2c7281fdd3860a3bfa2ea7f17c8122f7"/><file name="shipment.phtml" hash="3c451556d2205e02489094a2dcfee65e"/><file name="tax.phtml" hash="ec921ad542c485c3959482d58bd28809"/><file name="trackinginfo.phtml" hash="1c680d4542402f269b4c635804a04f77"/><file name="view.phtml" hash="378f90425cb314f3c3391f7716c87998"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="b971b3e8ae3488ca425d8fd991a96c08"/></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="11d9e92a8fd76efcf1cc3980b13ea575"/></dir><dir name="shipping"><dir name="tracking"><file name="ajax.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="popup.phtml" hash="c33633bf5670d630f1204fb09f05d006"/></dir></dir><dir name="tag"><dir name="customer"><file name="edit.phtml" hash="dd4ca47e537408f378df2ef7ad00ab5b"/><file name="recent.phtml" hash="edd2e285ce655539e067644013b5094f"/><file name="tags.phtml" hash="1d3551b3f3713dbc6d32ba205fdc2c51"/><file name="view.phtml" hash="b71e4561f75bd99e676249ddedd74760"/></dir><dir name="product"><file name="result.phtml" hash="e9b396590036a5a15ec23db9e10ddb38"/></dir><file name="cloud.phtml" hash="dfb3592054b773c08a522091cf5de233"/><file name="list.phtml" hash="a8e61d8ff0aeb9bf90c8494b4feb3dea"/><file name="mytags.phtml" hash="b6efff2bc3bb2139a4057f8c1eb989f4"/><file name="popular.phtml" hash="609e9970b27b96e28d4125e1b5679af9"/><file name="result.phtml" hash="dea62fd62de4c403f93334d361ec19ec"/><file name="search.phtml" hash="6222566c51093557e1de7c363dd8169f"/></dir><dir name="wishlist"><dir name="email"><file name="items.phtml" hash="546c2d345323aaebe27a23d5c838a3e2"/><file name="rss.phtml" hash="fe00d171bdd383f4fbf97bf1de054a41"/></dir><file name="shared.phtml" hash="83dfab61444198fe1c7c0fca357865dc"/><file name="sharing.phtml" hash="8e6eaab32df988a6b1732dffa8af2709"/><file name="sidebar.phtml" hash="2cae9770f689258e7f6fa0e9413f16e8"/><file name="view.phtml" hash="1edc4f60ff32a5bfa800e7b71d067383"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.3.0</min><max>1.3.0</max></package></required></dependencies>
18
  </package>
skin/frontend/default/blank/css/clears.css CHANGED
@@ -48,6 +48,7 @@
48
  .product-essential:after,
49
  .products-list li.item:after,
50
  .product-view .product-img-box .more-views ul:after,
 
51
  .product-options .options-list li:after,
52
  .product-options-bottom:after,
53
  .product-review:after,
48
  .product-essential:after,
49
  .products-list li.item:after,
50
  .product-view .product-img-box .more-views ul:after,
51
+ .product-view .tags .form-add-tags:after,
52
  .product-options .options-list li:after,
53
  .product-options-bottom:after,
54
  .product-review:after,
skin/frontend/default/blank/css/styles-ie.css CHANGED
@@ -22,7 +22,6 @@
22
  */
23
 
24
  /* IE 6 only */
25
- .login-page .content { _height:150px; }
26
  .validation-advice { _height:13px; }
27
  .error-msg,
28
  .success-msg,
@@ -32,6 +31,7 @@
32
 
33
  /* Doubled Margin Fixes */
34
  .product-view .product-img-box .more-views li,
 
35
  .sp-methods select.month { display:inline; }
36
 
37
  /********** < Navigation styles */
@@ -45,6 +45,10 @@
45
 
46
  input.radio { width:13px; height:13px; }
47
  input.checkbox { width:13px; height:13px; }
 
 
 
 
48
 
49
  /* Clearer */
50
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
@@ -75,6 +79,7 @@ input.checkbox { width:13px; height:13px; }
75
  .add-to-cart,
76
  .product-essential,
77
  .product-view .product-img-box .more-views ul,
 
78
  .product-options .options-list li,
79
  .product-options-bottom,
80
  .truncated,
22
  */
23
 
24
  /* IE 6 only */
 
25
  .validation-advice { _height:13px; }
26
  .error-msg,
27
  .success-msg,
31
 
32
  /* Doubled Margin Fixes */
33
  .product-view .product-img-box .more-views li,
34
+ .product-view .tags .form-add-tags .input-box,
35
  .sp-methods select.month { display:inline; }
36
 
37
  /********** < Navigation styles */
45
 
46
  input.radio { width:13px; height:13px; }
47
  input.checkbox { width:13px; height:13px; }
48
+ button.button { background-position:0 0; }
49
+ button.button span { background-position:100% 0; position:relative; }
50
+ button.button,
51
+ button.button span { height:21px; }
52
 
53
  /* Clearer */
54
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
79
  .add-to-cart,
80
  .product-essential,
81
  .product-view .product-img-box .more-views ul,
82
+ .product-view .tags .form-add-tags,
83
  .product-options .options-list li,
84
  .product-options-bottom,
85
  .truncated,
skin/frontend/default/blank/css/styles.css CHANGED
@@ -60,70 +60,6 @@
60
  /* ======================================================================================= */
61
 
62
 
63
- /* Header ================================================================================ */
64
- .logo { float:left; width:200px; height:63px; overflow:hidden; }
65
- .header-container {}
66
- .header { padding:10px; border:1px solid #ddd; }
67
- .header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
68
- .header .logo a { display:block; width:200px; height:63px; }
69
- .header .welcome-msg { font-weight:bold; text-align:right; }
70
- .header .links { float:right; }
71
- .header .form-search { text-align:center; }
72
- .header .form-search .search-autocomplete { z-index:999; }
73
- .header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
74
- .header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
75
- .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
76
- .header .form-search .search-autocomplete li.selected {}
77
- .header .form-language { text-align:center; }
78
-
79
- /********** < Navigation */
80
- #nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }
81
-
82
- /* All Levels */
83
- #nav li { position:relative; text-align:left; }
84
- #nav li.over { z-index:999; }
85
- #nav a,
86
- #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
87
- #nav span { display:block; cursor:pointer; white-space:nowrap; }
88
- #nav li ul span {white-space:normal; }
89
- #nav li li.parent {}
90
-
91
- /* 0 Level */
92
- #nav li { float:left; }
93
- #nav li.active a { color:#2a2824; }
94
- #nav a { float:left; padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
95
- #nav li.over a,
96
- #nav a:hover { color:#2a2824; }
97
-
98
- /* 1st Level */
99
- #nav ul li,
100
- #nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; }
101
- #nav ul li.over {}
102
- #nav ul li.last { background:#656461; padding-bottom:0; }
103
-
104
- #nav ul a,
105
- #nav ul a:hover { float:none; padding:0; background:none; }
106
- #nav ul li a { font-weight:normal !important; }
107
-
108
- /* 2nd leven */
109
- #nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; }
110
-
111
- /* 3rd+ Level */
112
- #nav ul ul { top:5px; }
113
-
114
- /* Show Menu */
115
- #nav li.over > ul { left:0; }
116
- #nav li.over > ul li.over > ul { left:100px; }
117
- #nav li.over ul ul { left:-10000px; }
118
-
119
- #nav ul li a { background:#f6f6f6; color:#898885; }
120
- #nav ul li a:hover { background:#ccc; color:#fff !important; }
121
- #nav ul span,
122
- #nav ul li.last li span { padding:3px 15px 4px 15px; }
123
- /********** Navigation > */
124
- /* ======================================================================================= */
125
-
126
-
127
  /* Global Styles ========================================================================= */
128
  /* Form Elements */
129
  input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
@@ -136,9 +72,9 @@ textarea { overflow:auto; }
136
  input.radio { margin-right:3px; }
137
  input.checkbox { margin-right:3px; }
138
  input.qty { width:2.5em !important; }
139
- /*button::-moz-focus-inner { padding:0; border:0; }*/
140
- button.button { overflow:visible; width:auto; background:#f6f6f6; border:1px solid #717171; cursor:pointer; /*-webkit-border-fit:lines;*/ }
141
- button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
142
  button.disabled {}
143
  button.disabled span {}
144
  /* Input & Textarea stretched for 100% */
@@ -146,8 +82,8 @@ button.disabled span {}
146
  .field-100 input.input-text,
147
  .field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
148
  /* Form Highlight */
149
- /*input.input-text:focus,select:focus,textarea:focus {}
150
- .highlight {}*/
151
 
152
  /* Form lists */
153
  .form-list li { margin:0 0 5px; }
@@ -157,6 +93,8 @@ button.disabled span {}
157
  .form-list textarea { width:250px; }
158
  .form-list select { width:256px; }
159
  .form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
 
 
160
 
161
  .group-select {}
162
  .group-select li { margin:0 0 5px; }
@@ -262,7 +200,7 @@ tr.tax-details-first td {}
262
 
263
  /* Shopping cart tax info */
264
  .cart-tax-info,
265
- .cart-price { padding-right:20px; }
266
  .cart-tax-total { cursor:pointer; }
267
  .cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
268
  .cart-tax-total-expanded { background-position:100% -52px; }
@@ -298,6 +236,64 @@ dd.even { background-color:#f6f6f6; }
298
  .std strong { font-weight:bold; }
299
  .std i,
300
  .std em { font-style:italic; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  /* ======================================================================================= */
302
 
303
 
@@ -566,8 +562,9 @@ a.minimal-price-link .price { font-weight:normal; }
566
  /* Block: Tags */
567
  .product-view .tags {}
568
  .product-view .tags .form-add-tags label { float:left; }
569
- .product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
570
- .product-view .tags .form-add-tags button.button { float:left; }
 
571
  .product-view .tags .form-add-tags p { clear:both; }
572
 
573
  /* Block: Reviews */
@@ -664,6 +661,8 @@ a.minimal-price-link .price { font-weight:normal; }
664
 
665
  /********** < Common Checkout Styles */
666
  /* Shipping and Payment methods */
 
 
667
  .sp-methods .form-list { padding-left:20px; }
668
  .sp-methods select.month { width:150px; margin-right:10px; }
669
  .sp-methods select.year { width:96px; }
@@ -698,10 +697,13 @@ a.minimal-price-link .price { font-weight:normal; }
698
  /* ======================================================================================= */
699
 
700
 
701
- /* Login Page ============================================================================ */
702
- .login-page {}
703
- .login-page .content { min-height:150px; }
704
- /* ======================================================================================= */
 
 
 
705
 
706
 
707
  /* My Account ============================================================================= */
@@ -736,6 +738,7 @@ a.minimal-price-link .price { font-weight:normal; }
736
  .page-print .gift-message-link { display:none; }
737
  .page-print .price-excl-tax,
738
  .page-print .price-incl-tax { display:block; white-space:nowrap; }
 
739
  .page-print .price-excl-tax .label,
740
  .page-print .price-incl-tax .label,
741
  .page-print .price-excl-tax .price,
60
  /* ======================================================================================= */
61
 
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  /* Global Styles ========================================================================= */
64
  /* Form Elements */
65
  input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
72
  input.radio { margin-right:3px; }
73
  input.checkbox { margin-right:3px; }
74
  input.qty { width:2.5em !important; }
75
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
76
+ button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
77
+ button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
78
  button.disabled {}
79
  button.disabled span {}
80
  /* Input & Textarea stretched for 100% */
82
  .field-100 input.input-text,
83
  .field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
84
  /* Form Highlight */
85
+ /*input.input-text:focus,select:focus,textarea:focus {}*/
86
+ /*.highlight { background:#eee; }*/
87
 
88
  /* Form lists */
89
  .form-list li { margin:0 0 5px; }
93
  .form-list textarea { width:250px; }
94
  .form-list select { width:256px; }
95
  .form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
96
+ .form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
97
+ .form-list .range input.input-text { width:96px; }
98
 
99
  .group-select {}
100
  .group-select li { margin:0 0 5px; }
200
 
201
  /* Shopping cart tax info */
202
  .cart-tax-info,
203
+ .cart-tax-info .cart-price { padding-right:20px; }
204
  .cart-tax-total { cursor:pointer; }
205
  .cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
206
  .cart-tax-total-expanded { background-position:100% -52px; }
236
  .std strong { font-weight:bold; }
237
  .std i,
238
  .std em { font-style:italic; }
239
+
240
+ /* Misc */
241
+ .link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
242
+ /* ======================================================================================= */
243
+
244
+
245
+ /* Header ================================================================================ */
246
+ .logo { float:left; width:200px; height:63px; overflow:hidden; }
247
+ .header-container {}
248
+ .header { padding:10px; border:1px solid #ddd; }
249
+ .header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
250
+ .header .logo a { display:block; width:200px; height:63px; }
251
+ .header .welcome-msg { font-weight:bold; text-align:right; }
252
+ .header .links { float:right; }
253
+ .header .form-search { text-align:center; }
254
+ .header .form-search .search-autocomplete { z-index:999; }
255
+ .header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
256
+ .header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
257
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
258
+ .header .form-search .search-autocomplete li.selected {}
259
+ .header .form-language { text-align:center; }
260
+
261
+ /********** < Navigation */
262
+ #nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }
263
+
264
+ /* All Levels */
265
+ #nav li { text-align:left; position:relative; }
266
+ #nav li.over { z-index:999; }
267
+ #nav li.parent {}
268
+ #nav li a { display:block; text-decoration:none; }
269
+ #nav li a:hover { text-decoration:none; }
270
+ #nav li a span { display:block; white-space:nowrap; cursor:pointer; }
271
+ #nav li ul a span { white-space:normal; }
272
+
273
+ /* 1st Level */
274
+ #nav li { float:left; }
275
+ #nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
276
+ #nav li a:hover { color:#000; }
277
+ #nav li.over a,
278
+ #nav li.active a { color:#000; }
279
+
280
+ /* 2nd Level */
281
+ #nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
282
+ #nav ul li { float:none; border-bottom:1px solid #ddd; }
283
+ #nav ul li.last { border-bottom:0; }
284
+ #nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
285
+ #nav ul li a:hover { color:#000 !important; }
286
+ #nav ul li.active > a,
287
+ #nav ul li.over > a { font-weight:bold; color:#000 !important; }
288
+
289
+ /* 3rd+ leven */
290
+ #nav ul ul { top:7px; }
291
+
292
+ /* Show Menu */
293
+ #nav li.over > ul { left:0; }
294
+ #nav li.over > ul li.over > ul { left:100px; }
295
+ #nav li.over ul ul { left:-10000px; }
296
+ /********** Navigation > */
297
  /* ======================================================================================= */
298
 
299
 
562
  /* Block: Tags */
563
  .product-view .tags {}
564
  .product-view .tags .form-add-tags label { float:left; }
565
+ .product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
566
+ .product-view .tags .form-add-tags input.input-text { width:254px; }
567
+ .product-view .tags .form-add-tags button.button { vertical-align:bottom; }
568
  .product-view .tags .form-add-tags p { clear:both; }
569
 
570
  /* Block: Reviews */
661
 
662
  /********** < Common Checkout Styles */
663
  /* Shipping and Payment methods */
664
+ .sp-methods dt { font-weight:bold; }
665
+ .sp-methods .price { font-weight:bold; }
666
  .sp-methods .form-list { padding-left:20px; }
667
  .sp-methods select.month { width:150px; margin-right:10px; }
668
  .sp-methods select.year { width:96px; }
697
  /* ======================================================================================= */
698
 
699
 
700
+ /* Account Login/Create Pages ============================================================ */
701
+ .account-login {}
702
+ .account-login .new-users {}
703
+ .account-login .registered-users {}
704
+
705
+ .account-create {}
706
+ /* Account Login/Create Pages ============================================================ */
707
 
708
 
709
  /* My Account ============================================================================= */
738
  .page-print .gift-message-link { display:none; }
739
  .page-print .price-excl-tax,
740
  .page-print .price-incl-tax { display:block; white-space:nowrap; }
741
+ .page-print .cart-price,
742
  .page-print .price-excl-tax .label,
743
  .page-print .price-incl-tax .label,
744
  .page-print .price-excl-tax .price,
skin/frontend/default/blank/images/bkg_button.gif ADDED
Binary file
skin/frontend/default/blank/js/opcheckout.js CHANGED
@@ -211,6 +211,9 @@ var Billing = Class.create();
211
  Billing.prototype = {
212
  initialize: function(form, addressUrl, saveUrl){
213
  this.form = form;
 
 
 
214
  this.addressUrl = addressUrl;
215
  this.saveUrl = saveUrl;
216
  this.onAddressLoad = this.fillForm.bindAsEventListener(this);
@@ -349,6 +352,9 @@ var Shipping = Class.create();
349
  Shipping.prototype = {
350
  initialize: function(form, addressUrl, saveUrl, methodsUrl){
351
  this.form = form;
 
 
 
352
  this.addressUrl = addressUrl;
353
  this.saveUrl = saveUrl;
354
  this.methodsUrl = methodsUrl;
@@ -509,6 +515,9 @@ var ShippingMethod = Class.create();
509
  ShippingMethod.prototype = {
510
  initialize: function(form, saveUrl){
511
  this.form = form;
 
 
 
512
  this.saveUrl = saveUrl;
513
  this.validator = new Validation(this.form);
514
  this.onSave = this.nextStep.bindAsEventListener(this);
@@ -608,6 +617,9 @@ Payment.prototype = {
608
 
609
  init : function () {
610
  var elements = Form.getElements(this.form);
 
 
 
611
  var method = null;
612
  for (var i=0; i<elements.length; i++) {
613
  if (elements[i].name=='payment[method]') {
211
  Billing.prototype = {
212
  initialize: function(form, addressUrl, saveUrl){
213
  this.form = form;
214
+ if ($(this.form)) {
215
+ $(this.form).observe('submit', function(event){this.save();Event.stop(event);}.bind(this));
216
+ }
217
  this.addressUrl = addressUrl;
218
  this.saveUrl = saveUrl;
219
  this.onAddressLoad = this.fillForm.bindAsEventListener(this);
352
  Shipping.prototype = {
353
  initialize: function(form, addressUrl, saveUrl, methodsUrl){
354
  this.form = form;
355
+ if ($(this.form)) {
356
+ $(this.form).observe('submit', function(event){this.save();Event.stop(event);}.bind(this));
357
+ }
358
  this.addressUrl = addressUrl;
359
  this.saveUrl = saveUrl;
360
  this.methodsUrl = methodsUrl;
515
  ShippingMethod.prototype = {
516
  initialize: function(form, saveUrl){
517
  this.form = form;
518
+ if ($(this.form)) {
519
+ $(this.form).observe('submit', function(event){this.save();Event.stop(event);}.bind(this));
520
+ }
521
  this.saveUrl = saveUrl;
522
  this.validator = new Validation(this.form);
523
  this.onSave = this.nextStep.bindAsEventListener(this);
617
 
618
  init : function () {
619
  var elements = Form.getElements(this.form);
620
+ if ($(this.form)) {
621
+ $(this.form).observe('submit', function(event){this.save();Event.stop(event);}.bind(this));
622
+ }
623
  var method = null;
624
  for (var i=0; i<elements.length; i++) {
625
  if (elements[i].name=='payment[method]') {