Browse Source

обновление модуля до версии 1.0.9b

master
root 7 years ago
parent
commit
43415d893b
  1. 8
      gmap/class.gmap.php
  2. BIN
      gmap/images/572.png
  3. BIN
      gmap/images/573.png
  4. BIN
      gmap/images/574.png
  5. BIN
      gmap/images/575.png
  6. BIN
      gmap/images/576.png
  7. BIN
      gmap/images/577.png
  8. BIN
      gmap/images/578.png
  9. BIN
      gmap/images/579.png
  10. BIN
      gmap/images/580.png
  11. BIN
      gmap/images/581.png
  12. BIN
      gmap/images/582.png
  13. BIN
      gmap/images/583.png
  14. BIN
      gmap/images/584.png
  15. BIN
      gmap/images/585.png
  16. BIN
      gmap/images/586.png
  17. BIN
      gmap/images/587.png
  18. BIN
      gmap/images/588.png
  19. BIN
      gmap/images/589.png
  20. BIN
      gmap/images/590.png
  21. BIN
      gmap/images/591.png
  22. BIN
      gmap/images/592.png
  23. BIN
      gmap/images/593.png
  24. BIN
      gmap/images/594.png
  25. BIN
      gmap/images/595.png
  26. BIN
      gmap/images/596.png
  27. BIN
      gmap/images/597.png
  28. BIN
      gmap/images/598.png
  29. BIN
      gmap/images/599.png
  30. BIN
      gmap/images/600.png
  31. BIN
      gmap/images/601.png
  32. BIN
      gmap/images/602.png
  33. BIN
      gmap/images/603.png
  34. BIN
      gmap/images/604.png
  35. BIN
      gmap/images/605.png
  36. BIN
      gmap/images/606.png
  37. BIN
      gmap/images/607.png
  38. BIN
      gmap/images/608.png
  39. BIN
      gmap/images/609.png
  40. BIN
      gmap/images/610.png
  41. BIN
      gmap/images/611.png
  42. BIN
      gmap/images/612.png
  43. BIN
      gmap/images/613.png
  44. BIN
      gmap/images/614.png
  45. BIN
      gmap/images/615.png
  46. BIN
      gmap/images/616.png
  47. BIN
      gmap/images/617.png
  48. BIN
      gmap/images/618.png
  49. BIN
      gmap/images/619.png
  50. BIN
      gmap/images/620.png
  51. BIN
      gmap/images/621.png
  52. BIN
      gmap/images/622.png
  53. BIN
      gmap/images/623.png
  54. BIN
      gmap/images/624.png
  55. BIN
      gmap/images/625.png
  56. BIN
      gmap/images/626.png
  57. BIN
      gmap/images/627.png
  58. BIN
      gmap/images/628.png
  59. BIN
      gmap/images/629.png
  60. BIN
      gmap/images/630.png
  61. BIN
      gmap/images/631.png
  62. BIN
      gmap/images/632.png
  63. BIN
      gmap/images/633.png
  64. BIN
      gmap/images/634.png
  65. BIN
      gmap/images/635.png
  66. 0
      gmap/images/pin-blue1.png
  67. 0
      gmap/images/pin-blue10.png
  68. 0
      gmap/images/pin-blue11.png
  69. 0
      gmap/images/pin-blue12.png
  70. 0
      gmap/images/pin-blue13.png
  71. 0
      gmap/images/pin-blue14.png
  72. 0
      gmap/images/pin-blue15.png
  73. 0
      gmap/images/pin-blue16.png
  74. 0
      gmap/images/pin-blue17.png
  75. 0
      gmap/images/pin-blue18.png
  76. 0
      gmap/images/pin-blue19.png
  77. 0
      gmap/images/pin-blue2.png
  78. 0
      gmap/images/pin-blue20.png
  79. 0
      gmap/images/pin-blue21.png
  80. 0
      gmap/images/pin-blue22.png
  81. 0
      gmap/images/pin-blue23.png
  82. 0
      gmap/images/pin-blue24.png
  83. 0
      gmap/images/pin-blue25.png
  84. 0
      gmap/images/pin-blue26.png
  85. 0
      gmap/images/pin-blue27.png
  86. 0
      gmap/images/pin-blue28.png
  87. 0
      gmap/images/pin-blue29.png
  88. 0
      gmap/images/pin-blue3.png
  89. 0
      gmap/images/pin-blue30.png
  90. 0
      gmap/images/pin-blue31.png
  91. 0
      gmap/images/pin-blue32.png
  92. 0
      gmap/images/pin-blue33.png
  93. 0
      gmap/images/pin-blue34.png
  94. 0
      gmap/images/pin-blue35.png
  95. 0
      gmap/images/pin-blue36.png
  96. 0
      gmap/images/pin-blue37.png
  97. 0
      gmap/images/pin-blue38.png
  98. 0
      gmap/images/pin-blue39.png
  99. 0
      gmap/images/pin-blue4.png
  100. 0
      gmap/images/pin-blue40.png
  101. Some files were not shown because too many files have changed in this diff Show More

8
gmap/class.gmap.php

@ -225,7 +225,7 @@ class Gmap
{
global $AVE_DB, $AVE_Template;
/*
$pin_dir = BASE_DIR.'/modules/gmap/images';
$pin_base_dir = ABS_PATH.'modules/gmap/images';
@ -251,7 +251,7 @@ class Gmap
}
closedir($handle);
}
*/
$sql = $AVE_DB->Query("
SELECT *
FROM " . PREFIX . "_module_gmap
@ -329,7 +329,7 @@ class Gmap
$AVE_Template->assign('gmap_title', $row_gs['gmap_title']);
$AVE_Template->assign('markers', $markers);
$AVE_Template->assign('load_markers', json_encode($load_markers));
$AVE_Template->assign('pins', $pins);
//$AVE_Template->assign('pins', $pins);
$AVE_Template->assign('content', $AVE_Template->fetch($tpl_dir . 'admin_gmap_markers.tpl'));
}
@ -506,7 +506,7 @@ class Gmap
if ($row_gs->marker_cat_link == '/' || $row_gs->marker_cat_link == 'javascript:void(0);'){
echo "<li><a style='font-size:11px; color:#828282; text-decoration:none;' onmouseover=\"this.style.color='#181818';\" onmouseout=\"this.style.color='#828282';\" href='".$row_gs->marker_cat_link."'>".$row_gs->marker_cat_title."</a></li>";
} else {
echo "<li><a style='font-size:11px; color:#828282; text-decoration:none;' onmouseover=\"this.style.color='#181818';\" onmouseout=\"this.style.color='#828282';\" href='/".$row_gs->marker_cat_link."/'>".$row_gs->marker_cat_title."</a></li>";
echo "<li><a style='font-size:11px; color:#828282; text-decoration:none;' onmouseover=\"this.style.color='#181818';\" onmouseout=\"this.style.color='#828282';\" href='/".$row_gs->marker_cat_link."'>".$row_gs->marker_cat_title."</a></li>";
}
}
if ($row_gs->title != ''){

BIN
gmap/images/572.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/573.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/574.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/575.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/576.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/577.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/578.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/579.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/580.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/581.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/582.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/583.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
gmap/images/584.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/585.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/586.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/587.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/588.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/589.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/590.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/591.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/592.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/593.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gmap/images/594.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/595.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/596.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/597.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/598.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/599.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/600.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/601.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gmap/images/602.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gmap/images/603.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/604.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/605.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/606.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
gmap/images/607.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/608.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/609.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gmap/images/610.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/611.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/612.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/613.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/614.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/615.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/616.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/617.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gmap/images/618.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/619.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/620.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/621.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/622.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
gmap/images/623.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
gmap/images/624.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
gmap/images/625.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/626.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/627.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/628.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
gmap/images/629.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
gmap/images/630.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/631.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gmap/images/632.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

BIN
gmap/images/633.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/634.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

BIN
gmap/images/635.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/217.png → gmap/images/pin-blue1.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/226.png → gmap/images/pin-blue10.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/227.png → gmap/images/pin-blue11.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/228.png → gmap/images/pin-blue12.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/229.png → gmap/images/pin-blue13.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/231.png → gmap/images/pin-blue14.png

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

0
gmap/images/232.png → gmap/images/pin-blue15.png

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

0
gmap/images/233.png → gmap/images/pin-blue16.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
gmap/images/234.png → gmap/images/pin-blue17.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/235.png → gmap/images/pin-blue18.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/236.png → gmap/images/pin-blue19.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/218.png → gmap/images/pin-blue2.png

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

0
gmap/images/237.png → gmap/images/pin-blue20.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
gmap/images/238.png → gmap/images/pin-blue21.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
gmap/images/239.png → gmap/images/pin-blue22.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/240.png → gmap/images/pin-blue23.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/241.png → gmap/images/pin-blue24.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/242.png → gmap/images/pin-blue25.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/243.png → gmap/images/pin-blue26.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/244.png → gmap/images/pin-blue27.png

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

0
gmap/images/245.png → gmap/images/pin-blue28.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/246.png → gmap/images/pin-blue29.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/219.png → gmap/images/pin-blue3.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
gmap/images/247.png → gmap/images/pin-blue30.png

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

0
gmap/images/248.png → gmap/images/pin-blue31.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/249.png → gmap/images/pin-blue32.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
gmap/images/250.png → gmap/images/pin-blue33.png

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

0
gmap/images/251.png → gmap/images/pin-blue34.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/252.png → gmap/images/pin-blue35.png

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

0
gmap/images/253.png → gmap/images/pin-blue36.png

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
gmap/images/254.png → gmap/images/pin-blue37.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/255.png → gmap/images/pin-blue38.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/256.png → gmap/images/pin-blue39.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/220.png → gmap/images/pin-blue4.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
gmap/images/257.png → gmap/images/pin-blue40.png

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save