7264ab0d0a
* Update torrent_file_missing.jet.html * Update en-us.all.json * Update CHANGELOG.md * Update main.css * Update upload.jet.html * Remove unused refine inputs from URL when doing a refine search * fix cookie warning not showing up
14 lignes
524 o
HTML
14 lignes
524 o
HTML
{{ extends "layouts/index_site" }}
|
|
{{block title()}}{{ T("err_no_torrent_file")}}{{end}}
|
|
{{block content_body()}}
|
|
<div style="text-align: center;">
|
|
<h1>{{ T("err_no_torrent_file")}}</h1>
|
|
{{ if isset(magnet) && magnet != "" }}
|
|
<a href="{{magnet}}" class="form-input btn-green download" style="height: auto;">
|
|
<div class="icon-magnet"></div>{{ T("magnet_link")}}
|
|
</a>
|
|
<br/><br/>
|
|
{{ end }}
|
|
<img src="/img/no_torrent_file.jpg" alt="No torrent file"/>
|
|
</div>
|
|
{{end}} {{block mascot()}}<br />{{end}}
|