rename googlemaps into googlemap
[myslice.git] / plugins / googlemap / static / googlemap.html
1 <div id='{{domid}}__map-container'>
2     <div class='map' id='{{domid}}__map'></div>
3
4     <!-- TEMPLATE -->
5     <div id='{{domid}}__template' class='template'>
6         <div class="map-button" style="cursor:pointer;">
7             <span class='ui-icon {% templatetag openvariable %} action_class {% templatetag closevariable%}' style="clear:both; float:left;"></span>
8             {% templatetag openvariable %} action_message {% templatetag closevariable %}
9         </div>';
10     </div>
11 </div>