CTCR_View360 - Version 1.1.0.0

Version Notes

Correction of minor errors.

Download this release

Release Info

Developer Magento Core Team
Extension CTCR_View360
Version 1.1.0.0
Comparing to
See all releases


Code changes from version 1.0.2.0 to 1.1.0.0

app/code/community/CTCR/View360/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <CTCR_View360>
5
- <version>1.0.2.0</version>
6
  </CTCR_View360>
7
  </modules>
8
 
2
  <config>
3
  <modules>
4
  <CTCR_View360>
5
+ <version>1.1.0.0</version>
6
  </CTCR_View360>
7
  </modules>
8
 
app/code/community/CTCR/View360/etc/config.xml.bak DELETED
@@ -1,87 +0,0 @@
1
- <?xml version="1.0"?>
2
- <config>
3
- <modules>
4
- <CTCR_View360>
5
- <version>1.0.1.0</version>
6
- </CTCR_View360>
7
- </modules>
8
-
9
- <global>
10
- <helpers>
11
- <view360>
12
- <class>CTCR_View360_Helper</class>
13
- </view360>
14
- </helpers>
15
- <resources>
16
- <ctcrview360_setup>
17
- <setup>
18
- <module>CTCR_View360</module>
19
- <class>CTCR_View360_Model_Resource_Setup</class>
20
- </setup>
21
- </ctcrview360_setup>
22
- </resources>
23
- </global>
24
-
25
- <frontend>
26
- <layout>
27
- <updates>
28
- <ctcr_view360>
29
- <file>ctcr_view360.xml</file>
30
- </ctcr_view360>
31
- </updates>
32
- </layout>
33
- </frontend>
34
-
35
- <adminhtml>
36
- <acl>
37
- <resources>
38
- <admin>
39
- <children>
40
- <system>
41
- <children>
42
- <config>
43
- <children>
44
- <view360_config translate="title" module="view360">
45
- <title>CTCR View360 Settings</title>
46
- </view360_config>
47
- </children>
48
- </config>
49
- </children>
50
- </system>
51
- </children>
52
- </admin>
53
- </resources>
54
- </acl>
55
- </adminhtml>
56
-
57
- <default>
58
- <ctcr_view360>
59
- <general>
60
- <enabled>1</enabled>
61
- </general>
62
- </ctcr_view360>
63
- <view360_config>
64
- <view360_group>
65
- <view360_enabled>1</view360_enabled>
66
- </view360_group>
67
- <view360_popup>
68
- <view360_popup_display>1</view360_popup_display>
69
- <view360_popup_width>500</view360_popup_width>
70
- <view360_popup_height>500</view360_popup_height>
71
- <view360_popup_opacity>50</view360_popup_opacity>
72
- <view360_popup_helptext>Drag to spin</view360_popup_helptext>
73
- <view360_popup_link>360&#176; View</view360_popup_link>
74
- </view360_popup>
75
- <view360_productimages>
76
- <view360_show_images>1</view360_show_images>
77
- <view360_productimages_width>56</view360_productimages_width>
78
- <view360_productimages_height>56</view360_productimages_height>
79
- <view360_show_images_popup>1</view360_show_images_popup>
80
- <view360_show_images_popup_width>300</view360_show_images_popup_width>
81
- <view360_show_images_popup_height>300</view360_show_images_popup_height>
82
- <view360_show_images_popup_left>0</view360_show_images_popup_left>
83
- <view360_show_images_popup_top>0</view360_show_images_popup_top>
84
- </view360_productimages>
85
- </view360_config>
86
- </default>
87
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/default/template/ctcr/catalog/product/view/media.phtml CHANGED
@@ -134,18 +134,11 @@
134
  Event.observe(window, 'load', function() {
135
  var establecerDimensiones = "<?php echo $_3dModel; ?>";
136
  product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
137
- //var image = 'image';
138
  if(establecerDimensiones)
139
  {
140
- var ancho = document.getElementById('image').width;
141
- var alto = document.getElementById('image').height;
142
-
143
- var src = "<?php echo $_xmlModel; ?>";
144
  try
145
  {
146
- document.getElementById('view360').src = src + "?width=" + ancho + "&height=" + alto;
147
- document.getElementById('view360').width = ancho;
148
- document.getElementById('view360').height = alto;
149
  document.getElementById('productImage').style.display = "none";
150
  }
151
  catch(e)
@@ -153,6 +146,20 @@
153
  }
154
  }
155
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  //]]>
157
  </script>
158
 
@@ -193,7 +200,7 @@ if ((!$_3dModel || ($_3dModel && ($_productImages == 1 || $_popupModel == 1))) &
193
  // Producto en modo popup display
194
  if ($_popupModel == 1): ?>
195
  <div class="contenedor-boton">
196
- <input class="boton" type="button" value="<?php echo Mage::getStoreConfig('view360_config/view360_popup/view360_popup_link'); ?>" onclick="openpopup('popup1', 'popup3d', 'popup-bg', <?php echo ($anchoPopup+4); ?>, <?php echo ($altoPopup+4); ?>, 1)" />
197
  </div>
198
  <div id="popup1" class="popup">
199
  <span class="texto-popup"><?php echo Mage::getStoreConfig('view360_config/view360_popup/view360_popup_helptext'); ?></span><br>
134
  Event.observe(window, 'load', function() {
135
  var establecerDimensiones = "<?php echo $_3dModel; ?>";
136
  product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
 
137
  if(establecerDimensiones)
138
  {
139
+ resizeWindow("<?php echo $_xmlModel; ?>", "product-img-box");
 
 
 
140
  try
141
  {
 
 
 
142
  document.getElementById('productImage').style.display = "none";
143
  }
144
  catch(e)
146
  }
147
  }
148
  });
149
+
150
+ Event.observe(window, 'resize', function(){
151
+ var establecerDimensiones = "<?php echo $_3dModel; ?>";
152
+ var popup = "<?php echo $_3dModel && $_popupModel; ?>";
153
+
154
+ if(establecerDimensiones)
155
+ {
156
+ resizeWindow("<?php echo $_xmlModel; ?>", "product-img-box");
157
+ if(popup)
158
+ {
159
+ resizePopup('popup1', 'popup3d');
160
+ }
161
+ }
162
+ });
163
  //]]>
164
  </script>
165
 
200
  // Producto en modo popup display
201
  if ($_popupModel == 1): ?>
202
  <div class="contenedor-boton">
203
+ <input class="boton" id="view360ButtonPopup" type="button" value="<?php echo Mage::getStoreConfig('view360_config/view360_popup/view360_popup_link'); ?>" onclick="openpopup('popup1', 'popup3d', 'popup-bg', <?php echo ($anchoPopup+4); ?>, <?php echo ($altoPopup+4); ?>, 1)" />
204
  </div>
205
  <div id="popup1" class="popup">
206
  <span class="texto-popup"><?php echo Mage::getStoreConfig('view360_config/view360_popup/view360_popup_helptext'); ?></span><br>
js/ctcr/ctcrview360.js CHANGED
@@ -1 +1 @@
1
- var _0x9493=["\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x73\x72\x63","\x69\x6E\x6E\x65\x72\x57\x69\x64\x74\x68","\x69\x6E\x6E\x65\x72\x48\x65\x69\x67\x68\x74","\x6E\x75\x6D\x62\x65\x72","\x63\x6F\x6D\x70\x61\x74\x4D\x6F\x64\x65","\x43\x53\x53\x31\x43\x6F\x6D\x70\x61\x74","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x62\x6F\x64\x79","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x76\x69\x73\x69\x62\x6C\x65","\x77\x69\x64\x74\x68","\x70\x78","\x68\x65\x69\x67\x68\x74","\x61\x70\x70\x4E\x61\x6D\x65","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x49\x6E\x74\x65\x72\x6E\x65\x74\x20\x45\x78\x70\x6C\x6F\x72\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x6F\x6D\x70\x75\x74\x65\x64\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x69\x65\x77","\x6C\x65\x66\x74","\x74\x6F\x70","\x63\x6C\x6F\x73\x65\x70\x6F\x70\x75\x70\x28\x27","\x27\x2C\x20\x27","\x27\x29","\x69\x6E\x64\x65\x78\x4F\x66","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x23\x22\x20\x6F\x6E\x63\x6C\x69\x63\x6B\x3D\x22\x63\x6C\x6F\x73\x65\x70\x6F\x70\x75\x70\x28\x27","\x27\x29\x22\x3E\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x63\x6C\x6F\x73\x65\x5F\x62\x75\x74\x74\x6F\x6E\x22\x3E\x58\x3C\x2F\x73\x70\x61\x6E\x3E\x3C\x2F\x61\x3E","\x6F\x6E\x6B\x65\x79\x70\x72\x65\x73\x73","\x6B\x65\x79\x43\x6F\x64\x65","\x68\x69\x64\x64\x65\x6E","\x30\x70\x78"];var pid;var frameId;var bgId;function changeProductImage(_0x1914x5,_0x1914x6){var _0x1914x7=document[_0x9493[0]](_0x1914x6);_0x1914x7[_0x9493[1]]=_0x1914x5;} ;function openpopup(_0x1914x6,_0x1914x9,_0x1914xa,_0x1914xb,_0x1914xc,_0x1914xd){pid=_0x1914x6;frameId=_0x1914x9;bgId=_0x1914xa;var _0x1914xe=window[_0x9493[2]];var _0x1914xf=window[_0x9493[3]];if( typeof _0x1914xe!=_0x9493[4]){if(document[_0x9493[5]]==_0x9493[6]){_0x1914xe=document[_0x9493[8]][_0x9493[7]];_0x1914xf=document[_0x9493[8]][_0x9493[9]];} else {_0x1914xe=document[_0x9493[10]][_0x9493[7]];_0x1914xf=document[_0x9493[10]][_0x9493[9]];} ;} ;var _0x1914x10=document[_0x9493[0]](_0x1914xa);_0x1914x10[_0x9493[12]][_0x9493[11]]=_0x9493[13];var _0x1914x11=document[_0x9493[0]](_0x1914x6);_0x1914x11[_0x9493[12]][_0x9493[11]]=_0x9493[13];var _0x1914x12=document[_0x9493[0]](frameId);_0x1914x12[_0x9493[12]][_0x9493[14]]=(_0x1914xb-4)+_0x9493[15];_0x1914x12[_0x9493[12]][_0x9493[16]]=(_0x1914xc-4)+_0x9493[15];if(navigator[_0x9493[17]]==_0x9493[18]){computedStyle=_0x1914x11[_0x9493[19]];} else {computedStyle=document[_0x9493[21]][_0x9493[20]](_0x1914x11,null);} ;var _0x1914x13=(_0x1914xe-_0x1914xb)/2;var _0x1914x14=(_0x1914xf-_0x1914xc)/2;_0x1914x11[_0x9493[12]][_0x9493[14]]=_0x1914xb+1+_0x9493[15];_0x1914x11[_0x9493[12]][_0x9493[16]]=_0x1914xc+23+_0x9493[15];_0x1914x11[_0x9493[12]][_0x9493[22]]=_0x1914x13+_0x9493[15];_0x1914x11[_0x9493[12]][_0x9493[23]]=_0x1914x14+_0x9493[15];if(_0x1914x11[_0x9493[28]][_0x9493[27]](_0x9493[24]+_0x1914x6+_0x9493[25]+_0x1914x9+_0x9493[25]+_0x1914xa+_0x9493[26])<0){_0x1914x11[_0x9493[28]]=_0x9493[29]+_0x1914x6+_0x9493[25]+_0x1914x9+_0x9493[25]+_0x1914xa+_0x9493[30]+_0x1914x11[_0x9493[28]];} ;window[_0x9493[31]]=keypress;} ;function keypress(_0x1914x16){try{if(_0x1914x16[_0x9493[32]]==207||_0x1914x16[_0x9493[32]]==27){closepopup(pid,frameId,bgId);} ;} catch(e){} ;} ;function closepopup(_0x1914x6,_0x1914x9,_0x1914xa){var _0x1914x10=document[_0x9493[0]](_0x1914xa);_0x1914x10[_0x9493[12]][_0x9493[11]]=_0x9493[33];var _0x1914x11=document[_0x9493[0]](_0x1914x6);_0x1914x11[_0x9493[12]][_0x9493[11]]=_0x9493[33];var _0x1914x12=document[_0x9493[0]](_0x1914x9);_0x1914x12[_0x9493[12]][_0x9493[14]]=_0x9493[34];_0x1914x12[_0x9493[12]][_0x9493[16]]=_0x9493[34];} ;
1
+ var _0x2b33=["\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x73\x72\x63","\x69\x6E\x6E\x65\x72\x57\x69\x64\x74\x68","\x69\x6E\x6E\x65\x72\x48\x65\x69\x67\x68\x74","\x6E\x75\x6D\x62\x65\x72","\x63\x6F\x6D\x70\x61\x74\x4D\x6F\x64\x65","\x43\x53\x53\x31\x43\x6F\x6D\x70\x61\x74","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x62\x6F\x64\x79","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x76\x69\x73\x69\x62\x6C\x65","\x70\x6C\x61\x74\x66\x6F\x72\x6D","\x69\x50\x61\x64","\x69\x50\x68\x6F\x6E\x65","\x69\x50\x6F\x64","\x61\x6E\x64\x72\x6F\x69\x64","\x42\x6C\x61\x63\x6B\x42\x65\x72\x72\x79","\x4C\x69\x6E\x75\x78","\x69\x6E\x64\x65\x78\x4F\x66","\x41\x6E\x64\x72\x6F\x69\x64","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x72\x6F\x75\x6E\x64","\x3F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x3F\x77\x69\x64\x74\x68\x3D","\x26\x68\x65\x69\x67\x68\x74\x3D","\x77\x69\x64\x74\x68","\x70\x78","\x68\x65\x69\x67\x68\x74","\x61\x70\x70\x4E\x61\x6D\x65","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x49\x6E\x74\x65\x72\x6E\x65\x74\x20\x45\x78\x70\x6C\x6F\x72\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x6F\x6D\x70\x75\x74\x65\x64\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x69\x65\x77","\x6C\x65\x66\x74","\x74\x6F\x70","\x63\x6C\x6F\x73\x65\x70\x6F\x70\x75\x70\x28\x27","\x27\x2C\x20\x27","\x27\x29","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x23\x22\x20\x6F\x6E\x63\x6C\x69\x63\x6B\x3D\x22\x63\x6C\x6F\x73\x65\x70\x6F\x70\x75\x70\x28\x27","\x27\x29\x22\x3E\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x63\x6C\x6F\x73\x65\x5F\x62\x75\x74\x74\x6F\x6E\x22\x3E\x58\x3C\x2F\x73\x70\x61\x6E\x3E\x3C\x2F\x61\x3E","\x6F\x6E\x6B\x65\x79\x70\x72\x65\x73\x73","\x6B\x65\x79\x43\x6F\x64\x65","\x68\x69\x64\x64\x65\x6E","\x30\x70\x78","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x25","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79\x56\x61\x6C\x75\x65","","\x76\x69\x65\x77\x33\x36\x30"];var pid;var frameId;var bgId;function changeProductImage(_0x7224x5,_0x7224x6){var _0x7224x7=document[_0x2b33[0]](_0x7224x6);_0x7224x7[_0x2b33[1]]=_0x7224x5;} ;function openpopup(_0x7224x6,_0x7224x9,_0x7224xa,_0x7224xb,_0x7224xc,_0x7224xd){pid=_0x7224x6;frameId=_0x7224x9;bgId=_0x7224xa;var _0x7224xe=window[_0x2b33[2]];var _0x7224xf=window[_0x2b33[3]];if( typeof _0x7224xe!=_0x2b33[4]){if(document[_0x2b33[5]]==_0x2b33[6]){_0x7224xe=document[_0x2b33[8]][_0x2b33[7]];_0x7224xf=document[_0x2b33[8]][_0x2b33[9]];} else {_0x7224xe=document[_0x2b33[10]][_0x2b33[7]];_0x7224xf=document[_0x2b33[10]][_0x2b33[9]];} ;} ;var _0x7224x10=document[_0x2b33[0]](_0x7224xa);_0x7224x10[_0x2b33[12]][_0x2b33[11]]=_0x2b33[13];var _0x7224x11=document[_0x2b33[0]](_0x7224x6);_0x7224x11[_0x2b33[12]][_0x2b33[11]]=_0x2b33[13];var _0x7224x12=navigator[_0x2b33[14]];var _0x7224x13=(_0x7224x12==_0x2b33[15]||_0x7224x12==_0x2b33[16]||_0x7224x12==_0x2b33[17]||_0x7224x12==_0x2b33[18]||_0x7224x12==_0x2b33[19]||(_0x7224x12[_0x2b33[21]](_0x2b33[20])!=-1&&navigator[_0x2b33[23]][_0x2b33[21]](_0x2b33[22])!=-1));if(_0x7224x13){_0x7224xb=Math[_0x2b33[24]](_0x7224xe*0.8);_0x7224xc=Math[_0x2b33[24]](_0x7224xf*0.8);if(_0x7224xc>_0x7224xb){_0x7224xc=_0x7224xb;} ;var _0x7224x14=document[_0x2b33[0]](_0x7224x9)[_0x2b33[1]];_0x7224x14=_0x7224x14[_0x2b33[26]](0,_0x7224x14[_0x2b33[21]](_0x2b33[25]));document[_0x2b33[0]](_0x7224x9)[_0x2b33[1]]=_0x7224x14+_0x2b33[27]+_0x7224xb+_0x2b33[28]+_0x7224xc;} ;var _0x7224x15=document[_0x2b33[0]](frameId);_0x7224x15[_0x2b33[12]][_0x2b33[29]]=(_0x7224xb-4)+_0x2b33[30];_0x7224x15[_0x2b33[12]][_0x2b33[31]]=(_0x7224xc-4)+_0x2b33[30];if(navigator[_0x2b33[32]]==_0x2b33[33]){computedStyle=_0x7224x11[_0x2b33[34]];} else {computedStyle=document[_0x2b33[36]][_0x2b33[35]](_0x7224x11,null);} ;var _0x7224x16=(_0x7224xe-_0x7224xb)/2;var _0x7224x17=(_0x7224xf-_0x7224xc)/2;if(_0x7224x13){_0x7224x16-=10;} ;_0x7224x11[_0x2b33[12]][_0x2b33[29]]=_0x7224xb+1+_0x2b33[30];_0x7224x11[_0x2b33[12]][_0x2b33[31]]=_0x7224xc+23+_0x2b33[30];_0x7224x11[_0x2b33[12]][_0x2b33[37]]=_0x7224x16+_0x2b33[30];_0x7224x11[_0x2b33[12]][_0x2b33[38]]=_0x7224x17+_0x2b33[30];if(_0x7224x11[_0x2b33[42]][_0x2b33[21]](_0x2b33[39]+_0x7224x6+_0x2b33[40]+_0x7224x9+_0x2b33[40]+_0x7224xa+_0x2b33[41])<0){_0x7224x11[_0x2b33[42]]=_0x2b33[43]+_0x7224x6+_0x2b33[40]+_0x7224x9+_0x2b33[40]+_0x7224xa+_0x2b33[44]+_0x7224x11[_0x2b33[42]];} ;window[_0x2b33[45]]=keypress;} ;function keypress(_0x7224x19){try{if(_0x7224x19[_0x2b33[46]]==207||_0x7224x19[_0x2b33[46]]==27){closepopup(pid,frameId,bgId);} ;} catch(e){} ;} ;function closepopup(_0x7224x6,_0x7224x9,_0x7224xa){var _0x7224x10=document[_0x2b33[0]](_0x7224xa);_0x7224x10[_0x2b33[12]][_0x2b33[11]]=_0x2b33[47];var _0x7224x11=document[_0x2b33[0]](_0x7224x6);_0x7224x11[_0x2b33[12]][_0x2b33[11]]=_0x2b33[47];var _0x7224x15=document[_0x2b33[0]](_0x7224x9);_0x7224x15[_0x2b33[12]][_0x2b33[29]]=_0x2b33[48];_0x7224x15[_0x2b33[12]][_0x2b33[31]]=_0x2b33[48];} ;function resizeWindow(_0x7224x1c,_0x7224x1d){var _0x7224x1e=document[_0x2b33[49]](_0x7224x1d)[0];var _0x7224x1f,_0x7224x20;var _0x7224x21=true;if(_0x7224x1e[_0x2b33[34]]){_0x7224x1f=_0x7224x1e[_0x2b33[34]][_0x2b33[29]];if(_0x7224x1f[_0x2b33[21]](_0x2b33[50])!=-1){_0x7224x1f=_0x7224x1e[_0x2b33[7]];if(!_0x7224x1f){_0x7224x21=false;} ;} ;} else {if(window[_0x2b33[35]]){_0x7224x1f=document[_0x2b33[36]][_0x2b33[35]](_0x7224x1e,_0x2b33[52])[_0x2b33[51]](_0x2b33[29]);} ;} ;if(_0x7224x21){try{if(document[_0x2b33[0]](_0x2b33[53])[_0x2b33[29]]!=_0x7224x1f){document[_0x2b33[0]](_0x2b33[53])[_0x2b33[1]]=_0x7224x1c+_0x2b33[27]+_0x7224x1f+_0x2b33[28]+_0x7224x1f;document[_0x2b33[0]](_0x2b33[53])[_0x2b33[29]]=_0x7224x1f;document[_0x2b33[0]](_0x2b33[53])[_0x2b33[31]]=_0x7224x1f;} ;} catch(e){} ;} ;} ;function resizePopup(_0x7224x6,_0x7224x9){var _0x7224x12=navigator[_0x2b33[14]];var _0x7224x13=(_0x7224x12==_0x2b33[15]||_0x7224x12==_0x2b33[16]||_0x7224x12==_0x2b33[17]||_0x7224x12==_0x2b33[18]||_0x7224x12==_0x2b33[19]||(_0x7224x12[_0x2b33[21]](_0x2b33[20])!=-1&&navigator[_0x2b33[23]][_0x2b33[21]](_0x2b33[22])!=-1));if(_0x7224x13){var _0x7224x11=document[_0x2b33[0]](_0x7224x6);if(_0x7224x11[_0x2b33[12]][_0x2b33[11]]==_0x2b33[13]){var _0x7224xe=window[_0x2b33[2]];var _0x7224xf=window[_0x2b33[3]];if( typeof _0x7224xe!=_0x2b33[4]){if(document[_0x2b33[5]]==_0x2b33[6]){_0x7224xe=document[_0x2b33[8]][_0x2b33[7]];_0x7224xf=document[_0x2b33[8]][_0x2b33[9]];} else {_0x7224xe=document[_0x2b33[10]][_0x2b33[7]];_0x7224xf=document[_0x2b33[10]][_0x2b33[9]];} ;} ;width=Math[_0x2b33[24]](_0x7224xe*0.8);height=Math[_0x2b33[24]](_0x7224xf*0.8);if(height>width){height=width;} ;var _0x7224x14=document[_0x2b33[0]](_0x7224x9)[_0x2b33[1]];_0x7224x14=_0x7224x14[_0x2b33[26]](0,_0x7224x14[_0x2b33[21]](_0x2b33[25]));document[_0x2b33[0]](_0x7224x9)[_0x2b33[1]]=_0x7224x14+_0x2b33[27]+width+_0x2b33[28]+height;var _0x7224x15=document[_0x2b33[0]](_0x7224x9);_0x7224x15[_0x2b33[12]][_0x2b33[29]]=(width-4)+_0x2b33[30];_0x7224x15[_0x2b33[12]][_0x2b33[31]]=(height-4)+_0x2b33[30];if(navigator[_0x2b33[32]]==_0x2b33[33]){computedStyle=_0x7224x11[_0x2b33[34]];} else {computedStyle=document[_0x2b33[36]][_0x2b33[35]](_0x7224x11,null);} ;var _0x7224x16=((_0x7224xe-width)/2)-10;var _0x7224x17=(_0x7224xf-height)/2;_0x7224x11[_0x2b33[12]][_0x2b33[29]]=width+1+_0x2b33[30];_0x7224x11[_0x2b33[12]][_0x2b33[31]]=height+23+_0x2b33[30];_0x7224x11[_0x2b33[12]][_0x2b33[37]]=_0x7224x16+_0x2b33[30];_0x7224x11[_0x2b33[12]][_0x2b33[38]]=_0x7224x17+_0x2b33[30];} ;} ;} ;
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CTCR_View360</name>
4
- <version>1.0.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -12,9 +12,9 @@
12
  Install</description>
13
  <notes>Correction of minor errors.</notes>
14
  <authors><author><name>Centro Tecnol&#xF3;gico del Calzado de La Rioja</name><user>auto-converted</user><email>info@ctcr.es</email></author></authors>
15
- <date>2013-05-07</date>
16
- <time>15:26:27</time>
17
- <contents><target name="magecommunity"><dir name="CTCR"><dir name="View360"><dir name="Helper"><file name="Data.php" hash="018fcc732a68644223c2b02192c687a7"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="02ae06d96893fe9f7184595634bc5b84"/></dir></dir><dir name="etc"><file name="config.xml" hash="8e0a8949c14f49d2deace229884b92bb"/><file name="config.xml.bak" hash="37f6289817d0f29cf8e318aa47dc9e68"/><file name="system.xml" hash="9c97eb139b55335453af4981df165f23"/></dir><dir name="sql"><dir name="ctcrview360_setup"><file name="mysql4-install-1.0.0.0.php" hash="6ab8e35d433caf15be538f3cd31cbe2f"/><file name="mysql4-upgrade-1.0.0.0-1.0.1.0.php" hash="5293f965a53e3cae05e72f52cd8fa3af"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CTCR_View360.xml" hash="8c1f427f57ca920267f470ec4e3e7b86"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="ctcr_view360.css" hash="8c050dacbd048d955059ef2a0372f09e"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ctcr"><file name="ctcrview360.js" hash="dde171f781b236a2e50d79aa8e75209b"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ctcr"><dir name="catalog"><dir name="product"><dir name="view"><file name="media.phtml" hash="4f9033d4e9f5c2cd7372540daede17d5"/></dir></dir></dir></dir></dir><dir name="layout"><file name="ctcr_view360.xml" hash="9768fd2a24973a852d2952875d4083bf"/></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CTCR_View360</name>
4
+ <version>1.1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
12
  Install</description>
13
  <notes>Correction of minor errors.</notes>
14
  <authors><author><name>Centro Tecnol&#xF3;gico del Calzado de La Rioja</name><user>auto-converted</user><email>info@ctcr.es</email></author></authors>
15
+ <date>2013-06-14</date>
16
+ <time>06:51:25</time>
17
+ <contents><target name="magecommunity"><dir name="CTCR"><dir name="View360"><dir name="Helper"><file name="Data.php" hash="018fcc732a68644223c2b02192c687a7"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="02ae06d96893fe9f7184595634bc5b84"/></dir></dir><dir name="etc"><file name="config.xml" hash="34981c8832e69a7b2de73e23090f6f11"/><file name="system.xml" hash="9c97eb139b55335453af4981df165f23"/></dir><dir name="sql"><dir name="ctcrview360_setup"><file name="mysql4-install-1.0.0.0.php" hash="6ab8e35d433caf15be538f3cd31cbe2f"/><file name="mysql4-upgrade-1.0.0.0-1.0.1.0.php" hash="5293f965a53e3cae05e72f52cd8fa3af"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CTCR_View360.xml" hash="8c1f427f57ca920267f470ec4e3e7b86"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="ctcr_view360.css" hash="8c050dacbd048d955059ef2a0372f09e"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ctcr"><file name="ctcrview360.js" hash="5473ac445d0817353cf2b01fbd909eec"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ctcr"><dir name="catalog"><dir name="product"><dir name="view"><file name="media.phtml" hash="293b2a18b53ac7144bcbf86abc447bf6"/></dir></dir></dir></dir></dir><dir name="layout"><file name="ctcr_view360.xml" hash="9768fd2a24973a852d2952875d4083bf"/></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies/>
20
  </package>