mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-03-13 05:51:10 +00:00
add filter link #35
This commit is contained in:
parent
deb35d5013
commit
002a41da87
@ -5,6 +5,19 @@
|
||||
{% if query %}
|
||||
<h2>{{ 'Search results' | trans }}</h2>
|
||||
<sub>
|
||||
{% if app.request.get('filter') %}
|
||||
<a class="margin-l-4-px" href="{{ path('torrent_search', { query : query | url_encode(true) }) }}" title="{{ 'Hide filter' | trans }}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16">
|
||||
<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"/>
|
||||
</svg>
|
||||
</a>
|
||||
{% else %}
|
||||
<a class="text-color-night margin-l-4-px" href="{{ path('torrent_search', { query : query | url_encode(true), filter : 'true' }) }}" title="{{ 'Show filter' | trans }}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16">
|
||||
<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"/>
|
||||
</svg>
|
||||
</a>
|
||||
{% endif %}
|
||||
<a class="text-color-night margin-x-4-px" href="{{ path('rss_torrents_recent', { query : query | url_encode(true) }) }}" title="RSS">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
|
||||
<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>other</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Hide filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Show filter</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>другое</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Скрыть фильтр</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Показать фильтр</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@ -901,6 +901,14 @@
|
||||
<source>other</source>
|
||||
<target>інше</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="v7fLnQX" resname="Hide filter">
|
||||
<source>Hide filter</source>
|
||||
<target>Приховати фільтр</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="45aF7iu" resname="Show filter">
|
||||
<source>Show filter</source>
|
||||
<target>Показати фільтр</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
Loading…
x
Reference in New Issue
Block a user