source: extensions/GMaps/templates/gmaps_picture_icon.tpl @ 15345

Last change on this file since 15345 was 15345, checked in by grum, 12 years ago

feature:2638 - Compatibility with Piwigo 2.4

File size: 895 bytes
Line 
1{combine_script id="jquery.ui" require='jquery' path="themes/default/js/ui/jquery.ui.core.js"}
2{combine_script id="jquery.ui.widget" require='jquery.ui' path="themes/default/js/ui/jquery.ui.widget.js"}
3{combine_script id="jquery.ui.mouse" require='jquery.ui.widget' path="themes/default/js/ui/jquery.ui.mouse.js"}
4{combine_script id="jquery.ui.position" require='jquery.ui.widget' path="themes/default/js/ui/jquery.ui.position.js"}
5{combine_script id="jquery.ui.dialog" require='jquery.ui.widget' src="themes/default/js/ui/jquery.ui.dialog.js"}
6
7{combine_script id="maps.google.com/api" path="http://maps.google.com/maps/api/js?sensor=false"}
8{combine_script id="gmaps.picture" path="plugins/GMaps/js/gmapsPicture.js" require="jquery.ui"}
9
10<div id='iGMapsIconContent' style='display:none;'>
11    <div id='iGMapsIcon' style='width:{$map.width}px;height:{$map.height}px;{$map.style}'></div>
12</div>
Note: See TracBrowser for help on using the repository browser.