source: extensions/GMaps/templates/gmaps_picture_meta.tpl @ 10871

Last change on this file since 10871 was 10551, checked in by grum, 13 years ago

bug:2148 - compatibility with piwigo 2.2
bug:2062 - compatibility with IE7

File size: 489 bytes
Line 
1{combine_script id="jquery" path="themes/default/js/jquery.min.js"}
2{combine_script id="maps.google.com/api" path="http://maps.google.com/maps/api/js?sensor=false"}
3{combine_script id="gmaps.picture" path="plugins/GMaps/js/gmapsPicture.min.js" require="jquery"}
4
5<div id='iGMapContent' style='text-align:center;'>
6  {foreach from=$maps item=map}
7    <div id='iGMaps{$map.id}' style='width:{$map.width}px;height:{$map.height}px;display:inline-block;{$map.style}'></div>
8  {/foreach}
9</div>
Note: See TracBrowser for help on using the repository browser.