This commit is contained in:
relikd
2024-06-27 00:41:07 +02:00
commit b3a5d2678a
23 changed files with 1058 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<div style="width: 100%">
<input name="{{ widget.name }}" id="{{ widget.attrs.id }}_value" type="hidden" value="{{ widget.value|default:'' }}" />
<div id="{{ widget.attrs.id }}_map" style="width: 100%; height: 400px"></div>
<a href="" id="{{ widget.attrs.id }}_reset">Remove</a>
<script>
MapLocationInit("{{ widget.attrs.id }}", {{ widget.attrs.options|safe }});
</script>
</div>