1 <div class="search_forms">
2 <form method="GET" action="<%= search_path %>" class="search_form bg-body-secondary px-1 py-2">
3 <div class="row gx-2 mx-0">
5 <div class="input-group flex-nowrap">
6 <%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control form-control-sm z-0", :dir => "auto" %>
7 <div class="input-group-text border-start-0 p-0 position-relative">
8 <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %>
10 <%= submit_tag t("site.search.submit_text"), :class => "btn btn-sm btn-primary", :data => { :disable_with => false } %>
13 <div class="col-auto">
14 <%= link_to image_tag("directions.png", :width => "20", :height => "20", :class => "align-bottom"), directions_path, :class => "btn btn-sm btn-primary switch_link", :title => t("site.search.get_directions_title") %>
19 <form method="GET" action="<%= directions_path %>" class="directions_form bg-body-secondary pb-3">
20 <div class="d-flex flex-row-reverse px-3 py-3"><button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button></div>
22 <div class="row gx-2 m-1">
24 <%= image_tag "marker-green.png", :class => "routing_marker mx-auto d-block", :data => { :type => "from" }, :draggable => "true" %>
27 <%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
30 <div class="row gx-2 m-1">
32 <%= image_tag "marker-red.png", :class => "routing_marker mx-auto d-block", :data => { :type => "to" }, :draggable => "true" %>
35 <%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
38 <div class="row gx-2 m-1">
39 <div class="col offset-1">
40 <select class="routing_engines form-select form-select-sm" name="routing_engines"></select>
42 <div class="col-auto">
43 <%= submit_tag t("site.search.submit_text"), :class => "routing_go btn btn-sm btn-primary", :data => { :disable_with => false } %>
46 <div class="row gx-2 m-1">
47 <div class="col offset-1">
48 <button class="btn btn-sm btn-link reverse_directions"><%= t("site.search.reverse_directions_text") %></button>
52 <div class="loader_copy d-none">
53 <div class="text-center loader">
54 <div class="spinner-border" role="status">
55 <span class="visually-hidden"><%= t("browse.start_rjs.loading") %></span>