|
|
@ -109,7 +109,7 @@
|
|
|
|
echo '<div class="input-group mb-3">';
|
|
|
|
echo '<div class="input-group mb-3">';
|
|
|
|
echo '<label for="stop" class="input-group-text">停留所</label>';
|
|
|
|
echo '<label for="stop" class="input-group-text">停留所</label>';
|
|
|
|
echo '<input type="number" min="0" id="stop" name="stop" class="form-control" placeholder="12345" required>';
|
|
|
|
echo '<input type="number" min="0" id="stop" name="stop" class="form-control" placeholder="12345" required>';
|
|
|
|
echo '<input type="submit" class="btn btn-outline-secondary">';
|
|
|
|
echo '<input type="submit" class="btn btn-outline-secondary" value="検索">';
|
|
|
|
echo '</div>';
|
|
|
|
echo '</div>';
|
|
|
|
echo '</form>';
|
|
|
|
echo '</form>';
|
|
|
|
|
|
|
|
|
|
|
|