Version Notes
Magento Classic theme
Download this release
Release Info
Developer | Magento Core Team |
Extension | magento_classic_theme_free |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.1.2
- app/design/frontend/default/f002/layout/catalog.xml +1 -0
- app/design/frontend/default/f002/layout/page.xml +45 -2
- app/design/frontend/default/f002/template/catalog/layer/filter.phtml +0 -42
- app/design/frontend/default/f002/template/catalog/layer/state.phtml +0 -46
- app/design/frontend/default/f002/template/catalog/product/new.phtml +2 -4
- app/design/frontend/default/f002/template/directory/currency.phtml +1 -1
- app/design/frontend/default/f002/template/page/1column.phtml +2 -3
- app/design/frontend/default/f002/template/page/2columns-left.phtml +1 -3
- app/design/frontend/default/f002/template/page/2columns-right.phtml +1 -3
- app/design/frontend/default/f002/template/page/3columns.phtml +1 -3
- app/design/frontend/default/f002/template/poll/active.phtml +2 -1
- app/design/frontend/default/f002/template/reports/product_viewed.phtml +2 -2
- app/design/frontend/default/f002/template/sales/reorder/sidebar.phtml +1 -1
- app/design/frontend/default/f002/template/wishlist/sidebar.phtml +0 -1
- app/design/frontend/default/f002/template/wishlist/view.phtml +0 -1
- package.xml +3 -3
- skin/frontend/default/f002/css/custom.css +1 -0
- skin/frontend/default/f002/css/iestyles.css +0 -92
app/design/frontend/default/f002/layout/catalog.xml
CHANGED
@@ -206,6 +206,7 @@ Product view
|
|
206 |
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
207 |
|
208 |
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml">
|
|
|
209 |
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
210 |
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
211 |
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
206 |
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
207 |
|
208 |
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml">
|
209 |
+
<block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
|
210 |
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
211 |
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
212 |
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
app/design/frontend/default/f002/layout/page.xml
CHANGED
@@ -52,7 +52,7 @@ Default layout, loads most of the pages
|
|
52 |
<action method="addCss"><stylesheet>css/menu.css</stylesheet></action>
|
53 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
54 |
|
55 |
-
<action method="addItem"><type>skin_css</type><name>css/iestyles.css</name><params/><if>IE</if></action>
|
56 |
<action method="addItem"><type>skin_css</type><name>css/ie7minus.css</name><params/><if>lt IE 7</if></action>
|
57 |
|
58 |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
@@ -62,6 +62,8 @@ Default layout, loads most of the pages
|
|
62 |
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
63 |
</block>
|
64 |
|
|
|
|
|
65 |
<block type="page/html_header" name="header" as="header">
|
66 |
<block type="page/template_links" name="top.links" as="topLinks"/>
|
67 |
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
@@ -109,7 +111,7 @@ Default layout, loads most of the pages
|
|
109 |
<action method="addCss"><stylesheet>css/menu.css</stylesheet></action>
|
110 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
111 |
|
112 |
-
<action method="addItem"><type>skin_css</type><name>css/iestyles.css</name><params/><if>IE</if></action>
|
113 |
<action method="addItem"><type>skin_css</type><name>css/ie7minus.css</name><params/><if>lt IE 7</if></action>
|
114 |
|
115 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
@@ -122,4 +124,45 @@ Default layout, loads most of the pages
|
|
122 |
|
123 |
</block>
|
124 |
</print>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
</layout>
|
52 |
<action method="addCss"><stylesheet>css/menu.css</stylesheet></action>
|
53 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
54 |
|
55 |
+
<action method="addItem"><type>skin_css</type><name>css/iestyles.css</name><params/><if>lt IE 8</if></action>
|
56 |
<action method="addItem"><type>skin_css</type><name>css/ie7minus.css</name><params/><if>lt IE 7</if></action>
|
57 |
|
58 |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
62 |
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
63 |
</block>
|
64 |
|
65 |
+
<block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
|
66 |
+
|
67 |
<block type="page/html_header" name="header" as="header">
|
68 |
<block type="page/template_links" name="top.links" as="topLinks"/>
|
69 |
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
111 |
<action method="addCss"><stylesheet>css/menu.css</stylesheet></action>
|
112 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
113 |
|
114 |
+
<action method="addItem"><type>skin_css</type><name>css/iestyles.css</name><params/><if>lt IE 8</if></action>
|
115 |
<action method="addItem"><type>skin_css</type><name>css/ie7minus.css</name><params/><if>lt IE 7</if></action>
|
116 |
|
117 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
124 |
|
125 |
</block>
|
126 |
</print>
|
127 |
+
|
128 |
+
<!-- Custom page layout handles -->
|
129 |
+
<page_empty>
|
130 |
+
<reference name="root">
|
131 |
+
<action method="setTemplate"><template>page/one-column.phtml</template></action>
|
132 |
+
<!-- Mark root page block that template is applied -->
|
133 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
134 |
+
</reference>
|
135 |
+
</page_empty>
|
136 |
+
|
137 |
+
<page_one_column>
|
138 |
+
<reference name="root">
|
139 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
140 |
+
<!-- Mark root page block that template is applied -->
|
141 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
142 |
+
</reference>
|
143 |
+
</page_one_column>
|
144 |
+
|
145 |
+
<page_two_columns_left>
|
146 |
+
<reference name="root">
|
147 |
+
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
148 |
+
<!-- Mark root page block that template is applied -->
|
149 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
150 |
+
</reference>
|
151 |
+
</page_two_columns_left>
|
152 |
+
|
153 |
+
<page_two_columns_right>
|
154 |
+
<reference name="root">
|
155 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
156 |
+
<!-- Mark root page block that template is applied -->
|
157 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
158 |
+
</reference>
|
159 |
+
</page_two_columns_right>
|
160 |
+
|
161 |
+
<page_three_columns>
|
162 |
+
<reference name="root">
|
163 |
+
<action method="setTemplate"><template>page/3columns.phtml</template></action>
|
164 |
+
<!-- Mark root page block that template is applied -->
|
165 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
166 |
+
</reference>
|
167 |
+
</page_three_columns>
|
168 |
</layout>
|
app/design/frontend/default/f002/template/catalog/layer/filter.phtml
DELETED
@@ -1,42 +0,0 @@
|
|
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 |
-
* Template for filter items block
|
30 |
-
*
|
31 |
-
* @see Mage_Catalog_Block_Layer_Filter
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
|
35 |
-
<ol>
|
36 |
-
<?php foreach ($this->getItems() as $_item): ?>
|
37 |
-
<li>
|
38 |
-
<a href="<?php echo $_item->getUrl() ?>"><?php echo $_item->getLabel() ?></a>
|
39 |
-
(<?php echo $_item->getCount() ?>)
|
40 |
-
</li>
|
41 |
-
<?php endforeach ?>
|
42 |
-
</ol>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/default/f002/template/catalog/layer/state.phtml
DELETED
@@ -1,46 +0,0 @@
|
|
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 |
-
* Category layered navigation state
|
30 |
-
*
|
31 |
-
* @see Mage_Catalog_Block_Layer_State
|
32 |
-
*/
|
33 |
-
?>
|
34 |
-
<?php $_filters = $this->getActiveFilters() ?>
|
35 |
-
<?php if(!empty($_filters)): ?>
|
36 |
-
<h4><?php echo $this->__('Currently Shopping by') ?></h4>
|
37 |
-
<ol class="narrowed-category">
|
38 |
-
<?php foreach ($_filters as $_filter): ?>
|
39 |
-
<li>
|
40 |
-
<a href="<?php echo $_filter->getRemoveUrl() ?>" class="widget-btn"><img src="<?php echo $this->getSkinUrl('images/list_remove_btn.gif') ?>" alt="<?php echo $this->__('Remove This Item') ?>" /></a>
|
41 |
-
<span class="label"><?php echo $this->__($_filter->getName()) ?>: </span><?php echo $_filter->getLabel() ?>
|
42 |
-
</li>
|
43 |
-
<?php endforeach; ?>
|
44 |
-
</ol>
|
45 |
-
<div class="actions"><a href="<?php echo $this->getClearUrl() ?>"><?php echo $this->__('Clear All Items') ?></a></div>
|
46 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/default/f002/template/catalog/product/new.phtml
CHANGED
@@ -38,12 +38,10 @@
|
|
38 |
</a>
|
39 |
</p>
|
40 |
<h5><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h5>
|
41 |
-
<?php if($_product->getRatingSummary()): ?>
|
42 |
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
43 |
-
<?php
|
44 |
-
<?php echo $this->getPriceHtml($_product, true) ?>
|
45 |
<?php if($_product->isSaleable()): ?>
|
46 |
-
|
47 |
<?php else: ?>
|
48 |
<div class="out-of-stock"><?php echo $this->__('Out of stock') ?></div>
|
49 |
<?php endif; ?>
|
38 |
</a>
|
39 |
</p>
|
40 |
<h5><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h5>
|
|
|
41 |
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
42 |
+
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
|
|
43 |
<?php if($_product->isSaleable()): ?>
|
44 |
+
<button type="button" class="form-button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><?php echo $this->__('Add to Cart') ?></span></button>
|
45 |
<?php else: ?>
|
46 |
<div class="out-of-stock"><?php echo $this->__('Out of stock') ?></div>
|
47 |
<?php endif; ?>
|
app/design/frontend/default/f002/template/directory/currency.phtml
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
</option>
|
45 |
<?php endforeach; ?>
|
46 |
</select>
|
47 |
-
</div>
|
48 |
</div>
|
49 |
<script type="text/javascript">
|
50 |
//<![CDATA[
|
44 |
</option>
|
45 |
<?php endforeach; ?>
|
46 |
</select>
|
47 |
+
</div>
|
48 |
</div>
|
49 |
<script type="text/javascript">
|
50 |
//<![CDATA[
|
app/design/frontend/default/f002/template/page/1column.phtml
CHANGED
@@ -36,6 +36,7 @@
|
|
36 |
</head>
|
37 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
<div class="wrapper">
|
|
|
39 |
<!-- start header -->
|
40 |
<div class="header">
|
41 |
<?php echo $this->getChildHtml('header') ?>
|
@@ -44,12 +45,10 @@
|
|
44 |
|
45 |
<!-- start middle -->
|
46 |
<div class="middle-container">
|
47 |
-
|
48 |
<?php echo $this->getChildHtml('top_slider')?>
|
49 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
50 |
-
|
51 |
<div class="middle col-1-layout">
|
52 |
-
|
53 |
<div id="main" class="col-main">
|
54 |
|
55 |
<!-- start content -->
|
36 |
</head>
|
37 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
<div class="wrapper">
|
39 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
40 |
<!-- start header -->
|
41 |
<div class="header">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
45 |
|
46 |
<!-- start middle -->
|
47 |
<div class="middle-container">
|
|
|
48 |
<?php echo $this->getChildHtml('top_slider')?>
|
49 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
|
|
50 |
<div class="middle col-1-layout">
|
51 |
+
<!-- start center -->
|
52 |
<div id="main" class="col-main">
|
53 |
|
54 |
<!-- start content -->
|
app/design/frontend/default/f002/template/page/2columns-left.phtml
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
</head>
|
37 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
<div class="wrapper">
|
39 |
-
<?php
|
40 |
<!-- start header -->
|
41 |
<div class="header">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
@@ -45,10 +45,8 @@
|
|
45 |
|
46 |
<!-- start middle -->
|
47 |
<div class="middle-container">
|
48 |
-
|
49 |
<?php echo $this->getChildHtml('top_slider')?>
|
50 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
51 |
-
|
52 |
<div class="middle col-2-left-layout">
|
53 |
<!-- start global messages -->
|
54 |
<?php echo $this->getChildHtml('global_messages') ?>
|
36 |
</head>
|
37 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
<div class="wrapper">
|
39 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
40 |
<!-- start header -->
|
41 |
<div class="header">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
45 |
|
46 |
<!-- start middle -->
|
47 |
<div class="middle-container">
|
|
|
48 |
<?php echo $this->getChildHtml('top_slider')?>
|
49 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
|
|
50 |
<div class="middle col-2-left-layout">
|
51 |
<!-- start global messages -->
|
52 |
<?php echo $this->getChildHtml('global_messages') ?>
|
app/design/frontend/default/f002/template/page/2columns-right.phtml
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
</head>
|
36 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
37 |
<div class="wrapper">
|
38 |
-
<?php
|
39 |
<!-- start header -->
|
40 |
<div class="header">
|
41 |
<?php echo $this->getChildHtml('header') ?>
|
@@ -44,10 +44,8 @@
|
|
44 |
|
45 |
<!-- start middle -->
|
46 |
<div class="middle-container">
|
47 |
-
|
48 |
<?php echo $this->getChildHtml('top_slider')?>
|
49 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
50 |
-
|
51 |
<div class="middle col-2-right-layout">
|
52 |
<!-- start global messages -->
|
53 |
<?php echo $this->getChildHtml('global_messages') ?>
|
35 |
</head>
|
36 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
37 |
<div class="wrapper">
|
38 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
39 |
<!-- start header -->
|
40 |
<div class="header">
|
41 |
<?php echo $this->getChildHtml('header') ?>
|
44 |
|
45 |
<!-- start middle -->
|
46 |
<div class="middle-container">
|
|
|
47 |
<?php echo $this->getChildHtml('top_slider')?>
|
48 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
|
|
49 |
<div class="middle col-2-right-layout">
|
50 |
<!-- start global messages -->
|
51 |
<?php echo $this->getChildHtml('global_messages') ?>
|
app/design/frontend/default/f002/template/page/3columns.phtml
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
</head>
|
37 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
<div class="wrapper">
|
39 |
-
<?php
|
40 |
<!-- start header -->
|
41 |
<div class="header">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
@@ -45,10 +45,8 @@
|
|
45 |
|
46 |
<!-- start middle -->
|
47 |
<div class="middle-container">
|
48 |
-
|
49 |
<?php echo $this->getChildHtml('top_slider') ?>
|
50 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
51 |
-
|
52 |
<div class="middle col-3-layout">
|
53 |
<!-- start global messages -->
|
54 |
<?php echo $this->getChildHtml('global_messages') ?>
|
36 |
</head>
|
37 |
<body <?php echo $this->getBodyClass()?'class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
<div class="wrapper">
|
39 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
40 |
<!-- start header -->
|
41 |
<div class="header">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
45 |
|
46 |
<!-- start middle -->
|
47 |
<div class="middle-container">
|
|
|
48 |
<?php echo $this->getChildHtml('top_slider') ?>
|
49 |
<div class="breadcrumbswr"><?php echo $this->getChildHtml('breadcrumbs') ?></div>
|
|
|
50 |
<div class="middle col-3-layout">
|
51 |
<!-- start global messages -->
|
52 |
<?php echo $this->getChildHtml('global_messages') ?>
|
app/design/frontend/default/f002/template/poll/active.phtml
CHANGED
@@ -61,7 +61,8 @@
|
|
61 |
</tbody>
|
62 |
</table>
|
63 |
<?php endif; ?>
|
64 |
-
<div class="actions"><button class="form-button-alt right" type="submit"><span><?php echo $this->__('Vote') ?></span></button></div
|
|
|
65 |
</form>
|
66 |
</div>
|
67 |
<?php endif; ?>
|
61 |
</tbody>
|
62 |
</table>
|
63 |
<?php endif; ?>
|
64 |
+
<div class="actions"><button class="form-button-alt right" type="submit"><span><?php echo $this->__('Vote') ?></span></button></div>
|
65 |
+
</div>
|
66 |
</form>
|
67 |
</div>
|
68 |
<?php endif; ?>
|
app/design/frontend/default/f002/template/reports/product_viewed.phtml
CHANGED
@@ -29,13 +29,13 @@
|
|
29 |
<div class="head">
|
30 |
<h4><span><?php echo $this->__('Recently Viewed') ?></span></h4>
|
31 |
</div>
|
32 |
-
<div
|
33 |
<ol id="recently-viewed-items">
|
34 |
<?php foreach ($_products as $_item): ?>
|
35 |
<li><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></li>
|
36 |
<?php endforeach; ?>
|
37 |
</ol>
|
38 |
-
|
39 |
<script type="text/javascript">decorateList('recently-viewed-items')</script>
|
40 |
</div>
|
41 |
<?php endif; ?>
|
29 |
<div class="head">
|
30 |
<h4><span><?php echo $this->__('Recently Viewed') ?></span></h4>
|
31 |
</div>
|
32 |
+
<div class="content">
|
33 |
<ol id="recently-viewed-items">
|
34 |
<?php foreach ($_products as $_item): ?>
|
35 |
<li><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></li>
|
36 |
<?php endforeach; ?>
|
37 |
</ol>
|
38 |
+
</div>
|
39 |
<script type="text/javascript">decorateList('recently-viewed-items')</script>
|
40 |
</div>
|
41 |
<?php endif; ?>
|
app/design/frontend/default/f002/template/sales/reorder/sidebar.phtml
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
<div class="head">
|
38 |
<h4><?php echo $this->__('My Orders') ?> - </h4>
|
39 |
</div>
|
40 |
-
<div class
|
41 |
<a href="<?php echo $this->getUrl('customer/account') ?>"><?php echo $this->__('View All') ?></a><br /><br />
|
42 |
<h5><?php echo $this->__('Last ordered items') ?></h5>
|
43 |
<ol id="cart-sidebar-reorder" class="options-list">
|
37 |
<div class="head">
|
38 |
<h4><?php echo $this->__('My Orders') ?> - </h4>
|
39 |
</div>
|
40 |
+
<div class="content">
|
41 |
<a href="<?php echo $this->getUrl('customer/account') ?>"><?php echo $this->__('View All') ?></a><br /><br />
|
42 |
<h5><?php echo $this->__('Last ordered items') ?></h5>
|
43 |
<ol id="cart-sidebar-reorder" class="options-list">
|
app/design/frontend/default/f002/template/wishlist/sidebar.phtml
CHANGED
@@ -64,4 +64,3 @@
|
|
64 |
</div>
|
65 |
</div>
|
66 |
<?php endif ?>
|
67 |
-
<!-- [ends] .mini-wishlist // -->
|
64 |
</div>
|
65 |
</div>
|
66 |
<?php endif ?>
|
|
app/design/frontend/default/f002/template/wishlist/view.phtml
CHANGED
@@ -31,7 +31,6 @@
|
|
31 |
<?php endif; ?>
|
32 |
<h3><?php echo $this->__('My Wishlist') ?></h3>
|
33 |
</div>
|
34 |
-
|
35 |
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
36 |
|
37 |
<?php if($this->getWishlist()->getSize()): ?>
|
31 |
<?php endif; ?>
|
32 |
<h3><?php echo $this->__('My Wishlist') ?></h3>
|
33 |
</div>
|
|
|
34 |
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
35 |
|
36 |
<?php if($this->getWishlist()->getSize()): ?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>magento_classic_theme_free</name>
|
4 |
-
<version>1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License</license>
|
7 |
<channel>community</channel>
|
@@ -20,8 +20,8 @@ Installation instructions and psd file available at <a href="http://freedemo
|
|
20 |
<notes>Magento Classic theme</notes>
|
21 |
<authors><author><name>TemplatesMaster</name><user>auto-converted</user><email>support@templates-master.com</email></author></authors>
|
22 |
<date>2009-04-16</date>
|
23 |
-
<time>08:
|
24 |
-
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f002"><dir name="css"><file name="boxes.css" hash="6bcd838e9a09f4a0ae85e520c052af65"/><file name="custom.css" hash="
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>magento_classic_theme_free</name>
|
4 |
+
<version>1.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License</license>
|
7 |
<channel>community</channel>
|
20 |
<notes>Magento Classic theme</notes>
|
21 |
<authors><author><name>TemplatesMaster</name><user>auto-converted</user><email>support@templates-master.com</email></author></authors>
|
22 |
<date>2009-04-16</date>
|
23 |
+
<time>08:56:24</time>
|
24 |
+
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f002"><dir name="css"><file name="boxes.css" hash="6bcd838e9a09f4a0ae85e520c052af65"/><file name="custom.css" hash="3bdcb05c7361c183b22a7f79e41e7211"/><file name="ie7minus.css" hash="9a4ba02fb593c1a6f64c605f689083f8"/><file name="iestyles.css" hash=""/><file name="menu.css" hash="c2c87748bffacf5ea8020d14faa1fc8f"/><file name="reset.css" hash="d26d12c50f1ea07670de6be1612cf3bd"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="blue_pipe.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="cart-toggle.gif" hash="9298f0e16854c63b4caf8ba1e5918a55"/><file name="content-bg.gif" hash="82305a331b1135c5d19f10753376b849"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="header-bg.gif" hash="28cec9ba53792ad75b9959aeaae69c55"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="6dbe63495b9ce6936e7a589c20d72a34"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="logo.gif" hash="34a45af9f33f00b6564f0675ac3b8276"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="9a42cafa1d4c15c0a731003325b23e6f"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="search_btn.gif" hash="5872f36846222a3315f5d0f666dd6687"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><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="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/><dir name="media"><file name="col_left_callout-1.jpg" hash="4e0be0ae83843c4f8abc9f33715e22cf"/><file name="col_left_callout-2.jpg" hash="aa353fb15d34615f28c4da9363b7f196"/></dir></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="f002"><dir name="layout"><file name="catalog.xml" hash="6f5257b986e796d5e48a7d94b4929ae7"/><file name="checkout.xml" hash="d2440a54b7ce5090003f92aa73946464"/><file name="newsletter.xml" hash="485d56376181ce5aa40ba91bbd1363aa"/><file name="page.xml" hash="0c7c349fa0b9d02021f317882c154f06"/><file name="tag.xml" hash="7af273b8d0622a40cb0dda8ab9279057"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="bbdfed9f2268fb94e98f9e2438d4e2c9"/><file name="right_col.phtml" hash="b8fd00e658cae428d131d2c6e8e3b9bf"/></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="56a55b0f0c5c0fd411ae2bfc2d9aa8a7"/></dir><dir name="catalog"><dir name="layer"><file name="filter.phtml" hash=""/><file name="state.phtml" hash=""/><file name="view.phtml" hash="7f63537a01eafd266ab3614adef586f2"/></dir><dir name="navigation"><file name="left.phtml" hash="05eccc14e23e6918bebbdd2252c923e1"/><file name="sidebar.phtml" hash="a9178a7432a8e1d3b9ac8fee74876608"/><file name="top.phtml" hash="f732c08063264ea20ab0ff05959b4766"/></dir><dir name="product"><file name="new.phtml" hash="07d763f862845bd45d9d65a3891dcd3f"/><file name="view.phtml" hash="f457029d2f3b6df0876e9b95cbb800f4"/><dir name="compare"><file name="sidebar.phtml" hash="bfbc98f0b6bb42bf33b90c062319e4f4"/></dir></dir></dir><dir name="checkout"><dir name="cart"><file name="header.cart.phtml" hash="167e46546602c3e92761cfa81091da58"/><file name="sidebar.phtml" hash="ab852b81c645d2733c2a592723b7bc91"/></dir></dir><dir name="customer"><dir name="account"><file name="navigation.phtml" hash="6b02f728ae3d3929055a9433cc41bcc9"/></dir></dir><dir name="directory"><file name="currency.phtml" hash="887949b307525039787494f3445c0461"/></dir><dir name="page"><file name="1column.phtml" hash="92142154bec395e1691b3f9d85207dca"/><file name="2columns-left.phtml" hash="754bb77c996e55ac2c5834160c70c237"/><file name="2columns-right.phtml" hash="f4efa97b7dc2cf08ae743f6baca195b1"/><file name="3columns.phtml" hash="761615fede43e37a2d240c374e71d82d"/><dir name="html"><file name="footer.phtml" hash="6e52be0958a13093ef069ff4fcd0293b"/><file name="header.phtml" hash="90d938dec0d16163f371af1fec108107"/></dir></dir><dir name="poll"><file name="active.phtml" hash="5bc48cd78721a7d6c28bbffafecb69be"/></dir><dir name="reports"><file name="product_viewed.phtml" hash="67895bfbf79aa4ce965cb3635ff1d888"/></dir><dir name="sales"><dir name="reorder"><file name="sidebar.phtml" hash="93531b9c09b7a518ec031d49c3cb2387"/></dir></dir><dir name="tag"><file name="popular.phtml" hash="abe109f3d058d44307dbf5ad8520937c"/></dir><dir name="wishlist"><file name="sidebar.phtml" hash="aba63514f493d94499e14e9e8af6a8e1"/><file name="view.phtml" hash="0d0479cf09eb6d49cb964093b8b07caa"/></dir></dir></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|
skin/frontend/default/f002/css/custom.css
CHANGED
@@ -180,6 +180,7 @@ div.sliderdescription:hover, .sliderdescription.active
|
|
180 |
float: left;
|
181 |
clear:both;
|
182 |
width:390px;
|
|
|
183 |
}
|
184 |
.footerl {
|
185 |
float: left;
|
180 |
float: left;
|
181 |
clear:both;
|
182 |
width:390px;
|
183 |
+
text-align: left;
|
184 |
}
|
185 |
.footerl {
|
186 |
float: left;
|
skin/frontend/default/f002/css/iestyles.css
DELETED
@@ -1,92 +0,0 @@
|
|
1 |
-
/**
|
2 |
-
* Magento
|
3 |
-
*
|
4 |
-
* NOTICE OF LICENSE
|
5 |
-
*
|
6 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
-
* It is also available through the world-wide-web at this URL:
|
9 |
-
* http://opensource.org/licenses/afl-3.0.php
|
10 |
-
* If you did not receive a copy of the license and are unable to
|
11 |
-
* obtain it through the world-wide-web, please send an email
|
12 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
-
*
|
14 |
-
* DISCLAIMER
|
15 |
-
*
|
16 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
-
* versions in the future. If you wish to customize Magento for your
|
18 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
-
*
|
20 |
-
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
21 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
22 |
-
*/
|
23 |
-
.col2-set,
|
24 |
-
.col3-set,
|
25 |
-
.col4-set,
|
26 |
-
.col2-alt-set,
|
27 |
-
.head,
|
28 |
-
.page-head,
|
29 |
-
.page-head-alt,
|
30 |
-
.page-popup .print-head,
|
31 |
-
.header-top-container,
|
32 |
-
.header-top,
|
33 |
-
.header-nav-container,
|
34 |
-
.header-nav,
|
35 |
-
.quick-access,
|
36 |
-
#nav,
|
37 |
-
#nav li,
|
38 |
-
#nav a,
|
39 |
-
.middle,
|
40 |
-
.product-essential,
|
41 |
-
.product-img-box .more-views ul,
|
42 |
-
.button-set,
|
43 |
-
.actions,
|
44 |
-
.form-list li,
|
45 |
-
.button-container,
|
46 |
-
.ratings,
|
47 |
-
.page-head,
|
48 |
-
.page-head-alt,
|
49 |
-
.advanced-search li,
|
50 |
-
.group-select li,
|
51 |
-
.group-select li,
|
52 |
-
.search-autocomplete li,
|
53 |
-
.side-col li,
|
54 |
-
.account-box li,
|
55 |
-
.address-list li,
|
56 |
-
.listing-type-list .listing-item,
|
57 |
-
.listing-type-list .product-info .product-reviews,
|
58 |
-
.account-nav a,
|
59 |
-
.account-box,
|
60 |
-
.my-review-detail,
|
61 |
-
.generic-product-list li,
|
62 |
-
.product-options dt,
|
63 |
-
.product-options dd ul.options-list li,
|
64 |
-
.product-options dd ul.options-list .label,
|
65 |
-
.product-options-bottom,
|
66 |
-
.truncated_full_value,
|
67 |
-
.add-to-holder,
|
68 |
-
.advanced-search-summary-box,
|
69 |
-
.listing-type-grid .grid-row,
|
70 |
-
.one-page-checkout li.section,
|
71 |
-
.one-page-checkout .default-box { zoom:1; }
|
72 |
-
|
73 |
-
input.radio,
|
74 |
-
input.checkbox { width:13px; height:13px; }
|
75 |
-
.form-button,
|
76 |
-
.form-button-alt { padding:1px 10px 0; }
|
77 |
-
|
78 |
-
#nav ul li { vertical-align:top; }
|
79 |
-
|
80 |
-
.one-page-checkout li.section { vertical-align:top; }
|
81 |
-
|
82 |
-
.product-options dd ul.options-list input.form-radio { margin-top:4px; }
|
83 |
-
.multi-address-checkout-box .box { zoom:1; }
|
84 |
-
.multi-address-checkout-box .legend { zoom:1; position:relative; margin-left:8px; }
|
85 |
-
.quick-access li { padding-right:4px; padding-left:6px;}
|
86 |
-
.home-spot { display:inline; }
|
87 |
-
.mini-related-items .product-details { margin-left:80px; }
|
88 |
-
.mini-related-items .product-images input { zoom:1; position:relative; margin:-4px 2px 0 -4px; }
|
89 |
-
.mini-related-items .product-images img { float:left; }
|
90 |
-
|
91 |
-
/* Clearer */
|
92 |
-
.clear { clear:both; font-size:0; line-height:0; height:0; visibility:hidden; overflow:hidden; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|