General tidy and image move
This commit is contained in:
16
input.html
16
input.html
@@ -137,24 +137,24 @@
|
||||
<form action="newppr.php" method="POST">
|
||||
<div class="form-group">
|
||||
<label for="ac_reg">Registration</label>
|
||||
<input type="text" id="ac_reg" name="ac_reg" onkeyup="fetchResults()" required>
|
||||
<input type="text" id="ac_reg" name="ac_reg" onkeyup="fetchResults()" required maxlength="16">
|
||||
</div>
|
||||
<div id="results"></div>
|
||||
<div class="form-group">
|
||||
<label for="ac_type">Type</label>
|
||||
<input type="text" id="ac_type" name="ac_type" required>
|
||||
<input type="text" id="ac_type" name="ac_type" required maxlength="16">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="optional-label" for="ac_call">Callsign (optional)</label>
|
||||
<input type="text" id="ac_call" name="ac_call">
|
||||
<input type="text" id="ac_call" name="ac_call" maxlength="16">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="captain">Captain's Name</label>
|
||||
<input type="text" id="captain" name="captain" required>
|
||||
<input type="text" id="captain" name="captain" required maxlength="64">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="in_from">Arriving From</label>
|
||||
<input type="text" id="in_from" name="in_from" required>
|
||||
<input type="text" id="in_from" name="in_from" required maxlength="64">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="pob_in">POB Inbound</label>
|
||||
@@ -166,7 +166,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="out_to">Out to</label>
|
||||
<input type="text" id="out_to" name="out_to">
|
||||
<input type="text" id="out_to" name="out_to" maxlength="64">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="pob_out">POB Outbound</label>
|
||||
@@ -188,11 +188,11 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label class="optional-label" for="email">Email (optional)</label>
|
||||
<input type="email" id="email" name="email" >
|
||||
<input type="email" id="email" name="email" maxlength="128">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="optional-label" for="phone">Phone (optional)</label>
|
||||
<input type="text" id="phone" name="phone" >
|
||||
<input type="text" id="phone" name="phone" maxlength="16">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user