| 
									
										
										
										
											2014-03-29 16:45:22 +01:00
										 |  |  | <form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" id="search_form"> | 
					
						
							| 
									
										
										
										
											2015-01-15 01:48:46 +01:00
										 |  |  |     <div id="search_wrapper"> | 
					
						
							|  |  |  |         <input type="text" placeholder="{{ _('Search for...') }}" id="q" class="q" name="q" tabindex="1" autocomplete="off" size="100" {% if q %}value="{{ q }}"{% endif %}/> | 
					
						
							|  |  |  |         <input type="submit" value="search" id="search_submit" /> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     {% set display_tooltip = true %} | 
					
						
							| 
									
										
										
										
											2016-09-22 23:51:07 +02:00
										 |  |  |     {% include 'legacy/categories.html' %} | 
					
						
							| 
									
										
										
										
											2013-10-17 01:53:52 +02:00
										 |  |  | </form> |