Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix wrong vgmdb input name & wrong input type (#1485)

* Fix wrong vgmdb input name

* Fix wrong search link

* Fix wrong dlsite URL

* fix wrong url yet again
Cette révision appartient à :
kilo 2017-09-03 12:45:57 +02:00 révisé par ewhal
Parent 26932b904a
révision cdb90050b3
2 fichiers modifiés avec 7 ajouts et 7 suppressions

Voir le fichier

@ -86,10 +86,10 @@
</span>
<span class="form-refine">
<span class="spacing">Tags:</span>
<input type="number" name="anidb" placeholder="AniDB" title="AniDB" value="" class="form-input"/>
<input type="number" name="vgmdb" placeholder="VGMdb" title="VGMdb" value="" class="form-input"/>
<input type="number" name="vndb" placeholder="VnDB" title="VnDB" value="" class="form-input"/>
<input type="number" name="dlsite" placeholder="DLsite" title="DLsite" value="" class="form-input"/>
<input type="text" name="anidb" placeholder="AniDB" title="AniDB" value="" class="form-input"/>
<input type="text" name="vgm" placeholder="VGMdb" title="VGMdb" value="" class="form-input"/>
<input type="text" name="vndb" placeholder="VnDB" title="VnDB" value="" class="form-input"/>
<input type="text" name="dlsite" placeholder="DLsite" title="DLsite" value="" class="form-input"/>
</span>
<div name="language" class="form-refine form-input language">
{{ yield flagList(languages=GetTorrentLanguages(), selected=Search.Languages, inputname="lang", id="refine-search")}}

Voir le fichier

@ -41,7 +41,7 @@
<tr class="torrent-info-row">
<td class="torrent-info-td torrent-info-label">{{ T("hash")}}:</td>
<td style="font-family: monospace;" class="torrent-view-td torrent-info-data">{{Torrent.Hash}}</td>
<td class="torrent-info-td torrent-info-label">{{ T("completed")}}:</td>
<td class="torrent-info-td torrent-info-label">{{ T("completed")}}:</td>sdqsdqs
<td class="torrent-info-td">
<b>{{if Torrent.LastScrape.IsZero}}{{ T("unknown")}}{{else}}{{Torrent.Completed}}{{end}}</b>
</td>
@ -86,12 +86,12 @@
{{ if Torrent.VgmdbID > 0 }}
<span class="tag accepted">
<span class="tag-text votable"><a href="http://vgmdb.net/product/{{ Torrent.VgmdbID }}">{{ T("tagtype_vgmdbid") }}: {{ Torrent.VgmdbID }}</a></span>
<a href="/search?vgmdb={{ Torrent.VgmdbID }}" title="{{ T("filter") }}"><i class="icon-search"></i></a>
<a href="/search?vgm={{ Torrent.VgmdbID }}" title="{{ T("filter") }}"><i class="icon-search"></i></a>
</span>
{{end}}
{{ if Torrent.Dlsite > 0 }}
<span class="tag accepted">
<span class="tag-text votable"><a href="www.dlsite.com/home/work/=/product_id/{{ Torrent.Dlsite }}.html">{{ T("tagtype_dlsite") }}: {{ Torrent.Dlsite }}</a></span>
<span class="tag-text votable"><a href="https://www.dlsite.com/home/work/=/product_id/{{ Torrent.Dlsite }}.html">{{ T("tagtype_dlsite") }}: {{ Torrent.Dlsite }}</a></span>
<a href="/search?dlsite={{ Torrent.Dlsite }}" title="{{ T("filter") }}"><i class="icon-search"></i></a>
</span>
{{end}}