Changeset 283
- Timestamp:
- 03/01/10 14:57:34 (2 years ago)
- Location:
- Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps
- Files:
-
- 2 edited
-
gmap_view.pt (modified) (1 diff)
-
latlng_widget.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/gmap_view.pt
r271 r283 5 5 <head> 6 6 <metal:block fill-slot="javascript_head_slot"> 7 <script type="text/javascript" src=""8 tal:condition="nothing"9 tal:attributes="src string:$portal_url/atgooglemaps.js">10 </script>11 7 <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 12 8 <span tal:replace="structure context/gmap"/> -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/skins/ATGoogleMaps/latlng_widget.pt
r263 r283 18 18 <tal:block tal:define="latitude value/latitude | string:35.7317; 19 19 longitude value/longitude | string:139.7278;"> 20 21 <script type="text/javascript" src=""22 tal:condition="nothing"23 tal:attributes="src string:$portal_url/atgooglemaps.js">24 </script>25 20 26 21 <span tal:replace="structure context/latlng_map" />
Note: See TracChangeset
for help on using the changeset viewer.
