chiro-canto/public/upload/location.php

21 lines
783 B
PHP
Raw Normal View History

2021-03-28 20:40:17 +02:00
<ul class="breadcrumb">
2021-04-20 17:05:13 +02:00
<li class="active"><?=_('Location')?></li>
<li><?=_('Metadata')?></li>
<li><?=_('Verify')?></li>
2021-03-28 20:40:17 +02:00
</ul>
<div id="map" style="height: 440px; border: 1px solid #AAA;"></div>
<form action="submitlocation.php" method="post">
2021-04-20 17:05:13 +02:00
<label for="latlng"><?=_('Coordinates')?></label>
2021-03-28 20:40:17 +02:00
<div class="coordinates">
<input type="text" id="latlng" name="latlng">
2021-04-20 17:05:13 +02:00
<input type="submit" value="<?=_('submit')?>">
2021-03-28 20:40:17 +02:00
</div>
</form>
<script type='text/javascript' src='/scripts/jquery/script.js'></script>
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
crossorigin=""></script>
<script src="scripts/map.js"></script>