summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/result_templates/torrent.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-08-18 11:37:57 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-08-18 11:37:57 +0200
commitd1d55f2ca41fbaf10a66bfc66d69e0fccf673413 (patch)
tree6ef0e55b147f4b82f7970ea39e890523c23aadf5 /searx/templates/courgette/result_templates/torrent.html
parentce719ac50ca79cc423046ef7a32b8792a24dfe0b (diff)
parent195ff7522eea6cfbc9deb26826d8cfc424cac397 (diff)
Merge pull request #82 from courgette/master
New theme courgette
Diffstat (limited to 'searx/templates/courgette/result_templates/torrent.html')
-rw-r--r--searx/templates/courgette/result_templates/torrent.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/templates/courgette/result_templates/torrent.html b/searx/templates/courgette/result_templates/torrent.html
new file mode 100644
index 000000000..6c62793a5
--- /dev/null
+++ b/searx/templates/courgette/result_templates/torrent.html
@@ -0,0 +1,7 @@
+<div class="result torrent_result">
+ <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
+ {% if result.content %}<p class="content">{{ result.content|safe }}</p>{% endif %}
+ <p class="stats">Seed: {{ result.seed }}, Leech: {{ result.leech }}</p>
+ <p><a href="{{ result.magnetlink }}" class="magnetlink">magnet link</a></p>
+ <p class="url">{{ result.pretty_url }}</p>
+</div>