forked from zaclys/searxng
		
	[fix] simple theme: fix open in a new tab preference
This commit is contained in:
		
							parent
							
								
									523b3c0952
								
							
						
					
					
						commit
						3167d645e8
					
				
					 6 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %}
 | 
					{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
					{{ result_header(result, favicons, image_proxify) -}}
 | 
				
			||||||
{{- result_sub_header(result) -}}
 | 
					{{- result_sub_header(result) -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %}
 | 
					{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
					{{ result_header(result, favicons, image_proxify) -}}
 | 
				
			||||||
{{- result_sub_header(result) -}}
 | 
					{{- result_sub_header(result) -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<article class="result result-images {% if result['category'] %}category-{{ result['category'] }}{% endif %}">{{- "" -}}
 | 
					<article class="result result-images {% if result['category'] %}category-{{ result['category'] }}{% endif %}">{{- "" -}}
 | 
				
			||||||
        <a {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} href="{{ result.img_src }}">{{- "" -}}
 | 
					        <a {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} href="{{ result.img_src }}">{{- "" -}}
 | 
				
			||||||
                <img class="image_thumbnail" src="{% if result.thumbnail_src %}{{ image_proxify(result.thumbnail_src) }}{% else %}{{ image_proxify(result.img_src) }}{% endif %}" loading="lazy" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}" />{{- "" -}}
 | 
					                <img class="image_thumbnail" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} src="{% if result.thumbnail_src %}{{ image_proxify(result.thumbnail_src) }}{% else %}{{ image_proxify(result.img_src) }}{% endif %}" loading="lazy" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/>{{- "" -}}
 | 
				
			||||||
                <span class="title">{{ result.title|striptags }}</span>{{- "" -}}
 | 
					                <span class="title">{{ result.title|striptags }}</span>{{- "" -}}
 | 
				
			||||||
        </a>{{- "" -}}
 | 
					        </a>{{- "" -}}
 | 
				
			||||||
        <div class="detail">{{- "" -}}
 | 
					        <div class="detail">{{- "" -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl, icon %}
 | 
					{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl, icon with context %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
					{{ result_header(result, favicons, image_proxify) -}}
 | 
				
			||||||
{{- result_sub_header(result) -}}
 | 
					{{- result_sub_header(result) -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl, result_link %}
 | 
					{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl, result_link with context %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
					{{ result_header(result, favicons, image_proxify) -}}
 | 
				
			||||||
{{- result_sub_header(result) -}}
 | 
					{{- result_sub_header(result) -}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %}
 | 
					{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ result_header(result, favicons, image_proxify) }}
 | 
					{{ result_header(result, favicons, image_proxify) }}
 | 
				
			||||||
{{ result_sub_header(result) }}
 | 
					{{ result_sub_header(result) }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue