Add DLsite input and missing quality options (#1418)
* Add DLsite input and missing quality options * Smaller inputs to have room for 4 inputs * Update main.css * add translation string
Cette révision appartient à :
Parent
4e361ccce0
révision
bdda5dcd4f
2 fichiers modifiés avec 6 ajouts et 6 suppressions
|
@ -438,12 +438,8 @@ select.form-input {
|
||||||
width: 69px;
|
width: 69px;
|
||||||
}
|
}
|
||||||
.refine-container-2 input[type="number"],.refine-container-2 input[type="text"] {
|
.refine-container-2 input[type="number"],.refine-container-2 input[type="text"] {
|
||||||
margin-right: 4px;
|
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
width: 100px!important;
|
width: 85px!important;
|
||||||
}
|
|
||||||
.refine-container-2 input[type="text"] {
|
|
||||||
width: 70px;
|
|
||||||
}
|
}
|
||||||
.refine-date {
|
.refine-date {
|
||||||
width: 98px!important;
|
width: 98px!important;
|
||||||
|
|
|
@ -79,7 +79,10 @@
|
||||||
<span class="form-refine">
|
<span class="form-refine">
|
||||||
<span class="spacing">Quality:</span>
|
<span class="spacing">Quality:</span>
|
||||||
<select name="vq" class="form-input">
|
<select name="vq" class="form-input">
|
||||||
<option value="1080">1080p</option>
|
<option value="">{{ T("show_all")}}</option>
|
||||||
|
{{ range _, vq := Config.Torrents.Tags.Types.Get("videoquality").Defaults }}
|
||||||
|
<option value="{{vq}}">{{T("tagvalue_" + vq)}}</option>
|
||||||
|
{{end}}
|
||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<span class="form-refine">
|
<span class="form-refine">
|
||||||
|
@ -87,6 +90,7 @@
|
||||||
<input type="number" name="vgmdb" placeholder="VGMdb" value="" class="form-input"/>
|
<input type="number" name="vgmdb" placeholder="VGMdb" value="" class="form-input"/>
|
||||||
<input type="number" name="vndb" placeholder="VnDB" value="" class="form-input"/>
|
<input type="number" name="vndb" placeholder="VnDB" value="" class="form-input"/>
|
||||||
<input type="number" name="anidb" placeholder="AniDB" value="" class="form-input"/>
|
<input type="number" name="anidb" placeholder="AniDB" value="" class="form-input"/>
|
||||||
|
<input type="number" name="dlsite" placeholder="DLsite" value="" class="form-input"/>
|
||||||
</span>
|
</span>
|
||||||
<div name="language" class="form-refine form-input language">
|
<div name="language" class="form-refine form-input language">
|
||||||
{{ yield flagList(languages=GetTorrentLanguages(), selected=Search.Languages, inputname="lang", id="refine-search")}}
|
{{ yield flagList(languages=GetTorrentLanguages(), selected=Search.Languages, inputname="lang", id="refine-search")}}
|
||||||
|
|
Référencer dans un nouveau ticket