1 <div class="search_forms">
2 <form method="GET" action="<%= search_path %>" class="search_form px-1 py-2">
3 <div class="row gx-2 mx-0">
5 <div class="input-group flex-nowrap">
6 <div class='query_wrapper position-relative flex-grow-1'>
7 <%= link_to t("site.search.where_am_i"), "#", :class => "describe_location position-absolute", :title => t("site.search.where_am_i_title") %>
8 <%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
10 <div class="input-group-append">
11 <%= submit_tag t("site.search.submit_text"), :class => "btn btn-sm btn-primary", :data => { :disable_with => false } %>
15 <div class="col-auto">
16 <%= link_to image_tag("directions.png", :width => "20", :height => "20"), directions_path, :class => "btn btn-sm btn-primary switch_link", :title => t("site.search.get_directions_title") %>
21 <form method="GET" action="<%= directions_path %>" class="directions_form pb-3">
22 <div class="d-flex flex-row-reverse px-3 py-3"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
24 <div class="row gx-2 m-1">
26 <%= image_tag "marker-green.png", :class => "routing_marker mx-auto d-block", :data => { :type => "from" }, :draggable => "true" %>
29 <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
32 <div class="row gx-2 m-1">
34 <%= image_tag "marker-red.png", :class => "routing_marker mx-auto d-block", :data => { :type => "to" }, :draggable => "true" %>
37 <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
40 <div class="row gx-2 m-1">
41 <div class="col offset-1">
42 <select class="routing_engines form-select form-select-sm" name="routing_engines"></select>
44 <div class="col-auto">
45 <%= submit_tag t("site.search.submit_text"), :class => "routing_go btn btn-sm btn-primary", :data => { :disable_with => false } %>
48 <div class="row gx-2 m-1">
49 <div class="col offset-1">
50 <button class="btn btn-sm btn-link reverse_directions"><%= t("site.search.reverse_directions_text") %></button>
54 <div class="loader_copy d-none">
55 <div class="text-center loader">
56 <div class="spinner-border" role="status">
57 <span class="visually-hidden"><%= t("browse.start_rjs.loading") %></span>