feat(_Layout.cshtml): LeafletLocationPicker in Pop-up hinzugefügt.
This commit is contained in:
parent
ad5843b7c9
commit
28022bc669
@ -134,6 +134,10 @@
|
|||||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
<div style="min-height: 140;min-width: 200;">
|
||||||
|
<input id="geoloc" type="text" value="" size="20" />
|
||||||
|
<div id="fixedMapCont" style="border: 1px solid black; min-height: 140;min-width: 200;"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
</div>
|
</div>
|
||||||
@ -201,6 +205,11 @@
|
|||||||
receiverMail.value = '';
|
receiverMail.value = '';
|
||||||
dateValid.valueAsDate = new Date(new Date().setDate(new Date().getDate() + 8));
|
dateValid.valueAsDate = new Date(new Date().setDate(new Date().getDate() + 8));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('#geoloc').leafletLocationPicker({
|
||||||
|
alwaysOpen: true,
|
||||||
|
mapContainer: "#fixedMapCont"
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
<script nonce="@nonce">
|
<script nonce="@nonce">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user