| 
									
										
										
										
											2023-04-06 20:41:25 +02:00
										 |  |  | {% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_link with context %} | 
					
						
							|  |  |  | {% from 'simple/icons.html' import icon_small %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {{- result_header(result, favicons, image_proxify) -}} | 
					
						
							|  |  |  | {{- result_sub_header(result) -}} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if result.embedded -%} | 
					
						
							|  |  |  |     <small> • <a class="text-info btn-collapse collapsed cursor-pointer media-loader disabled_if_nojs" data-toggle="collapse" data-target="#result-media-{{ index }}" data-btn-text-collapsed="{{ _('show media') }}" data-btn-text-not-collapsed="{{ _('hide media') }}"> | 
					
						
							|  |  |  |     {%- if result.mtype == 'audio' %}{{ icon_small('musical-notes-outline') -}} | 
					
						
							|  |  |  |     {%- elif result.mtype == 'video' %} {{ icon_small('play-outline') -}} | 
					
						
							|  |  |  |     {%- endif %} {{ _('show media') }}</a></small> | 
					
						
							|  |  |  | {%- endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if result.embedded -%} | 
					
						
							| 
									
										
										
										
											2024-01-14 19:28:40 +01:00
										 |  |  | <div id="result-media-{{ index }}" class="collapse invisible"> | 
					
						
							| 
									
										
										
										
											2023-04-06 20:41:25 +02:00
										 |  |  |    {{- result.embedded|safe -}} | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | {%- endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if result.abstract %}<p class="result-content result-abstract">{{ result.abstract|safe }}</p>{% 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 -%} | 
					
						
							|  |  |  | {%- endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <table class="result-metadata result-content"> | 
					
						
							|  |  |  | {%- if result.author %}<tr><td>{{ _('Author') }}</td><td>{{ result.author|safe }}</td></tr>{% endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if result.filename %}<tr><td>{{ _('Filename') }}</td><td>{{ result.filename|safe }}</td></tr>{% endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-12 22:35:13 +02:00
										 |  |  | {%- if result.size %}<tr><td>{{ _('Filesize') }}</td><td>{{ result.size|safe }}</td></tr>{%- endif -%} | 
					
						
							| 
									
										
										
										
											2023-04-06 20:41:25 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {%- if result.time %}<tr><td>{{ _('Date') }}</td><td>{{ result.time|safe }}</td></tr>{% endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if result.mtype %}<tr><td>{{ _('Type') }}</td><td>{{ result.mtype|safe }}/{{ result.subtype|safe }}</td></tr>{% endif -%} | 
					
						
							|  |  |  | </table> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {{ result_footer(result) }} |