Update: 2026-06-30 00:01:58

This commit is contained in:
Hamza-Ayed
2026-06-30 00:01:59 +03:00
parent 1428addcce
commit 57080187e7

View File

@@ -613,36 +613,36 @@ $scrapedResults = json_decode(file_get_contents(RESULTS_FILE), true);
</div>
<div class="form-group">
<label for="start_location">Start Location (Text hint)</label>
<input type="text" name="start_location" id="start_location" placeholder="e.g. Mezzeh Street, Damascus" required value="Mezzeh Street">
</div>
<label for="start_location">Start Location (Text hint)</label>
<input type="text" name="start_location" id="start_location" placeholder="e.g. Abdoun, Amman" required value="Abdoun">
</div>
<div class="form-group">
<label for="end_location">End Location (Text hint)</label>
<input type="text" name="end_location" id="end_location" placeholder="e.g. Damascus Airport" required value="Damascus Airport">
</div>
<div class="form-group">
<label for="end_location">End Location (Text hint)</label>
<input type="text" name="end_location" id="end_location" placeholder="e.g. Queen Alia Airport, Amman" required value="Queen Alia Airport">
</div>
<div class="form-row">
<div class="form-group">
<label for="start_lat">Start Latitude</label>
<input type="text" name="start_lat" id="start_lat" placeholder="33.5074" value="33.5074">
</div>
<div class="form-group">
<label for="start_lng">Start Longitude</label>
<input type="text" name="start_lng" id="start_lng" placeholder="36.2530" value="36.2530">
</div>
</div>
<div class="form-row">
<div class="form-group">
<label for="start_lat">Start Latitude</label>
<input type="text" name="start_lat" id="start_lat" placeholder="31.9392" value="31.9392">
</div>
<div class="form-group">
<label for="start_lng">Start Longitude</label>
<input type="text" name="start_lng" id="start_lng" placeholder="35.8942" value="35.8942">
</div>
</div>
<div class="form-row">
<div class="form-group">
<label for="end_lat">End Latitude</label>
<input type="text" name="end_lat" id="end_lat" placeholder="33.5138" value="33.5138">
</div>
<div class="form-group">
<label for="end_lng">End Longitude</label>
<input type="text" name="end_lng" id="end_lng" placeholder="36.2765" value="36.2765">
</div>
</div>
<div class="form-row">
<div class="form-group">
<label for="end_lat">End Latitude</label>
<input type="text" name="end_lat" id="end_lat" placeholder="31.7225" value="31.7225">
</div>
<div class="form-group">
<label for="end_lng">End Longitude</label>
<input type="text" name="end_lng" id="end_lng" placeholder="35.9892" value="35.9892">
</div>
</div>
<button type="submit" class="btn" id="submit-task-btn">Queue Scraping Task</button>
</form>