mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add checkboxes to coverview for console, games, movies, music and xxx selections.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -174,6 +175,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -195,6 +196,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -120,6 +121,12 @@
|
||||
<b>Starring: </b>
|
||||
{$result.actors} {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
@@ -228,6 +235,12 @@
|
||||
<b>Starring: </b>
|
||||
{$result.actors} {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
@@ -287,6 +300,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -167,6 +168,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -159,6 +160,12 @@
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
<div class="release-subtitle">{if $result.genre != ''}{$result.genre}, {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
@@ -295,6 +302,12 @@
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
<div class="release-subtitle">{if $result.genre != ''}{$result.genre}, {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
@@ -343,6 +356,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -174,6 +175,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -195,6 +196,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -120,6 +121,12 @@
|
||||
<b>Starring: </b>
|
||||
{$result.actors} {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
@@ -228,6 +235,12 @@
|
||||
<b>Starring: </b>
|
||||
{$result.actors} {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
@@ -287,6 +300,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -167,6 +168,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
@@ -159,6 +160,12 @@
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
<div class="release-subtitle">{if $result.genre != ''}{$result.genre}, {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
@@ -295,6 +302,12 @@
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
<div class="release-subtitle">{if $result.genre != ''}{$result.genre}, {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="chksingle"/>
|
||||
</label>
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
@@ -343,6 +356,7 @@
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
Check all: <input type="checkbox" class="nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
|
||||
Reference in New Issue
Block a user