rename googlemaps into googlemap
[unfold.git] / plugins / googlemap / static / googlemap.html
diff --git a/plugins/googlemap/static/googlemap.html b/plugins/googlemap/static/googlemap.html
new file mode 100644 (file)
index 0000000..4aee23b
--- /dev/null
@@ -0,0 +1,11 @@
+<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>