mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #545 from pointhi/oscar-improvement
Oscar improvement
This commit is contained in:
		
						commit
						603ecbeb6e
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -13,7 +13,16 @@ | ||||||
| </div> | </div> | ||||||
| {% endif %} | {% endif %} | ||||||
| 
 | 
 | ||||||
|  | {% if result.img_src %} | ||||||
|  | <div class="container-fluid"> | ||||||
|  |     <div class="row"> | ||||||
|  | <img src="{{ image_proxify(result.img_src) }}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" style="width: auto; max-height: 60px; min-height: 60px;" class="col-xs-2 col-sm-4 col-md-4 result-content"> | ||||||
|  | {% if result.content %}<p class="result-content col-xs-8 col-sm-8 col-md-8">{{ result.content|safe }}</p>{% endif %} | ||||||
|  |     </div> | ||||||
|  | </div> | ||||||
|  | {% else %} | ||||||
| {% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %} | {% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %} | ||||||
|  | {% endif %} | ||||||
| 
 | 
 | ||||||
| {% if rtl %} | {% if rtl %} | ||||||
| {{ result_footer_rtl(result) }} | {{ result_footer_rtl(result) }} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber