Sha256: d896cc02006a8f28fd59860fa2ce929588b378d26ead2faac8ce92d9243fcc9c
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 Bytes
Contents
<div id="googlemap" style="width:<%= width %>px; height:<%= height %>px;"></div> <%= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" %> <%= javascript_include_tag "http://maps.google.com/maps?file=api&v=2&key=ABQIAAAANPKSmZLGixaiXPm4axsrNhRL7aHN84IgYddYDMrnQQV95WOVBRSBz4pFe5Nc4ZzbzY0MAvmogBnSJA" %> <%= javascript_include_tag "mapiconmaker.js" %> <%= javascript_include_tag "markermanager.js" %> <%= javascript_include_tag "jquery.metadata.js" %> <%= javascript_include_tag "jquery.jmapping.min.js" %> <script type="text/javascript"> $(document).ready(function(){ $('#googlemap').jMapping(); }); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-map-0.0.2 | app/views/map_locations/_map.html.erb |