plugins: updated js framework + googlemaps and hazelnut to better handle sets and...
[myslice.git] / plugins / googlemaps / static / googlemaps.html
index d0bb5d6..4aee23b 100644 (file)
@@ -1,2 +1,11 @@
-{# keep the original skeleton but this probably won't support several instances in the same page #}
-<div id='map-container'><div id='map'></div></div>
+<div id='{{domid}}__map-container'>
+    <div class='map' id='{{domid}}__map'></div>
+
+    <!-- TEMPLATE -->
+    <div id='{{domid}}__template' class='template'>
+        <div class="map-button" style="cursor:pointer;">
+            <span class='ui-icon {% templatetag openvariable %} action_class {% templatetag closevariable%}' style="clear:both; float:left;"></span>
+            {% templatetag openvariable %} action_message {% templatetag closevariable %}
+        </div>';
+    </div>
+</div>