Змінено директорії

Додано скрипти CRON
Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
2025-10-27 00:11:18 +02:00
parent 1d9f9a1468
commit 04f39da611
196 changed files with 4962 additions and 4065 deletions

View File

@@ -48,20 +48,18 @@
<label>Локація розташування</label>
<div class="geo-inputs">
<input
type="number"
type="text"
id="info-geo_lat"
name="geo_lat"
required
placeholder="49.5601856455014",
step="0.01"
placeholder="49.5601856455014"
/>
<input
type="number"
type="text"
id="info-geo_lng"
name="geo_lng"
required
placeholder="25.625626212730406",
step="0.01"
placeholder="25.625626212730406"
/>
</div>
</div>