Update: 2026-06-30 00:01:58
This commit is contained in:
@@ -614,33 +614,33 @@ $scrapedResults = json_decode(file_get_contents(RESULTS_FILE), true);
|
||||
|
||||
<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">
|
||||
<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">
|
||||
<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">
|
||||
<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="36.2530" value="36.2530">
|
||||
<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">
|
||||
<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="36.2765" value="36.2765">
|
||||
<input type="text" name="end_lng" id="end_lng" placeholder="35.9892" value="35.9892">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user