| 
									
										
										
										
											2019-07-30 06:25:05 +02:00
										 |  |  | <form id="search" method="{{ method or 'POST' }}" action="{{ url_for('search') }}"> | 
					
						
							| 
									
										
										
										
											2021-10-26 23:11:51 +02:00
										 |  |  |   <a id="search_logo" href="{{ url_for('index') }}"> | 
					
						
							| 
									
										
										
										
											2021-11-08 11:05:02 +01:00
										 |  |  |     <span hidden>SearXNG</span> | 
					
						
							|  |  |  |     {% include '__common__/searxng-wordmark.min.svg' without context %} | 
					
						
							| 
									
										
										
										
											2021-10-26 23:11:51 +02:00
										 |  |  |   </a> | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |   <div id="search_wrapper"> | 
					
						
							|  |  |  |     <div class="search_box"> | 
					
						
							| 
									
										
										
										
											2020-05-27 14:49:00 +02:00
										 |  |  |       <input id="q" autofocus name="q" type="text" placeholder="{{ _('Search for...') }}" tabindex="1" autocomplete="off" spellcheck="false" dir="auto" {% if q %}value="{{ q }}"{% endif %} > | 
					
						
							| 
									
										
										
										
											2021-11-13 10:42:07 +01:00
										 |  |  |       <button id="clear_search" type="button" tabindex="-1"><span class="hide_if_nojs">{{ icon_big('close') }}</span><span class="show_if_nojs">{{ _('Clear search') }}</span></button> | 
					
						
							|  |  |  |       <button id="send_search" type="submit" tabindex="-1"><span class="hide_if_nojs">{{ icon_big('search-outline') }}</span><span class="show_if_nojs">{{ _('Start search') }}</span></button> | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     </div> | 
					
						
							|  |  |  |     <div class="search_filters"> | 
					
						
							|  |  |  |       {% include 'simple/languages.html' %} | 
					
						
							|  |  |  |       {% include 'simple/time-range.html' %} | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |   {% set display_tooltip = true %} | 
					
						
							|  |  |  |   {% include 'simple/categories.html' %} | 
					
						
							|  |  |  |   <input type="hidden" name="safesearch" value="{{ safesearch }}" > | 
					
						
							|  |  |  |   <input type="hidden" name="theme" value="{{ theme }}" > | 
					
						
							| 
									
										
										
										
											2019-08-02 13:50:51 +02:00
										 |  |  |   {% if timeout_limit %}<input type="hidden" name="timeout_limit" value="{{ timeout_limit|e }}" >{% endif %} | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | </form> |