GSD_Easy_Ajax_Login - Version 1.0.3

Version Notes

Easy way to login without page reload. You can also choose forgot password option within the login form pop up. It is very fast and easy to understand.

Download this release

Release Info

Developer GS Dhunna
Extension GSD_Easy_Ajax_Login
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

Files changed (108) hide show
  1. app/code/local/GSD/AjaxLogin/Block/Login.php +11 -0
  2. app/code/local/GSD/AjaxLogin/Helper/Data.php +6 -0
  3. app/code/local/GSD/AjaxLogin/controllers/IndexController.php +114 -0
  4. app/code/local/GSD/AjaxLogin/etc/adminhtml.xml +23 -0
  5. app/code/local/GSD/AjaxLogin/etc/config.xml +57 -0
  6. app/code/local/GSD/AjaxLogin/etc/system.xml +40 -0
  7. app/design/frontend/base/default/layout/ajaxlogin.xml +17 -0
  8. app/design/frontend/base/default/template/ajaxlogin/login.phtml +144 -0
  9. app/etc/modules/GSD_AjaxLogin.xml +9 -0
  10. app/etc/modules/Infortis_Brands.xml +16 -0
  11. app/etc/modules/Infortis_CloudZoom.xml +16 -0
  12. app/etc/modules/Infortis_Ultimo.xml +16 -0
  13. app/etc/modules/Infortis_UltraSlideshow.xml +16 -0
  14. app/etc/modules/Mage_All.xml +401 -0
  15. app/etc/modules/Mage_Api.xml +38 -0
  16. app/etc/modules/Mage_Api2.xml +39 -0
  17. app/etc/modules/Mage_Authorizenet.xml +40 -0
  18. app/etc/modules/Mage_Bundle.xml +38 -0
  19. app/etc/modules/Mage_Captcha.xml +39 -0
  20. app/etc/modules/Mage_Centinel.xml +39 -0
  21. app/etc/modules/Mage_Compiler.xml +38 -0
  22. app/etc/modules/Mage_Connect.xml +36 -0
  23. app/etc/modules/Mage_CurrencySymbol.xml +38 -0
  24. app/etc/modules/Mage_Downloadable.xml +39 -0
  25. app/etc/modules/Mage_ImportExport.xml +38 -0
  26. app/etc/modules/Mage_Oauth.xml +38 -0
  27. app/etc/modules/Mage_PageCache.xml +38 -0
  28. app/etc/modules/Mage_Persistent.xml +39 -0
  29. app/etc/modules/Mage_Weee.xml +40 -0
  30. app/etc/modules/Mage_Widget.xml +38 -0
  31. app/etc/modules/Mage_XmlConnect.xml +49 -0
  32. app/etc/modules/Phoenix_Moneybookers.xml +29 -0
  33. package.xml +3 -3
  34. skin/frontend/base/default/css/ajaxlogin.css +26 -0
  35. skin/frontend/base/default/css/widgets.css +96 -0
  36. skin/frontend/base/default/images/calendar.gif +0 -0
  37. skin/frontend/base/default/images/catalog/product/placeholder/image.jpg +0 -0
  38. skin/frontend/base/default/images/catalog/product/placeholder/small_image.jpg +0 -0
  39. skin/frontend/base/default/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  40. skin/frontend/base/default/images/centinel/sc_learn_62x34.gif +0 -0
  41. skin/frontend/base/default/images/centinel/v_activate_steps.gif +0 -0
  42. skin/frontend/base/default/images/centinel/vbv_ltbg_71x57.gif +0 -0
  43. skin/frontend/base/default/images/cookies/firefox.png +0 -0
  44. skin/frontend/base/default/images/cookies/ie6-1.gif +0 -0
  45. skin/frontend/base/default/images/cookies/ie6-2.gif +0 -0
  46. skin/frontend/base/default/images/cookies/ie7-1.gif +0 -0
  47. skin/frontend/base/default/images/cookies/ie7-2.gif +0 -0
  48. skin/frontend/base/default/images/cookies/ie7-3.gif +0 -0
  49. skin/frontend/base/default/images/cookies/ie7-4.gif +0 -0
  50. skin/frontend/base/default/images/cookies/ie7-5.gif +0 -0
  51. skin/frontend/base/default/images/cookies/ie7-6.gif +0 -0
  52. skin/frontend/base/default/images/cookies/opera.png +0 -0
  53. skin/frontend/base/default/images/cvv.gif +0 -0
  54. skin/frontend/base/default/images/fam_book_open.png +0 -0
  55. skin/frontend/base/default/images/icon-close.png +0 -0
  56. skin/frontend/base/default/images/loader.gif +0 -0
  57. skin/frontend/base/default/images/moneybookers/banner_120_de.gif +0 -0
  58. skin/frontend/base/default/images/moneybookers/banner_120_de.png +0 -0
  59. skin/frontend/base/default/images/moneybookers/banner_120_dk.gif +0 -0
  60. skin/frontend/base/default/images/moneybookers/banner_120_fr.gif +0 -0
  61. skin/frontend/base/default/images/moneybookers/banner_120_fr.png +0 -0
  62. skin/frontend/base/default/images/moneybookers/banner_120_int.gif +0 -0
  63. skin/frontend/base/default/images/moneybookers/banner_120_int.png +0 -0
  64. skin/frontend/base/default/images/moneybookers/banner_120_pl.gif +0 -0
  65. skin/frontend/base/default/images/moneybookers/banner_120_pl.png +0 -0
  66. skin/frontend/base/default/images/moneybookers/banner_120_sp.gif +0 -0
  67. skin/frontend/base/default/images/moneybookers/banner_120_sp.png +0 -0
  68. skin/frontend/base/default/images/moneybookers/moneybookers_acc.png +0 -0
  69. skin/frontend/base/default/images/moneybookers/moneybookers_csi.gif +0 -0
  70. skin/frontend/base/default/images/moneybookers/moneybookers_did.gif +0 -0
  71. skin/frontend/base/default/images/moneybookers/moneybookers_dnk.gif +0 -0
  72. skin/frontend/base/default/images/moneybookers/moneybookers_ebt.gif +0 -0
  73. skin/frontend/base/default/images/moneybookers/moneybookers_ent.gif +0 -0
  74. skin/frontend/base/default/images/moneybookers/moneybookers_gcb.gif +0 -0
  75. skin/frontend/base/default/images/moneybookers/moneybookers_gir.gif +0 -0
  76. skin/frontend/base/default/images/moneybookers/moneybookers_idl.gif +0 -0
  77. skin/frontend/base/default/images/moneybookers/moneybookers_lsr.gif +0 -0
  78. skin/frontend/base/default/images/moneybookers/moneybookers_mae.gif +0 -0
  79. skin/frontend/base/default/images/moneybookers/moneybookers_npy.gif +0 -0
  80. skin/frontend/base/default/images/moneybookers/moneybookers_obt_de.png +0 -0
  81. skin/frontend/base/default/images/moneybookers/moneybookers_obt_dk.png +0 -0
  82. skin/frontend/base/default/images/moneybookers/moneybookers_obt_ee.png +0 -0
  83. skin/frontend/base/default/images/moneybookers/moneybookers_obt_en.png +0 -0
  84. skin/frontend/base/default/images/moneybookers/moneybookers_obt_fl.png +0 -0
  85. skin/frontend/base/default/images/moneybookers/moneybookers_obt_lt.png +0 -0
  86. skin/frontend/base/default/images/moneybookers/moneybookers_obt_lv.png +0 -0
  87. skin/frontend/base/default/images/moneybookers/moneybookers_obt_pl.png +0 -0
  88. skin/frontend/base/default/images/moneybookers/moneybookers_obt_se.png +0 -0
  89. skin/frontend/base/default/images/moneybookers/moneybookers_pli.gif +0 -0
  90. skin/frontend/base/default/images/moneybookers/moneybookers_psp.gif +0 -0
  91. skin/frontend/base/default/images/moneybookers/moneybookers_pwy.gif +0 -0
  92. skin/frontend/base/default/images/moneybookers/moneybookers_sft.gif +0 -0
  93. skin/frontend/base/default/images/moneybookers/moneybookers_so2.gif +0 -0
  94. skin/frontend/base/default/images/moneybookers/moneybookers_wlt.gif +0 -0
  95. skin/frontend/base/default/images/reload.png +0 -0
  96. skin/frontend/base/default/images/widgets/i_block-list.gif +0 -0
  97. skin/frontend/base/default/images/widgets/i_widget-link.gif +0 -0
  98. skin/frontend/base/default/images/widgets/i_widget-new.gif +0 -0
  99. skin/frontend/base/default/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  100. skin/frontend/base/default/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  101. skin/frontend/base/default/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  102. skin/frontend/base/default/images/xmlconnect/tab_account.png +0 -0
  103. skin/frontend/base/default/images/xmlconnect/tab_cart.png +0 -0
  104. skin/frontend/base/default/images/xmlconnect/tab_home.png +0 -0
  105. skin/frontend/base/default/images/xmlconnect/tab_more.png +0 -0
  106. skin/frontend/base/default/images/xmlconnect/tab_page.png +0 -0
  107. skin/frontend/base/default/images/xmlconnect/tab_search.png +0 -0
  108. skin/frontend/base/default/images/xmlconnect/tab_shop.png +0 -0
app/code/local/GSD/AjaxLogin/Block/Login.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class GSD_AjaxLogin_Block_Login extends Mage_Core_Block_Template
4
+ {
5
+ public function __construct(){
6
+ $this->setTemplate('ajaxlogin/login.phtml');
7
+ }
8
+ protected function _toHtml(){
9
+ return parent::_toHtml();
10
+ }
11
+ }
app/code/local/GSD/AjaxLogin/Helper/Data.php ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class GSD_AjaxLogin_Helper_Data extends Mage_Core_Helper_Abstract
4
+ {
5
+
6
+ }
app/code/local/GSD/AjaxLogin/controllers/IndexController.php ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class GSD_AjaxLogin_IndexController extends Mage_Core_Controller_Front_Action
4
+ {
5
+ public function loginPostAction(){
6
+ if ($this->getRequest()->isPost()) {
7
+
8
+ if($this->getRequest()->getParam('ajaxlogin_is_forgot_pwd')){
9
+ $this->_forward('forgotPasswordPost');
10
+ }
11
+
12
+ $session = Mage::getSingleton('customer/session');
13
+
14
+ $login = $this->getRequest()->getPost('login');
15
+
16
+ if (!empty($login['username']) && !empty($login['password'])) {
17
+ try {
18
+ $session->login($login['username'], $login['password']);
19
+ if($session->getCustomer()->getId()){
20
+ $result['success'] = true;
21
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
22
+ return;
23
+ }
24
+ } catch (Mage_Core_Exception $e) {
25
+ switch ($e->getCode()) {
26
+ case Mage_Customer_Model_Customer::EXCEPTION_EMAIL_NOT_CONFIRMED:
27
+ $message = Mage::helper('customer')->__('This account is not confirmed. <a href="%s">Click here</a> to resend confirmation email.', Mage::helper('customer')->getEmailConfirmationUrl($login['username']));
28
+ break;
29
+ case Mage_Customer_Model_Customer::EXCEPTION_INVALID_EMAIL_OR_PASSWORD:
30
+ $message = $e->getMessage();
31
+ break;
32
+ default:
33
+ $message = $e->getMessage();
34
+ }
35
+ $result['error'] = true;
36
+ $result['error_message'] = $message;
37
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
38
+ //$session->addError($message);
39
+ //$session->setUsername($login['username']);
40
+ return;
41
+ } catch (Exception $e) {
42
+ // Mage::logException($e); // PA DSS violation: this exception log can disclose customer password
43
+ }
44
+ } else {
45
+ //$session->addError($this->__('Login and password are required.'));
46
+ $result['error'] = true;
47
+ $result['error_message'] = $this->__('Login and password are required.');
48
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
49
+ }
50
+
51
+
52
+ }
53
+ }
54
+
55
+ public function forgotPasswordPostAction()
56
+ {
57
+ // $email = $this->getRequest()->getPost('email');
58
+ $login = $this->getRequest()->getPost('login');
59
+ $email = $login['username'];
60
+ $result['is_forgot_pwd'] = true;
61
+ if ($email) {
62
+ if (!Zend_Validate::is($email, 'EmailAddress')) {
63
+ $this->_getSession()->setForgottenEmail($email);
64
+ //$this->_getSession()->addError($this->__('Invalid email address.'));
65
+ $result['error'] = true;
66
+ $result['error_message'] = $this->__('Invalid email address.');
67
+ //$this->getResponse()->setRedirect(Mage::getUrl('*/*/forgotpassword'));
68
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
69
+ return;
70
+ }
71
+ $customer = Mage::getModel('customer/customer')
72
+ ->setWebsiteId(Mage::app()->getStore()->getWebsiteId())
73
+ ->loadByEmail($email);
74
+
75
+ if ($customer->getId()) {
76
+ try {
77
+ $newPassword = $customer->generatePassword();
78
+ $customer->changePassword($newPassword, false);
79
+ $customer->sendPasswordReminderEmail();
80
+
81
+ //$this->_getSession()->addSuccess($this->__('A new password has been sent.'));
82
+ $result['success'] = true;
83
+ $result['success_message'] = $this->__('A new password has been sent.');
84
+
85
+ //$this->getResponse()->setRedirect(Mage::getUrl('*/*'));
86
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
87
+ return;
88
+ }
89
+ catch (Exception $e){
90
+ $result['error'] = true;
91
+ $result['error_message'] = $e->getMessage();
92
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
93
+ //$this->_getSession()->addError($e->getMessage());
94
+ }
95
+ }
96
+ else {
97
+ $result['error'] = true;
98
+ $result['error_message'] = $this->__('This email address was not found in our records.');
99
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
100
+ // $this->_getSession()->addError($this->__('This email address was not found in our records.'));
101
+ // $this->_getSession()->setForgottenEmail($email);
102
+ }
103
+ } else {
104
+ $result['error'] = true;
105
+ $result['error_message'] = $this->__('Please enter your email.');
106
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($result));
107
+ // $this->_getSession()->addError($this->__('Please enter your email.'));
108
+ // $this->getResponse()->setRedirect(Mage::getUrl('*/*/forgotpassword'));
109
+ return;
110
+ }
111
+
112
+ //$this->getResponse()->setRedirect(Mage::getUrl('*/*/forgotpassword'));
113
+ }
114
+ }
app/code/local/GSD/AjaxLogin/etc/adminhtml.xml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <acl>
4
+ <resources>
5
+ <admin>
6
+ <children>
7
+ <system>
8
+ <children>
9
+ <config>
10
+ <children>
11
+ <ajaxlogin translate="title">
12
+ <title>Ajax Login</title>
13
+ <sort_order>40</sort_order>
14
+ </ajaxlogin>
15
+ </children>
16
+ </config>
17
+ </children>
18
+ </system>
19
+ </children>
20
+ </admin>
21
+ </resources>
22
+ </acl>
23
+ </config>
app/code/local/GSD/AjaxLogin/etc/config.xml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+
3
+ <config>
4
+ <modules>
5
+ <GSD_AjaxLogin>
6
+ <version>1.0.1</version>
7
+ </GSD_AjaxLogin>
8
+ </modules>
9
+
10
+ <global>
11
+ <blocks>
12
+ <ajaxlogin><class>GSD_AjaxLogin_Block</class></ajaxlogin>
13
+ </blocks>
14
+ <helpers>
15
+ <ajaxlogin><class>GSD_AjaxLogin_Helper</class></ajaxlogin>
16
+ </helpers>
17
+ </global>
18
+
19
+ <frontend>
20
+ <routers>
21
+ <ajaxlogin>
22
+ <use>standard</use>
23
+ <args>
24
+ <module>GSD_AjaxLogin</module>
25
+ <frontName>ajaxlogin</frontName>
26
+ </args>
27
+ </ajaxlogin>
28
+ </routers>
29
+ <layout>
30
+ <updates>
31
+ <ajaxlogin>
32
+ <file>ajaxlogin.xml</file>
33
+ </ajaxlogin>
34
+ </updates>
35
+ </layout>
36
+ </frontend>
37
+
38
+ <adminhtml>
39
+ <translate>
40
+ <modules>
41
+ <GSD_AjaxLogin>
42
+ <files>
43
+ <default>GSD_AjaxLogin.csv</default>
44
+ </files>
45
+ </GSD_AjaxLogin>
46
+ </modules>
47
+ </translate>
48
+ </adminhtml>
49
+
50
+ <default>
51
+ <ajaxlogin>
52
+ <basic_options>
53
+ <active>1</active>
54
+ </basic_options>
55
+ </ajaxlogin>
56
+ </default>
57
+ </config>
app/code/local/GSD/AjaxLogin/etc/system.xml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <tabs>
4
+ <gsd translate="label" module="ajaxlogin">
5
+ <label>GSD</label>
6
+ <sort_order>210</sort_order>
7
+ </gsd>
8
+ </tabs>
9
+ <sections>
10
+ <ajaxlogin translate="label" module="ajaxlogin">
11
+ <label>Ajax Login</label>
12
+ <tab>gsd</tab>
13
+ <frontend_type>text</frontend_type>
14
+ <sort_order>40</sort_order>
15
+ <show_in_default>1</show_in_default>
16
+ <show_in_website>1</show_in_website>
17
+ <show_in_store>1</show_in_store>
18
+ <groups>
19
+ <basic_options translate="label">
20
+ <label>General Settings</label>
21
+ <sort_order>1</sort_order>
22
+ <show_in_default>1</show_in_default>
23
+ <show_in_website>1</show_in_website>
24
+ <show_in_store>1</show_in_store>
25
+ <fields>
26
+ <active translate="label">
27
+ <label>Enabled</label>
28
+ <frontend_type>select</frontend_type>
29
+ <source_model>adminhtml/system_config_source_yesno</source_model>
30
+ <sort_order>10</sort_order>
31
+ <show_in_default>1</show_in_default>
32
+ <show_in_website>1</show_in_website>
33
+ <show_in_store>1</show_in_store>
34
+ </active>
35
+ </fields>
36
+ </basic_options>
37
+ </groups>
38
+ </ajaxlogin>
39
+ </sections>
40
+ </config>
app/design/frontend/base/default/layout/ajaxlogin.xml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <layout version="0.1.0">
3
+
4
+ <default>
5
+ <reference name="head">
6
+ <action ifconfig="ajaxlogin/basic_options/active" method="addCss"><stylesheet>css/ajaxlogin.css</stylesheet></action>
7
+ </reference>
8
+ </default>
9
+
10
+ <customer_logged_out>
11
+ <reference name="top.links">
12
+ <action ifconfig="ajaxlogin/basic_options/active" method="removeLinkByUrl"><url helper="customer/getLoginUrl"/></action>
13
+ <block type="ajaxlogin/login" name="ajaxlogin_login"/>
14
+ <action ifconfig="ajaxlogin/basic_options/active" method="addLinkBlock"><blockName>ajaxlogin_login</blockName></action>
15
+ </reference>
16
+ </customer_logged_out>
17
+ </layout>
app/design/frontend/base/default/template/ajaxlogin/login.phtml ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <li class="main_li"><a class="" title="" href="javascript:;" onClick="openLogin()"><?php echo $this->__("Log In") ?></a>
2
+ <div id="dullDiv"></div>
3
+ <ul id="loginPopupDiv" class="popup">
4
+ <li>
5
+ <div class="login-form">
6
+ <div id="ajaxlogin_close_icon" onclick="AjaxLoginForm.hideLoginContainer()">&nbsp;</div>
7
+ <div id="ajaxlogin_form_message"></div>
8
+ <form id="ajaxlogin_form" action="<?php echo $this->getUrl('ajaxlogin/index/loginPost') ?>" method="post">
9
+ <ul class="form-list">
10
+ <li class="wide">
11
+ <label class="required" for="billing:email"><em>*</em><?php echo $this->__('Email Address') ?></label>
12
+ <div class="input-box">
13
+ <input type="text" autocomplete="off" class="input-text required-entry validate-email" value="" id="login:email" name="login[username]" title="<?php echo $this->__('Email Address') ?>">
14
+ </div>
15
+ </li>
16
+ <li class="wide" id="ajaxlogin_form_pwd">
17
+ <label class="required" for="billing:password"><em>*</em><?php echo $this->__('Password') ?></label>
18
+ <div class="input-box">
19
+ <input type="password" autocomplete="off" class="input-text required-entry validate-password" value="" id="login:password" name="login[password]" title="<?php echo $this->__('Password') ?>" />
20
+ </div>
21
+ </li>
22
+ <li class="buttons ajaxlogin_actions">
23
+ <button id="ajaxlogin_button_send" name="ajaxlogin_button_send" title="<?php echo $this->__('Login') ?>" class="button ajaxlogin_button ajaxlogin_actions" type="button" onclick="AjaxLoginForm.submit(this)"><span><span><?php echo $this->__("Login") ?></span></span></button>
24
+ <a id="ajaxlogin_forgot_pwd_link" class="ajaxlogin_actions" href="javascript:AjaxLoginForm.showForgotPwdForm('ajaxlogin_form_pwd', 'ajaxlogin_is_forgot_pwd')"><?php echo $this->__('Forgot Password') ?></a>
25
+ </li>
26
+ <li class="buttons ajaxlogin_forgot_pwd_actions" style="display:none;">
27
+ <button id="ajaxlogin_button_forgot_pwd" name="ajaxlogin_button_forgot_pwd" title="<?php echo $this->__("Forgot Password") ?>" class="button ajaxlogin_button ajaxlogin_forgot_pwd_actions" type="button" onclick="AjaxLoginForm.submit(this)"><span><span><?php echo $this->__("Forgot Password") ?></span></span></button>
28
+ <a id="ajaxlogin_link" class="ajaxlogin_forgot_pwd_actions"
29
+ href="javascript:AjaxLoginForm.showLoginForm('ajaxlogin_form_pwd', 'ajaxlogin_is_forgot_pwd')"><?php echo $this->__('Login') ?></a>
30
+
31
+ </li>
32
+ </ul>
33
+ <input type="hidden" name="ajaxlogin_is_forgot_pwd" id="ajaxlogin_is_forgot_pwd" value="0" />
34
+ </form>
35
+ </div>
36
+ </li>
37
+ </ul>
38
+ </li>
39
+
40
+ <script type="text/javascript">
41
+ var AjaxLoginForm = new VarienForm("ajaxlogin_form");
42
+ AjaxLoginForm.submit = function(button){
43
+ if (this.validator.validate()) {
44
+ // show ajax image
45
+ // button.insert({"after":osc_ajax_loading_small});
46
+ AjaxLoginForm.hideLoader();
47
+ AjaxLoginForm.insertLoader(button);
48
+
49
+ $("ajaxlogin_form").request({
50
+ onSuccess: function(transport) {
51
+ var json = transport.responseText.evalJSON();
52
+
53
+ if(json.is_forgot_pwd){
54
+ if(json.success){
55
+ $("ajaxlogin_form_message").update("<span style='color:green;font-weight:bold'>"+json.success_message+"</span>");
56
+ $("ajaxlogin_form_message").show();
57
+ }
58
+ if(json.error){
59
+ $("ajaxlogin_form_message").update("<span style='color:red;font-weight:bold'>"+json.error_message+"</span>");
60
+ $("ajaxlogin_form_message").show();
61
+ }
62
+ }else{
63
+ if(json.success){
64
+ window.location.reload();
65
+ }
66
+ if(json.error){
67
+ $("ajaxlogin_form_message").update("<span style='color:red;font-weight:bold'>"+json.error_message+"</span>");
68
+ $("ajaxlogin_form_message").show();
69
+ }
70
+ }
71
+ AjaxLoginForm.hideLoader();
72
+ setTimeout("AjaxLoginForm.hideResponseMessage()", 5000);
73
+ }
74
+ });
75
+
76
+ }
77
+ }.bind(AjaxLoginForm);
78
+
79
+ AjaxLoginLoader = "<div class='ajax_login_loader'>&nbsp;</div>";
80
+ AjaxLoginForm.insertLoader = function(element){
81
+ // show ajax image
82
+ element.insert({"after":AjaxLoginLoader});
83
+ }
84
+
85
+ AjaxLoginForm.hideLoader = function(){
86
+ $$(".ajax_login_loader").each(function(elem){
87
+ elem.remove();
88
+ });
89
+ }
90
+
91
+ AjaxLoginForm.showForgotPwdForm = function(pwdFieldId, forgotPwdFlagFieldId){
92
+ $(pwdFieldId).toggle( "blind" );
93
+ $(forgotPwdFlagFieldId).value = 1;
94
+
95
+ $$("li.ajaxlogin_forgot_pwd_actions").each(function(elem){
96
+ elem.toggle( "blind" );
97
+ });
98
+
99
+ $$("li.ajaxlogin_actions").each(function(elem){
100
+ elem.toggle( "blind" );
101
+ });
102
+ }
103
+
104
+ AjaxLoginForm.showLoginForm = function(pwdFieldId, forgotPwdFlagFieldId){
105
+ $(pwdFieldId).toggle( "blind" );
106
+ $(forgotPwdFlagFieldId).value = 0;
107
+
108
+ $$("li.ajaxlogin_actions").each(function(elem){
109
+ elem.toggle( "blind" );
110
+ });
111
+
112
+ $$("li.ajaxlogin_forgot_pwd_actions").each(function(elem){
113
+ elem.toggle( "blind" );
114
+ });
115
+ }
116
+ AjaxLoginForm.hideLoginContainer = function(){
117
+ $$('ul.popup').each(function(containerEl){
118
+ containerEl.style.display = "none";
119
+ document.getElementById("dullDiv").style.display = "none";
120
+ });
121
+ }
122
+
123
+ AjaxLoginForm.hideResponseMessage = function(){
124
+ $('ajaxlogin_form_message').toggle( "blind" );
125
+ setTimeout("$('ajaxlogin_form_message').innerHTML = '';", 3000);
126
+ }
127
+ $$('ul.popup').each(function(containerEl){
128
+ containerEl.style.display = "none";
129
+ });
130
+
131
+ function openLogin(){
132
+ document.getElementById("dullDiv").style.display = "block";
133
+ setDivPosition('loginPopupDiv');
134
+ }
135
+ function setDivPosition(divId){ // USED TO SET POSITION OF DIV
136
+ var DivShowed = document.getElementById(divId)
137
+ var scrollTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop
138
+ var myHeight = window.innerHeight ? window.innerHeight : (document.documentElement.clientHeight ? document.documentElement.clientHeight : (document.body.clientHeight ? document.body.clientHeight : 0))
139
+ var clientWid = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth;
140
+ DivShowed.style.left = ((clientWid-DivShowed.offsetWidth)/2)+'px';
141
+ DivShowed.style.top = ((parseInt(myHeight) - DivShowed.offsetHeight)/2)+'px';
142
+ document.getElementById(divId).style.display = "block";
143
+ }
144
+ </script>
app/etc/modules/GSD_AjaxLogin.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <GSD_AjaxLogin>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ </GSD_AjaxLogin>
8
+ </modules>
9
+ </config>
app/etc/modules/Infortis_Brands.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category Infortis
5
+ * @package Infortis_Brands
6
+ * @author Infortis
7
+ */
8
+ -->
9
+ <config>
10
+ <modules>
11
+ <Infortis_Brands>
12
+ <active>true</active>
13
+ <codePool>local</codePool>
14
+ </Infortis_Brands>
15
+ </modules>
16
+ </config>
app/etc/modules/Infortis_CloudZoom.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category Infortis
5
+ * @package Infortis_CloudZoom
6
+ * @author Infortis
7
+ */
8
+ -->
9
+ <config>
10
+ <modules>
11
+ <Infortis_CloudZoom>
12
+ <active>true</active>
13
+ <codePool>local</codePool>
14
+ </Infortis_CloudZoom>
15
+ </modules>
16
+ </config>
app/etc/modules/Infortis_Ultimo.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category Infortis
5
+ * @package Infortis_Ultimo
6
+ * @author Infortis
7
+ */
8
+ -->
9
+ <config>
10
+ <modules>
11
+ <Infortis_Ultimo>
12
+ <active>true</active>
13
+ <codePool>local</codePool>
14
+ </Infortis_Ultimo>
15
+ </modules>
16
+ </config>
app/etc/modules/Infortis_UltraSlideshow.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category Infortis
5
+ * @package Infortis_UltraSlideshow
6
+ * @author Infortis
7
+ */
8
+ -->
9
+ <config>
10
+ <modules>
11
+ <Infortis_UltraSlideshow>
12
+ <active>true</active>
13
+ <codePool>local</codePool>
14
+ </Infortis_UltraSlideshow>
15
+ </modules>
16
+ </config>
app/etc/modules/Mage_All.xml ADDED
@@ -0,0 +1,401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Core
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Core>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ </Mage_Core>
34
+ <Mage_Eav>
35
+ <active>true</active>
36
+ <codePool>core</codePool>
37
+ <depends>
38
+ <Mage_Core/>
39
+ </depends>
40
+ </Mage_Eav>
41
+ <Mage_Page>
42
+ <active>true</active>
43
+ <codePool>core</codePool>
44
+ <depends>
45
+ <Mage_Core/>
46
+ </depends>
47
+ </Mage_Page>
48
+ <Mage_Install>
49
+ <active>true</active>
50
+ <codePool>core</codePool>
51
+ <depends>
52
+ <Mage_Core/>
53
+ </depends>
54
+ </Mage_Install>
55
+ <Mage_Admin>
56
+ <active>true</active>
57
+ <codePool>core</codePool>
58
+ <depends>
59
+ <Mage_Core/>
60
+ </depends>
61
+ </Mage_Admin>
62
+ <Mage_Rule>
63
+ <active>true</active>
64
+ <codePool>core</codePool>
65
+ <depends>
66
+ <Mage_Core/>
67
+ </depends>
68
+ </Mage_Rule>
69
+ <Mage_Adminhtml>
70
+ <active>true</active>
71
+ <codePool>core</codePool>
72
+ <depends>
73
+ <Mage_Admin/>
74
+ </depends>
75
+ </Mage_Adminhtml>
76
+ <Mage_AdminNotification>
77
+ <active>true</active>
78
+ <codePool>core</codePool>
79
+ <depends>
80
+ <Mage_Core/>
81
+ <Mage_Adminhtml/>
82
+ </depends>
83
+ </Mage_AdminNotification>
84
+ <Mage_Cron>
85
+ <active>true</active>
86
+ <codePool>core</codePool>
87
+ <depends>
88
+ <Mage_Core/>
89
+ </depends>
90
+ </Mage_Cron>
91
+ <Mage_Directory>
92
+ <active>true</active>
93
+ <codePool>core</codePool>
94
+ <depends>
95
+ <Mage_Core/>
96
+ </depends>
97
+ </Mage_Directory>
98
+ <Mage_Customer>
99
+ <active>true</active>
100
+ <codePool>core</codePool>
101
+ <depends>
102
+ <Mage_Eav/>
103
+ <Mage_Dataflow/>
104
+ <Mage_Directory/>
105
+ </depends>
106
+ </Mage_Customer>
107
+ <Mage_Catalog>
108
+ <active>true</active>
109
+ <codePool>core</codePool>
110
+ <depends>
111
+ <Mage_Eav/>
112
+ <Mage_Dataflow/>
113
+ <Mage_Cms/>
114
+ <Mage_Index/>
115
+ </depends>
116
+ </Mage_Catalog>
117
+ <Mage_CatalogRule>
118
+ <active>true</active>
119
+ <codePool>core</codePool>
120
+ <depends>
121
+ <Mage_Rule/>
122
+ <Mage_Catalog/>
123
+ <Mage_Customer/>
124
+ </depends>
125
+ </Mage_CatalogRule>
126
+ <Mage_CatalogIndex>
127
+ <active>true</active>
128
+ <codePool>core</codePool>
129
+ <depends>
130
+ <Mage_Catalog/>
131
+ <Mage_Eav/>
132
+ <Mage_CatalogRule/>
133
+ </depends>
134
+ </Mage_CatalogIndex>
135
+ <Mage_CatalogSearch>
136
+ <active>true</active>
137
+ <codePool>core</codePool>
138
+ <depends>
139
+ <Mage_Catalog/>
140
+ </depends>
141
+ </Mage_CatalogSearch>
142
+ <Mage_Sales>
143
+ <active>true</active>
144
+ <codePool>core</codePool>
145
+ <depends>
146
+ <Mage_Rule/>
147
+ <Mage_Catalog/>
148
+ <Mage_Customer/>
149
+ <Mage_Payment/>
150
+ </depends>
151
+ </Mage_Sales>
152
+ <Mage_SalesRule>
153
+ <active>true</active>
154
+ <codePool>core</codePool>
155
+ <depends>
156
+ <Mage_Rule/>
157
+ <Mage_Catalog/>
158
+ <Mage_Sales/>
159
+ </depends>
160
+ </Mage_SalesRule>
161
+ <Mage_Checkout>
162
+ <active>true</active>
163
+ <codePool>core</codePool>
164
+ <depends>
165
+ <Mage_Sales/>
166
+ <Mage_CatalogInventory/>
167
+ </depends>
168
+ </Mage_Checkout>
169
+ <Mage_Shipping>
170
+ <active>true</active>
171
+ <codePool>core</codePool>
172
+ <depends>
173
+ <Mage_Core/>
174
+ <Mage_Catalog/>
175
+ </depends>
176
+ </Mage_Shipping>
177
+ <Mage_Payment>
178
+ <active>true</active>
179
+ <codePool>core</codePool>
180
+ <depends>
181
+ <Mage_Core/>
182
+ <Mage_Catalog/>
183
+ </depends>
184
+ </Mage_Payment>
185
+ <Mage_Usa>
186
+ <active>true</active>
187
+ <codePool>core</codePool>
188
+ <depends>
189
+ <Mage_Sales/>
190
+ <Mage_Shipping/>
191
+ </depends>
192
+ </Mage_Usa>
193
+ <Mage_Paygate>
194
+ <active>true</active>
195
+ <codePool>core</codePool>
196
+ <depends>
197
+ <Mage_Payment/>
198
+ </depends>
199
+ </Mage_Paygate>
200
+ <Mage_Paypal>
201
+ <active>true</active>
202
+ <codePool>core</codePool>
203
+ <depends>
204
+ <Mage_Paygate/>
205
+ <Mage_Checkout/>
206
+ <Mage_Sales/>
207
+ </depends>
208
+ </Mage_Paypal>
209
+ <Mage_PaypalUk>
210
+ <active>true</active>
211
+ <codePool>core</codePool>
212
+ <depends>
213
+ <Mage_Paygate/>
214
+ <Mage_Checkout/>
215
+ <Mage_Sales/>
216
+ <Mage_Paypal/>
217
+ </depends>
218
+ </Mage_PaypalUk>
219
+ <Mage_GoogleCheckout>
220
+ <active>true</active>
221
+ <codePool>core</codePool>
222
+ <depends>
223
+ <Mage_Sales/>
224
+ <Mage_Payment/>
225
+ <Mage_Usa/>
226
+ </depends>
227
+ </Mage_GoogleCheckout>
228
+ <Mage_Log>
229
+ <active>true</active>
230
+ <codePool>core</codePool>
231
+ <depends>
232
+ <Mage_Core/>
233
+ <Mage_Customer/>
234
+ </depends>
235
+ </Mage_Log>
236
+ <Mage_Backup>
237
+ <active>true</active>
238
+ <codePool>core</codePool>
239
+ <depends>
240
+ <Mage_Core/>
241
+ </depends>
242
+ </Mage_Backup>
243
+ <Mage_Poll>
244
+ <active>true</active>
245
+ <codePool>core</codePool>
246
+ <depends>
247
+ <Mage_Core/>
248
+ <Mage_Cms/>
249
+ </depends>
250
+ </Mage_Poll>
251
+ <Mage_Rating>
252
+ <active>true</active>
253
+ <codePool>core</codePool>
254
+ <depends>
255
+ <Mage_Core/>
256
+ <Mage_Review/>
257
+ </depends>
258
+ </Mage_Rating>
259
+ <Mage_Review>
260
+ <active>true</active>
261
+ <codePool>core</codePool>
262
+ <depends>
263
+ <Mage_Catalog/>
264
+ <Mage_Core/>
265
+ </depends>
266
+ </Mage_Review>
267
+ <Mage_Tag>
268
+ <active>true</active>
269
+ <codePool>core</codePool>
270
+ <depends>
271
+ <Mage_Catalog/>
272
+ </depends>
273
+ </Mage_Tag>
274
+ <Mage_Cms>
275
+ <active>true</active>
276
+ <codePool>core</codePool>
277
+ <depends>
278
+ <Mage_Core/>
279
+ </depends>
280
+ </Mage_Cms>
281
+ <Mage_Reports>
282
+ <active>true</active>
283
+ <codePool>core</codePool>
284
+ <depends>
285
+ <Mage_Customer/>
286
+ <Mage_Catalog/>
287
+ <Mage_Sales/>
288
+ <Mage_Cms/>
289
+ </depends>
290
+ </Mage_Reports>
291
+ <Mage_Newsletter>
292
+ <active>true</active>
293
+ <codePool>core</codePool>
294
+ <depends>
295
+ <Mage_Core/>
296
+ <Mage_Customer/>
297
+ <Mage_Eav/>
298
+ <Mage_Widget/>
299
+ </depends>
300
+ </Mage_Newsletter>
301
+ <Mage_Tax>
302
+ <active>true</active>
303
+ <codePool>core</codePool>
304
+ <depends>
305
+ <Mage_Catalog/>
306
+ <Mage_Customer/>
307
+ </depends>
308
+ </Mage_Tax>
309
+ <Mage_Wishlist>
310
+ <active>true</active>
311
+ <codePool>core</codePool>
312
+ <depends>
313
+ <Mage_Customer/>
314
+ <Mage_Catalog/>
315
+ </depends>
316
+ </Mage_Wishlist>
317
+ <Mage_GoogleAnalytics>
318
+ <active>true</active>
319
+ <codePool>core</codePool>
320
+ <depends>
321
+ <Mage_Core/>
322
+ </depends>
323
+ </Mage_GoogleAnalytics>
324
+ <Mage_CatalogInventory>
325
+ <active>true</active>
326
+ <codePool>core</codePool>
327
+ <depends>
328
+ <Mage_Catalog/>
329
+ </depends>
330
+ </Mage_CatalogInventory>
331
+ <Mage_GiftMessage>
332
+ <active>true</active>
333
+ <codePool>core</codePool>
334
+ <depends>
335
+ <Mage_Catalog/>
336
+ <Mage_Sales/>
337
+ </depends>
338
+ </Mage_GiftMessage>
339
+ <Mage_Sendfriend>
340
+ <active>true</active>
341
+ <codePool>core</codePool>
342
+ <depends>
343
+ <Mage_Catalog/>
344
+ </depends>
345
+ </Mage_Sendfriend>
346
+ <Mage_Media>
347
+ <active>true</active>
348
+ <codePool>core</codePool>
349
+ <depends>
350
+ <Mage_Core/>
351
+ </depends>
352
+ </Mage_Media>
353
+ <Mage_Sitemap>
354
+ <active>true</active>
355
+ <codePool>core</codePool>
356
+ <depends>
357
+ <Mage_Catalog/>
358
+ </depends>
359
+ </Mage_Sitemap>
360
+ <Mage_Contacts>
361
+ <active>true</active>
362
+ <codePool>core</codePool>
363
+ <depends>
364
+ <Mage_Core/>
365
+ </depends>
366
+ </Mage_Contacts>
367
+ <Mage_Dataflow>
368
+ <active>true</active>
369
+ <codePool>core</codePool>
370
+ <depends>
371
+ <Mage_Core/>
372
+ </depends>
373
+ </Mage_Dataflow>
374
+ <Mage_Rss>
375
+ <active>true</active>
376
+ <codePool>core</codePool>
377
+ <depends>
378
+ <Mage_Catalog/>
379
+ <Mage_CatalogInventory/>
380
+ <Mage_Sales/>
381
+ <Mage_SalesRule/>
382
+ <Mage_Wishlist/>
383
+ </depends>
384
+ </Mage_Rss>
385
+ <Mage_ProductAlert>
386
+ <active>true</active>
387
+ <codePool>core</codePool>
388
+ <depends>
389
+ <Mage_Catalog/>
390
+ <Mage_Customer/>
391
+ </depends>
392
+ </Mage_ProductAlert>
393
+ <Mage_Index>
394
+ <active>true</active>
395
+ <codePool>core</codePool>
396
+ <depends>
397
+ <Mage_Core/>
398
+ </depends>
399
+ </Mage_Index>
400
+ </modules>
401
+ </config>
app/etc/modules/Mage_Api.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Api
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Api>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Core />
35
+ </depends>
36
+ </Mage_Api>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_Api2.xml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Api2
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Api2>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Core />
35
+ <Mage_Oauth />
36
+ </depends>
37
+ </Mage_Api2>
38
+ </modules>
39
+ </config>
app/etc/modules/Mage_Authorizenet.xml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Authorizenet
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Authorizenet>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Paygate/>
35
+ <Mage_Sales/>
36
+ <Mage_Checkout/>
37
+ </depends>
38
+ </Mage_Authorizenet>
39
+ </modules>
40
+ </config>
app/etc/modules/Mage_Bundle.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Bundle
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Bundle>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Catalog />
35
+ </depends>
36
+ </Mage_Bundle>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_Captcha.xml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Captcha
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Captcha>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Customer />
35
+ <Mage_Adminhtml />
36
+ </depends>
37
+ </Mage_Captcha>
38
+ </modules>
39
+ </config>
app/etc/modules/Mage_Centinel.xml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Centinel
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Centinel>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Payment/>
35
+ <Mage_Checkout/>
36
+ </depends>
37
+ </Mage_Centinel>
38
+ </modules>
39
+ </config>
app/etc/modules/Mage_Compiler.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Compiler
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Compiler>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Core />
35
+ </depends>
36
+ </Mage_Compiler>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_Connect.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Connect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Connect>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends />
34
+ </Mage_Connect>
35
+ </modules>
36
+ </config>
app/etc/modules/Mage_CurrencySymbol.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_CurrencySymbol
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_CurrencySymbol>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Widget/>
35
+ </depends>
36
+ </Mage_CurrencySymbol>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_Downloadable.xml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Downloadable
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Downloadable>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Catalog />
35
+ <!--<Mage_Sales />-->
36
+ </depends>
37
+ </Mage_Downloadable>
38
+ </modules>
39
+ </config>
app/etc/modules/Mage_ImportExport.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_ImportExport
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_ImportExport>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Catalog/>
35
+ </depends>
36
+ </Mage_ImportExport>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_Oauth.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Oauth
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Oauth>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Core/>
35
+ </depends>
36
+ </Mage_Oauth>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_PageCache.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_PageCache
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_PageCache>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Core/>
35
+ </depends>
36
+ </Mage_PageCache>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_Persistent.xml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Persistent
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Persistent>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Adminhtml />
35
+ <Mage_Checkout />
36
+ </depends>
37
+ </Mage_Persistent>
38
+ </modules>
39
+ </config>
app/etc/modules/Mage_Weee.xml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Weee
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Weee>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Catalog />
35
+ <Mage_Tax />
36
+ <Mage_Sales />
37
+ </depends>
38
+ </Mage_Weee>
39
+ </modules>
40
+ </config>
app/etc/modules/Mage_Widget.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_Widget
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_Widget>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Cms />
35
+ </depends>
36
+ </Mage_Widget>
37
+ </modules>
38
+ </config>
app/etc/modules/Mage_XmlConnect.xml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Mage
23
+ * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <Mage_XmlConnect>
31
+ <active>true</active>
32
+ <codePool>core</codePool>
33
+ <depends>
34
+ <Mage_Checkout />
35
+ <Mage_Paypal />
36
+ <Mage_Usa />
37
+ <Mage_Tax />
38
+ <Mage_Weee />
39
+ <Mage_Catalog />
40
+ <Mage_CatalogSearch />
41
+ <Mage_CatalogInventory />
42
+ <Mage_Bundle />
43
+ <Mage_Wishlist />
44
+ <Mage_Rating />
45
+ <Mage_Review />
46
+ </depends>
47
+ </Mage_XmlConnect>
48
+ </modules>
49
+ </config>
app/etc/modules/Phoenix_Moneybookers.xml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * @category Phoenix
17
+ * @package Phoenix_Moneybookers
18
+ * @copyright Copyright (c) 2012 Phoenix Medien GmbH & Co. KG (http://www.phoenix-medien.de)
19
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ */
21
+ -->
22
+ <config>
23
+ <modules>
24
+ <Phoenix_Moneybookers>
25
+ <active>true</active>
26
+ <codePool>community</codePool>
27
+ </Phoenix_Moneybookers>
28
+ </modules>
29
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSD_Easy_Ajax_Login</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
@@ -19,8 +19,8 @@ Benefits&#xD;
19
  </notes>
20
  <authors><author><name>GS Dhunna</name><user>gsdhunna</user><email>gurjit035@gmail.com</email></author></authors>
21
  <date>2014-03-24</date>
22
- <time>07:33:27</time>
23
- <contents><target name="magelocal"><dir name="app"><dir name="code"><dir name="local"><dir name="GSD"><dir name="AjaxLogin"><dir name="Helper"><file name="Data.php" hash=""/></dir><dir name="etc"><file name="system.xml" hash=""/><file name="config.xml" hash=""/><file name="adminhtml.xml" hash=""/></dir><dir name="controllers"><file name="IndexController.php" hash=""/></dir><dir name="Block"><file name="Login.php" hash=""/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ajaxlogin.xml" hash=""/></dir><dir name="template"><dir name="ajaxlogin"><file name="login.phtml" hash=""/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="app"><dir name="etc"><dir name="modules"><file name="GSD_AjaxLogin.xml" hash=""/></dir></dir></dir></target><target name="mageskin"><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="loader.gif" hash=""/><file name="icon-close.png" hash=""/></dir><dir name="css"><file name="ajaxlogin.css" hash=""/></dir></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>GSD_Easy_Ajax_Login</name><channel>local</channel><min>1.0</min><max>2.0</max></package><extension><name>Core</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSD_Easy_Ajax_Login</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
19
  </notes>
20
  <authors><author><name>GS Dhunna</name><user>gsdhunna</user><email>gurjit035@gmail.com</email></author></authors>
21
  <date>2014-03-24</date>
22
+ <time>07:41:25</time>
23
+ <contents><target name="magelocal"><dir name="GSD"><dir name="AjaxLogin"><dir name="Helper"><file name="Data.php" hash="aa40df972cd3f4b4eceb28b906459e75"/><file name="Data.php" hash="aa40df972cd3f4b4eceb28b906459e75"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f746c43d8d4742f1cdb30daef67a197"/><file name="config.xml" hash="0eb7f9b3466ec44e720e41c1ed20bf01"/><file name="system.xml" hash="8b10c51e46e3b89540989639f4b42c14"/><file name="system.xml" hash="8b10c51e46e3b89540989639f4b42c14"/><file name="config.xml" hash="0eb7f9b3466ec44e720e41c1ed20bf01"/><file name="adminhtml.xml" hash="3f746c43d8d4742f1cdb30daef67a197"/></dir><dir name="controllers"><file name="IndexController.php" hash="79019039dc3789a51ec871757d930c67"/><file name="IndexController.php" hash="79019039dc3789a51ec871757d930c67"/></dir><dir name="Block"><file name="Login.php" hash="533adb9f55864b8928ee545a9c96e89f"/><file name="Login.php" hash="533adb9f55864b8928ee545a9c96e89f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ajaxlogin.xml" hash="37dc026ba8cf85e09923130522cc90ad"/></dir><dir name="template"><dir name="ajaxlogin"><file name="login.phtml" hash="61f43bd133ce73f81a1a33caef007f1e"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GSD_AjaxLogin.xml" hash="16c6fefa237a88565574feabe28911c4"/><file name="Infortis_Brands.xml" hash="8422a13852d6495e67ccf1c60d1bfb08"/><file name="Infortis_CloudZoom.xml" hash="a3ca42014c364da03c53c2d3ff345185"/><file name="Infortis_Ultimo.xml" hash="ffb7af66c451707370e96d7e99069642"/><file name="Infortis_UltraSlideshow.xml" hash="1c5ca192eb9edab69ad838bc93a9b471"/><file name="Mage_All.xml" hash="c7e565cbf0f7d8c23632fe53b20ea5f1"/><file name="Mage_Api.xml" hash="1ccfdaf5da9fc0a1a5b1ba2884d002f0"/><file name="Mage_Api2.xml" hash="091cfd7a676009bae1fd6910ba62c9db"/><file name="Mage_Authorizenet.xml" hash="92783f2d372685fe1be6b8481fe4f256"/><file name="Mage_Bundle.xml" hash="ef8c0b59e5e40ffec259cc4bacafd529"/><file name="Mage_Captcha.xml" hash="1146d8747598d59ccc59cf91199294c6"/><file name="Mage_Centinel.xml" hash="383a4595e11a0bc3c8b5b1217f81fd10"/><file name="Mage_Compiler.xml" hash="479d2097705e618aeaa68390fcac2774"/><file name="Mage_Connect.xml" hash="9d49380c1936fa5b912d964a6aa53688"/><file name="Mage_CurrencySymbol.xml" hash="9ab962cbdb0189446ab5edb05450517a"/><file name="Mage_Downloadable.xml" hash="636d3d007abe288ea27d24e35cacac13"/><file name="Mage_ImportExport.xml" hash="7b98560049d0a0c19516dd6c7aecba8a"/><file name="Mage_Oauth.xml" hash="4d324a63d05002a251978adedb8a5594"/><file name="Mage_PageCache.xml" hash="3539dd54faa22dc50b558cd5cc4634dd"/><file name="Mage_Persistent.xml" hash="9cb87c217c3d462f7a9858b1c60fd19e"/><file name="Mage_Weee.xml" hash="0bc1f3ebdc9b6b85166a03b31d2ed09a"/><file name="Mage_Widget.xml" hash="15d52f9e84449a97c4bbc965daba153f"/><file name="Mage_XmlConnect.xml" hash="c6176612e733ca95ee95780cd8afde50"/><file name="Phoenix_Moneybookers.xml" hash="59d5246e2db42680074697dc09c55d57"/><file name="GSD_AjaxLogin.xml" hash="16c6fefa237a88565574feabe28911c4"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><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="centinel"><file name="sc_learn_62x34.gif" hash="059ec6c3eecea97b3f70a2e2d6ceb911"/><file name="v_activate_steps.gif" hash="005312b14c6aed41e8a47c4acaac7c1a"/><file name="vbv_ltbg_71x57.gif" hash="2b0bcd07251fcaafd46e7ce77ba821a9"/></dir><dir name="cookies"><file name="firefox.png" hash="425e1b2ddc38c0bba431fb54357c66a4"/><file name="ie6-1.gif" hash="5c27700e245762bc89ed8c3ee7183f21"/><file name="ie6-2.gif" hash="d8c55e15e1f711e5c259300a9c19551b"/><file name="ie7-1.gif" hash="d61edcc8a514a3c81ea116b7d38ddcb6"/><file name="ie7-2.gif" hash="0526a654e94c54866cad977c0a47d3e5"/><file name="ie7-3.gif" hash="4fb142def3f6cfd8d8d23e1315528a1e"/><file name="ie7-4.gif" hash="575c276231c6a91e28935ec98215e146"/><file name="ie7-5.gif" hash="3ae5fcc11fe89da91674d183872337c1"/><file name="ie7-6.gif" hash="95a4981a41785a8cde273c9b2edbfbc7"/><file name="opera.png" hash="34070d92180d4ee0e37b1dd8bb731cd7"/></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon-close.png" hash="6701153ef3e30addce58dc9d0db052d5"/><file name="loader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><dir name="moneybookers"><file name="banner_120_de.gif" hash="74815117bf378543e5b3496bb5bc4e8a"/><file name="banner_120_de.png" hash="6c3f708fcb6dac92e53472d4c2246c68"/><file name="banner_120_dk.gif" hash="2106bd994d188d40474bf2a2e8d62a8d"/><file name="banner_120_fr.gif" hash="a84241eef7bc38fb38567e7aa8ca245a"/><file name="banner_120_fr.png" hash="8994d1dc3b4f5c9e5efc67ce3f9f55a9"/><file name="banner_120_int.gif" hash="e23ddcf71e15f0a9300062ef9cdea512"/><file name="banner_120_int.png" hash="f9dfbc26041e52b34eea65348707d64f"/><file name="banner_120_pl.gif" hash="44313c7d27cdcf59c2f66708c6c5abd5"/><file name="banner_120_pl.png" hash="67d3385f93bc9113880305ee7c7da9de"/><file name="banner_120_sp.gif" hash="a003ed8db63620672ae945682b1e1e39"/><file name="banner_120_sp.png" hash="f9c4a653d6814ab3f8c535da706f5f77"/><file name="moneybookers_acc.png" hash="a3e639a68fafdffaca81e91985127735"/><file name="moneybookers_csi.gif" hash="4eec4ed7c494d01d518a3c6c691128e9"/><file name="moneybookers_did.gif" hash="6a3a3365894e9cdb199647a5b74ba35b"/><file name="moneybookers_dnk.gif" hash="7d4b8d27784f8a6fa6ef81c4e911831b"/><file name="moneybookers_ebt.gif" hash="9911d8cc223e7f3d9ec12f50c280ec61"/><file name="moneybookers_ent.gif" hash="704e9551ed4aff82b67114242b9fba1a"/><file name="moneybookers_gcb.gif" hash="e2e7c0f501e5ab0136f859ca5f57abc2"/><file name="moneybookers_gir.gif" hash="f16e949bc60bbd812f803d5e377d47f6"/><file name="moneybookers_idl.gif" hash="fe0ad1efc12d43df6c9ff3ffdd9dd59b"/><file name="moneybookers_lsr.gif" hash="58cdadfa20b6d37aeaa19e50995e4baf"/><file name="moneybookers_mae.gif" hash="4d4b5f0cf3377939c7738fc7e416d25f"/><file name="moneybookers_npy.gif" hash="01242c5ad7bc667e7493b550b6397fab"/><file name="moneybookers_obt_de.png" hash="ce44fd2974b8d279401778292e2c4484"/><file name="moneybookers_obt_dk.png" hash="2985e8cb472d1886d584fa31d56bee92"/><file name="moneybookers_obt_ee.png" hash="cb186be1c7595544f61d3737c7bf85aa"/><file name="moneybookers_obt_en.png" hash="eee098a06e3ea34f33e276724b084774"/><file name="moneybookers_obt_fl.png" hash="6c3766df052d875ce399e62ad8a435f8"/><file name="moneybookers_obt_lt.png" hash="adf61f248fc6d5985840db3e0c23391e"/><file name="moneybookers_obt_lv.png" hash="4e7f16b4988ea30f049942d4dcdb5f78"/><file name="moneybookers_obt_pl.png" hash="fb2c43c18ba73d390e5b5f5261261f4a"/><file name="moneybookers_obt_se.png" hash="9028412e9c3f25d114bf40bb2049d225"/><file name="moneybookers_pli.gif" hash="93989e85caff760af7a61838db0300bf"/><file name="moneybookers_psp.gif" hash="7abffc2246f172625be2ce31f4315cb2"/><file name="moneybookers_pwy.gif" hash="b4a0b9db9a031855e6e3899592012fae"/><file name="moneybookers_sft.gif" hash="e9e774163c99a8ab4deb18d37feaf658"/><file name="moneybookers_so2.gif" hash="9911d8cc223e7f3d9ec12f50c280ec61"/><file name="moneybookers_wlt.gif" hash="4b9cbc5aa5c32f3015ce7bec98da2670"/></dir><file name="reload.png" hash="84cc4883f78ef850814ea9b53989b2a7"/><dir name="widgets"><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/><file name="i_widget-new.gif" hash="a75377ffed51b711cbc608ffaa1a2e7d"/></dir><dir name="xmlconnect"><dir name="catalog"><dir name="category"><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><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir><file name="loader.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><file name="icon-close.png" hash="6701153ef3e30addce58dc9d0db052d5"/></dir><dir name="css"><file name="ajaxlogin.css" hash="f5ffcec1b82894ada5c7fd7ac46d6d65"/><file name="widgets.css" hash="49d489c9cc589a27782d4bd40ce92299"/><file name="ajaxlogin.css" hash="f5ffcec1b82894ada5c7fd7ac46d6d65"/></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>GSD_Easy_Ajax_Login</name><channel>local</channel><min>1.0</min><max>2.0</max></package><extension><name>Core</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
26
  </package>
skin/frontend/base/default/css/ajaxlogin.css ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #dullDiv {background: none repeat scroll 0 0 #000000;border: 0.0625em solid #114EAB;display: none;height: 100%;left: 0;opacity: 0.4;position: fixed;top: 0;width: 100%;z-index: 1;}
2
+ li.main_li { background:none !important; border:none !important; }
3
+ li.main_li ul li { background:none !important; border:none !important; }
4
+ li.main_li a { padding-bottom:10px; }
5
+
6
+ ul.popup { position:fixed; z-index:999999; display:none; width:300px; padding:15px; margin-left:-180px; margin-top:-100px; background:#fff; box-shadow:1px 1px 4px 4px #ccc; }
7
+ ul.popup li, div.login-form { float:left; width:285px; }
8
+ li.main_li:hover > ul { display:block; }
9
+
10
+ #ajaxlogin_form {}
11
+ #ajaxlogin_form ul.form-list {}
12
+
13
+ #ajaxlogin_form ul.form-list li { float:left; display:block; width:55%; border:none; background:none; clear:both; }
14
+ #ajaxlogin_form ul.form-list li a.ajaxlogin_forgot_pwd_actions, #ajaxlogin_form ul.form-list li a.ajaxlogin_actions { color:#E76200; margin-right:5px; font-weight:bold; }
15
+ #ajaxlogin_form ul.form-list li.buttons { float:left; }
16
+
17
+ #ajaxlogin_form ul.form-list div.input-box { width:200px; }
18
+ #ajaxlogin_form ul.form-list div.input-box .validation-advice { text-align:left; }
19
+ #ajaxlogin_form ul.form-list div.input-box input.input-text { width:100%; }
20
+
21
+ .ajax_login_loader { background:url(../images/loader.gif) no-repeat center center transparent; float:left; height:22px; width:16px; }
22
+
23
+ #ajaxlogin_close_icon { float:right; width:20px; height:20px; background:url(../images/icon-close.png) no-repeat; cursor:pointer; }
24
+ #ajaxlogin_close_icon:hover {}
25
+
26
+ #ajaxlogin_form_message { text-align:left; }
skin/frontend/base/default/css/widgets.css ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * @category design
21
+ * @package base_default
22
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* Widgets =============================================================================== */
27
+ .widget { display:inline; }
28
+ .widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
29
+ .widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }
30
+
31
+ .widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
32
+ .widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }
33
+
34
+ /* Widget: Catalog New Proructs List */
35
+ .widget-new-products { display:block; }
36
+ .col-main .widget-new-products { margin:7px 0; }
37
+ .widget-new-products .products-grid .product-image,
38
+ .widget-new-products .products-list .product-image { width:85px; height:85px; }
39
+ .widget-new-products .products-list .product-shop { margin-left:100px; }
40
+ .sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
41
+ .sidebar .widget-new-products .block-title strong { background:url(../images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }
42
+
43
+ /* Widget: Recently Viewed Proructs */
44
+ .widget-viewed { display:block; }
45
+ .col-main .widget-viewed { margin:7px 0; }
46
+ .widget-viewed .products-grid .product-image,
47
+ .widget-viewed .products-list .product-image { width:85px; height:85px; }
48
+ .widget-viewed .products-list .product-shop { margin-left:100px; }
49
+ .sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
50
+ .sidebar .widget-viewed .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }
51
+
52
+ /* Widget: Recently Compared Proructs */
53
+ .widget-compared { display:block;}
54
+ .col-main .widget-compared { margin:7px 0; }
55
+ .widget-compared .products-grid .product-image,
56
+ .widget-compared .products-list .product-image { width:85px; height:85px; }
57
+ .widget-compared .products-list .product-shop { margin-left:100px; }
58
+ .sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
59
+ .sidebar .widget-compared .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }
60
+
61
+ /* Widget: CMS Static Block */
62
+ .widget-static-block {}
63
+ .sidebar .widget-static-block { display:block; margin:0 0 15px; }
64
+
65
+ /* Widgets: Links Common Styles */
66
+ .top-container .widget a { padding:0 0 0 7px; }
67
+
68
+ .bottom-container .widget a { padding:0 3px; }
69
+
70
+ /* Widget: Catalog Product Link */
71
+ .widget-product-link-inline { display:inline; }
72
+
73
+ .col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
74
+ .col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }
75
+
76
+ .sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
77
+ .sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
78
+
79
+ /* Widget: Catalog Category Link */
80
+ .widget-category-link-inline { display:inline; }
81
+
82
+ .col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
83
+ .col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }
84
+
85
+ .sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
86
+ .sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
87
+
88
+ /* Widget: CMS Page Link */
89
+ .widget-cms-link-inline { display:inline; }
90
+
91
+ .col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
92
+ .col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }
93
+
94
+ .sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
95
+ .sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
96
+ /* ======================================================================================= */
skin/frontend/base/default/images/calendar.gif ADDED
Binary file
skin/frontend/base/default/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/base/default/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/base/default/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/base/default/images/centinel/sc_learn_62x34.gif ADDED
Binary file
skin/frontend/base/default/images/centinel/v_activate_steps.gif ADDED
Binary file
skin/frontend/base/default/images/centinel/vbv_ltbg_71x57.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/firefox.png ADDED
Binary file
skin/frontend/base/default/images/cookies/ie6-1.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie6-2.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie7-1.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie7-2.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie7-3.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie7-4.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie7-5.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/ie7-6.gif ADDED
Binary file
skin/frontend/base/default/images/cookies/opera.png ADDED
Binary file
skin/frontend/base/default/images/cvv.gif ADDED
Binary file
skin/frontend/base/default/images/fam_book_open.png ADDED
Binary file
skin/frontend/base/default/images/icon-close.png ADDED
Binary file
skin/frontend/base/default/images/loader.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_de.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_de.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_dk.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_fr.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_fr.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_int.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_int.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_pl.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_pl.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_sp.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/banner_120_sp.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_acc.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_csi.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_did.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_dnk.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_ebt.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_ent.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_gcb.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_gir.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_idl.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_lsr.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_mae.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_npy.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_de.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_dk.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_ee.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_en.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_fl.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_lt.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_lv.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_pl.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_obt_se.png ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_pli.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_psp.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_pwy.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_sft.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_so2.gif ADDED
Binary file
skin/frontend/base/default/images/moneybookers/moneybookers_wlt.gif ADDED
Binary file
skin/frontend/base/default/images/reload.png ADDED
Binary file
skin/frontend/base/default/images/widgets/i_block-list.gif ADDED
Binary file
skin/frontend/base/default/images/widgets/i_widget-link.gif ADDED
Binary file
skin/frontend/base/default/images/widgets/i_widget-new.gif ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/base/default/images/xmlconnect/tab_shop.png ADDED
Binary file