| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8" /> | 
					
						
							|  |  |  |     <meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" /> | 
					
						
							|  |  |  |     <meta name="keywords" content="searx, search, search engine, metasearch, meta search" /> | 
					
						
							|  |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
					
						
							| 
									
										
										
										
											2014-11-18 11:37:42 +01:00
										 |  |  |     <meta name="generator" content="searx/{{ searx_version }}"> | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1 , maximum-scale=1.0, user-scalable=1" /> | 
					
						
							| 
									
										
										
										
											2015-01-10 15:24:21 +01:00
										 |  |  |     {% block meta %}{% endblock %} | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |     <title>{% block title %}{% endblock %}searx</title> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" /> | 
					
						
							| 
									
										
										
										
											2014-09-29 10:27:19 +02:00
										 |  |  |     <link rel="stylesheet" href="{{ url_for('static', filename='css/oscar.min.css') }}" type="text/css" />   | 
					
						
							| 
									
										
										
										
											2014-11-02 13:00:28 +01:00
										 |  |  |     <link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.min.css') }}" type="text/css" /> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | 
					
						
							|  |  |  |     <!--[if lt IE 9]>
 | 
					
						
							|  |  |  |       <script src="{{ url_for('static', filename='js/html5shiv.min.js') }}"></script> | 
					
						
							|  |  |  |       <script src="{{ url_for('static', filename='js/respond.min.js') }}"></script> | 
					
						
							|  |  |  |     <![endif]--> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {% block styles %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% block head %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <link title="searx" type="application/opensearchdescription+xml" rel="search" href="{{ url_for('opensearch') }}"/> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     <script type="text/javascript"> | 
					
						
							|  |  |  |         searx = {}; | 
					
						
							| 
									
										
										
										
											2014-09-29 09:44:29 +02:00
										 |  |  |         searx.method = "{{ method or 'POST' }}"; | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |         searx.autocompleter = {% if autocomplete %}true{% else %}false{% endif %}; | 
					
						
							|  |  |  |     </script> | 
					
						
							| 
									
										
										
										
											2014-11-03 22:18:40 +01:00
										 |  |  |     <noscript> | 
					
						
							|  |  |  |         <style type="text/css"> | 
					
						
							| 
									
										
										
										
											2015-01-15 15:48:50 +01:00
										 |  |  |             .tab-content > .active_if_nojs, .active_if_nojs {display: block;} | 
					
						
							|  |  |  |             .margin_top_if_nojs {margin-top: 20px;} | 
					
						
							| 
									
										
										
										
											2014-11-03 22:18:40 +01:00
										 |  |  |             .hide_if_nojs {display: none !important;overflow:none !important;} | 
					
						
							|  |  |  |         </style> | 
					
						
							|  |  |  |     </noscript> | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |     {% include 'oscar/navbar.html' %} | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |     {% block site_alert_error %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% block site_alert_warning %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% block site_alert_warning_nojs %} | 
					
						
							|  |  |  |     <noscript> | 
					
						
							| 
									
										
										
										
											2014-09-26 23:29:14 +02:00
										 |  |  |         {% include 'oscar/messages/js_disabled.html' %} | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |     </noscript> | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							| 
									
										
										
										
											2014-09-26 23:29:14 +02:00
										 |  |  |     {% block site_alert_info %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  |     {% block site_alert_success %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |      | 
					
						
							|  |  |  |     {% block content %} | 
					
						
							|  |  |  |     {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="footer"> | 
					
						
							|  |  |  |         <div class="container"> | 
					
						
							|  |  |  |             {% block footer %} | 
					
						
							|  |  |  |             {% endblock %} | 
					
						
							| 
									
										
										
										
											2014-11-18 11:37:42 +01:00
										 |  |  |             <p class="text-muted">{{ _('Powered by') }} <a href="https://github.com/asciimoo/searx">searx</a> - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}</p> | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script> | 
					
						
							|  |  |  |     <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script> | 
					
						
							| 
									
										
										
										
											2014-09-29 09:44:29 +02:00
										 |  |  |     {% if autocomplete %}<script src="{{ url_for('static', filename='js/typeahead.bundle.min.js') }}"></script>{% endif %} | 
					
						
							| 
									
										
										
										
											2014-11-02 13:00:28 +01:00
										 |  |  |     <script src="{{ url_for('static', filename='js/require-2.1.15.min.js') }}"></script> | 
					
						
							| 
									
										
										
										
											2014-11-30 13:21:58 +01:00
										 |  |  |     <script src="{{ url_for('static', filename='js/searx.min.js') }}"></script> | 
					
						
							| 
									
										
										
										
											2014-09-22 22:42:29 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |