Merge branch 'main' of https://weforge.xyz/Spitfire/Search
Some checks failed
Run Integration Tests / test (push) Failing after 42s
Some checks failed
Run Integration Tests / test (push) Failing after 42s
This commit is contained in:
commit
f213c958f4
6 changed files with 25 additions and 7 deletions
|
@ -60,8 +60,17 @@
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fetched_dif {
|
.fetched_dif_videos {
|
||||||
margin-top: 110px !important;
|
margin-top: 110px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fetched_dif_files{
|
||||||
|
margin-top: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.fetched_dif_images {
|
||||||
|
margin-top: 10px ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fetched_img {
|
.fetched_img {
|
||||||
|
@ -623,6 +632,10 @@ hr {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.torrent-cat {
|
||||||
|
margin-top: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
.torrent-cat:hover,
|
.torrent-cat:hover,
|
||||||
.torrent-settings:hover,
|
.torrent-settings:hover,
|
||||||
.torrent-sort-save:hover {
|
.torrent-sort-save:hover {
|
||||||
|
|
|
@ -120,8 +120,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p class="fetched fetched_dif fetched_tor">{{ translate "fetched_in" .Fetched }}</p>
|
|
||||||
|
|
||||||
{{ if .Results }}
|
{{ if .Results }}
|
||||||
<form action="/search" class="torrent-sort" method="GET">
|
<form action="/search" class="torrent-sort" method="GET">
|
||||||
<input type="hidden" name="q" value="{{ .Query }}">
|
<input type="hidden" name="q" value="{{ .Query }}">
|
||||||
|
@ -147,6 +145,8 @@
|
||||||
</select>
|
</select>
|
||||||
<button type="submit" class="torrent-sort-save">{{ translate "apply_settings" }}</button>
|
<button type="submit" class="torrent-sort-save">{{ translate "apply_settings" }}</button>
|
||||||
</form>
|
</form>
|
||||||
|
<p class="fetched fetched_dif_files fetched_tor">{{ translate "fetched_in" .Fetched }}</p>
|
||||||
|
|
||||||
<div class="clean">
|
<div class="clean">
|
||||||
{{ range .Results }}
|
{{ range .Results }}
|
||||||
<div class="results" id="results">
|
<div class="results" id="results">
|
||||||
|
|
|
@ -132,6 +132,8 @@
|
||||||
</select>
|
</select>
|
||||||
<button class="results-save" name="t" value="forum">{{ translate "save_settings" }}</button>
|
<button class="results-save" name="t" value="forum">{{ translate "save_settings" }}</button>
|
||||||
</form>
|
</form>
|
||||||
|
<p class="fetched fetched_dif_files fetched_tor">{{ translate "fetched_in" .Fetched }}</p>
|
||||||
|
|
||||||
<div class="results" id="results">
|
<div class="results" id="results">
|
||||||
{{if .Results}}
|
{{if .Results}}
|
||||||
{{range .Results}}
|
{{range .Results}}
|
||||||
|
|
|
@ -146,7 +146,8 @@
|
||||||
<button class="results-save" name="t" value="image">{{ translate "save_settings" }}</button>
|
<button class="results-save" name="t" value="image">{{ translate "save_settings" }}</button>
|
||||||
</form>
|
</form>
|
||||||
<div class="search-results" id="results">
|
<div class="search-results" id="results">
|
||||||
|
|
||||||
|
<p class="fetched fetched_dif_images fetched_vid">{{ translate "fetched_in" .Fetched }}</p>
|
||||||
<!-- Results go here -->
|
<!-- Results go here -->
|
||||||
{{ if .Results }}
|
{{ if .Results }}
|
||||||
<div class="images images_viewer_hidden">
|
<div class="images images_viewer_hidden">
|
||||||
|
|
|
@ -132,7 +132,9 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</select>
|
</select>
|
||||||
<button class="results-save" name="t" value="text">{{ translate "save_settings" }}</button>
|
<button class="results-save" name="t" value="text">{{ translate "save_settings" }}</button>
|
||||||
</form>
|
</form>
|
||||||
|
<p class="fetched fetched_dif_files fetched_tor">{{ translate "fetched_in" .Fetched }}</p>
|
||||||
|
|
||||||
<div class="results" id="results">
|
<div class="results" id="results">
|
||||||
{{if .Results}}
|
{{if .Results}}
|
||||||
{{range .Results}}
|
{{range .Results}}
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<!-- Results go here -->
|
<!-- Results go here -->
|
||||||
<p class="fetched fetched_dif fetched_vid">{{ translate "fetched_in" .Fetched }}</p>
|
<p class="fetched fetched_dif_videos fetched_vid">{{ translate "fetched_in" .Fetched }}</p>
|
||||||
{{ if .Results }}
|
{{ if .Results }}
|
||||||
{{ range .Results }}
|
{{ range .Results }}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue