logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

search.html (457B)


  1. <form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" id="search_form">
  2. <div id="search_wrapper">
  3. <input type="text" placeholder="{{ _('Search for...') }}" id="q" class="q" name="q" tabindex="1" autocomplete="off" size="100" {% if q %}value="{{ q }}"{% endif %}/>
  4. <input type="submit" value="search" id="search_submit" />
  5. </div>
  6. {% set display_tooltip = true %}
  7. {% include 'legacy/categories.html' %}
  8. </form>