mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Fixes in omicron template.
This commit is contained in:
@@ -10,48 +10,51 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
@@ -97,7 +100,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
<input type="checkbox" class="nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
@@ -145,46 +148,43 @@
|
||||
</div>
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -13,200 +13,212 @@
|
||||
{$site->adbrowse}
|
||||
|
||||
{if $results|@count > 0}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
{if isset($shows)}
|
||||
<p>
|
||||
<a href="{$smarty.const.WWW_TOP}/series"
|
||||
title="View available TV series">Series List</a> |
|
||||
<a title="Manage your shows" href="{$smarty.const.WWW_TOP}/myshows">Manage
|
||||
My Shows</a> |
|
||||
<a title="All releases in your shows as an RSS feed"
|
||||
href="{$smarty.const.WWW_TOP}/rss?t=-3&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">Rss
|
||||
Feed</a>
|
||||
</p>
|
||||
{/if}
|
||||
<div class="nzb_multi_operations">
|
||||
{if ($category >= '1000' and $category <= '1999')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/console?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category >= '2000' and $category <= '2100')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/movies?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category >= '3000' and $category <= '3999')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/music?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category == '4050')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/games?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category == '6000' OR '6080' OR '6070' OR '6020' OR '6040')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/xxx?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif $category == '7000'}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/books?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{/if}
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to queue"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<table class="data table table-condensed table-striped" cellspacing="0"
|
||||
cellpadding="0" style="table-layout: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input id="chkSelectAll" type="checkbox" class="nzb_check_all fa fa-check-square-o"/></th>
|
||||
<th>Name
|
||||
<a title="Sort Descending" href="{$orderbyname_desc}">
|
||||
<i class="fa-icon-caret-down text-muted"> </i>
|
||||
</a>
|
||||
<a title="Sort Ascending" href="{$orderbyname_asc}">
|
||||
<i class="fa-icon-caret-up text-muted"> </i>
|
||||
</a>
|
||||
</th>
|
||||
<th>Category</th>
|
||||
<th>Posted</th>
|
||||
<th>Size</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$results item=result}
|
||||
<tr id="guid{$result.guid}">
|
||||
<td class="check"><input id="chk{$result.guid|substr:0:7}"
|
||||
type="checkbox" class="nzb_check fa fa-check-square-o"
|
||||
value="{$result.guid}"/></td>
|
||||
<td>
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"seourl"}"
|
||||
class="title">{$result.searchname|escape:"htmlall"|replace:".":" "}</a>
|
||||
<br/>
|
||||
<span class="label label-default">{$result.grabs}
|
||||
Grab{if $result.grabs != 1}s{/if}</span>
|
||||
{if $result.nfoid > 0}<span class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$result.guid}"
|
||||
class="text-muted">NFO</a></span>{/if}
|
||||
{if $result.jpgstatus == 1 && $userdata.canpreview == 1}<span
|
||||
class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/covers/sample/{$result.guid}_thumb.jpg"
|
||||
class="text-muted">Sample</a></span>{/if}
|
||||
{if $result.haspreview == 1 && $userdata.canpreview == 1}<span
|
||||
class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/covers/preview/{$result.guid}_thumb.jpg"
|
||||
class="text-muted">Preview</a></span>{/if}
|
||||
{if $result.rageid > 0}<span class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/series/{$result.rageid}"
|
||||
class="text-muted">View TV</a></span>{/if}
|
||||
{if $result.anidbid > 0}<span class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/anime/{$result.anidbid}"
|
||||
class="text-muted">View Anime</a></span>{/if}
|
||||
</td>
|
||||
<td><span class="label label-default">{$result.category_name}</span>
|
||||
</td>
|
||||
<td>{$result.postdate|timeago}</td>
|
||||
<td>{$result.size|fsize_format:"MB"}</td>
|
||||
<td class="icon_nzb"><a
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$result.guid}/{$result.searchname|escape:"url"}"><i
|
||||
class="fa fa-download text-muted"
|
||||
title="Download NZB"></i></a>
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$result.guid}/#comments"><i
|
||||
class="fa fa-comments-o text-muted"
|
||||
title="Comments"></i></a>
|
||||
<a href="#" class="icon_cart text-muted"><i
|
||||
class="fa fa-shopping-cart" title="Send to my Cart"></i></a>
|
||||
{if isset($sabintegrated)}
|
||||
<a href="#" class="icon_sab text-muted"><i class="fa fa-send-o"
|
||||
title="Send to my Queue"></i></a>
|
||||
{/if}
|
||||
{if $weHasVortex}
|
||||
<a href="#" class="icon_vortex text-muted"><i
|
||||
class="fa fa-send-o" title="Send to NZBVortex"></i></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="row">
|
||||
<div class="col-md-7">
|
||||
<div class="nzb_multi_operations">
|
||||
{if isset($section) && $section != ''}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/{$section}?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{/if}
|
||||
<small>With Selected:</small>
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to queue"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
{$pager}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
{if isset($shows)}
|
||||
<p>
|
||||
<a href="{$smarty.const.WWW_TOP}/series"
|
||||
title="View available TV series">Series List</a> |
|
||||
<a title="Manage your shows" href="{$smarty.const.WWW_TOP}/myshows">Manage
|
||||
My Shows</a> |
|
||||
<a title="All releases in your shows as an RSS feed"
|
||||
href="{$smarty.const.WWW_TOP}/rss?t=-3&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">Rss
|
||||
Feed</a>
|
||||
</p>
|
||||
{/if}
|
||||
<div class="nzb_multi_operations">
|
||||
{if ($category >= '1000' and $category <= '1999')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/console?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category >= '2000' and $category <= '2100')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/movies?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category >= '3000' and $category <= '3999')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/music?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category == '4050')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/games?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif ($category == '6000' OR '6080' OR '6070' OR '6020' OR '6040')}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/xxx?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{elseif $category == '7000'}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/books?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{/if}
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<table class="data table table-condensed table-striped" cellspacing="0"
|
||||
cellpadding="0" style="table-layout: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input id="chkSelectAll" type="checkbox" class="nzb_check_all"/></th>
|
||||
<th>Name
|
||||
<a title="Sort Descending" href="{$orderbyname_desc}">
|
||||
<i class="fa-icon-caret-down text-muted"> </i>
|
||||
</a>
|
||||
<a title="Sort Ascending" href="{$orderbyname_asc}">
|
||||
<i class="fa-icon-caret-up text-muted"> </i>
|
||||
</a>
|
||||
</th>
|
||||
<th>Category</th>
|
||||
<th>Posted</th>
|
||||
<th>Size</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$results item=result}
|
||||
<tr id="guid{$result.guid}">
|
||||
<td class="check"><input id="chk{$result.guid|substr:0:7}"
|
||||
type="checkbox" class="nzb_check"
|
||||
value="{$result.guid}"/></td>
|
||||
<td>
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"seourl"}"
|
||||
class="title">{$result.searchname|escape:"htmlall"|replace:".":" "}</a>
|
||||
<br/>
|
||||
<span class="label label-default">{$result.grabs}
|
||||
Grab{if $result.grabs != 1}s{/if}</span>
|
||||
{if $result.nfoid > 0}<span class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$result.guid}"
|
||||
class="text-muted">NFO</a></span>{/if}
|
||||
{if $result.jpgstatus == 1 && $userdata.canpreview == 1}<span
|
||||
class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/covers/sample/{$result.guid}_thumb.jpg"
|
||||
class="text-muted">Sample</a></span>{/if}
|
||||
{if $result.haspreview == 1 && $userdata.canpreview == 1}<span
|
||||
class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/covers/preview/{$result.guid}_thumb.jpg"
|
||||
class="text-muted">Preview</a></span>{/if}
|
||||
{if $result.rageid > 0}<span class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/series/{$result.rageid}"
|
||||
class="text-muted">View TV</a></span>{/if}
|
||||
{if $result.anidbid > 0}<span class="label label-default"><a
|
||||
href="{$smarty.const.WWW_TOP}/anime/{$result.anidbid}"
|
||||
class="text-muted">View Anime</a></span>{/if}
|
||||
</td>
|
||||
<td><span class="label label-default">{$result.category_name}</span>
|
||||
</td>
|
||||
<td>{$result.postdate|timeago}</td>
|
||||
<td>{$result.size|fsize_format:"MB"}</td>
|
||||
<td class="icon_nzb"><a
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$result.guid}/{$result.searchname|escape:"url"}"><i
|
||||
class="fa fa-download text-muted"
|
||||
title="Download NZB"></i></a>
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$result.guid}/#comments"><i
|
||||
class="fa fa-comments-o text-muted"
|
||||
title="Comments"></i></a>
|
||||
<a href="#" class="icon_cart text-muted"><i
|
||||
class="fa fa-shopping-cart" title="Send to my Cart"></i></a>
|
||||
{if isset($sabintegrated)}
|
||||
<a href="#" class="icon_sab text-muted"><i class="fa fa-send-o"
|
||||
title="Send to my Queue"></i></a>
|
||||
{/if}
|
||||
{if $weHasVortex}
|
||||
<a href="#" class="icon_vortex text-muted"><i
|
||||
class="fa fa-send-o" title="Send to NZBVortex"></i></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
{if isset($section) && $section != ''}View:
|
||||
<a href="{$smarty.const.WWW_TOP}/{$section}?t={$category}">Covers</a>
|
||||
|
|
||||
<b>List</b>
|
||||
<br/>
|
||||
{/if}
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="panel-content pagination2">
|
||||
<table style="width:100%;" class="data table table-condensed table-striped" id="browsetable">
|
||||
<tr>
|
||||
<th width="50"><input id="chkSelectAll" type="checkbox" class="fa fa-check-square-o nzb_check_all"/><label
|
||||
<th width="50"><input id="chkSelectAll" type="checkbox" class="nzb_check_all"/><label
|
||||
for="chkSelectAll" style="display:none;">Select All</label></th>
|
||||
<th>Name</th>
|
||||
<th>Added</th>
|
||||
@@ -47,7 +47,7 @@
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td class="check">
|
||||
<input id="chk{$result.guid|substr:0:7}" type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
<input id="chk{$result.guid|substr:0:7}" type="checkbox" class="nzb_check"
|
||||
value="{$result.id}"/>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
@@ -9,193 +9,198 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get" style="width: inherit">
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
{assign var="mnfo" value=","|explode:$result.grp_release_nfoid}
|
||||
{assign var="mgrp" value=","|explode:$result.grp_release_grpname}
|
||||
{assign var="mname" value="#"|explode:$result.grp_release_name}
|
||||
{assign var="mpostdate" value=","|explode:$result.grp_release_postdate}
|
||||
{assign var="msize" value=","|explode:$result.grp_release_size}
|
||||
{assign var="mtotalparts" value=","|explode:$result.grp_release_totalparts}
|
||||
{assign var="mcomments" value=","|explode:$result.grp_release_comments}
|
||||
{assign var="mgrabs" value=","|explode:$result.grp_release_grabs}
|
||||
{assign var="mpass" value=","|explode:$result.grp_release_password}
|
||||
{assign var="minnerfiles" value=","|explode:$result.grp_rarinnerfilecount}
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{if $smarty.foreach.loop.first}
|
||||
<div class="panel">
|
||||
<div class="panel-content">
|
||||
<div class="row">
|
||||
<div class="col-md-2 no-gutter">
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/console/{if $result.cover == 1}{$result.consoleinfoid}.jpg{else}no-cover.jpg{/if}"
|
||||
width="140" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/>
|
||||
</a>
|
||||
{if $result.url != ""}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url}"
|
||||
name="amazon{$result.consoleinfoid}"
|
||||
title="View Amazon page">
|
||||
Amazon</a>{/if}
|
||||
{if $result.nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}"
|
||||
title="View NFO" class="label label-default" rel="nfo">
|
||||
NFO</a>{/if}
|
||||
<a class="label label-default"
|
||||
href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name}"
|
||||
title="Browse releases in {$result.group_name|replace:"alt.binaries":"a.b"}">Group</a>
|
||||
</div>
|
||||
<div class="col-md-10 no-gutter">
|
||||
<h4><a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">{$result.title|escape:"htmlall"}</a>
|
||||
</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<hr>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
{assign var="mnfo" value=","|explode:$result.grp_release_nfoid}
|
||||
{assign var="mgrp" value=","|explode:$result.grp_release_grpname}
|
||||
{assign var="mname" value="#"|explode:$result.grp_release_name}
|
||||
{assign var="mpostdate" value=","|explode:$result.grp_release_postdate}
|
||||
{assign var="msize" value=","|explode:$result.grp_release_size}
|
||||
{assign var="mtotalparts" value=","|explode:$result.grp_release_totalparts}
|
||||
{assign var="mcomments" value=","|explode:$result.grp_release_comments}
|
||||
{assign var="mgrabs" value=","|explode:$result.grp_release_grabs}
|
||||
{assign var="mpass" value=","|explode:$result.grp_release_password}
|
||||
{assign var="minnerfiles" value=","|explode:$result.grp_rarinnerfilecount}
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{if $smarty.foreach.loop.first}
|
||||
<div class="panel">
|
||||
<div class="panel-content">
|
||||
<div class="row">
|
||||
<div class="col-md-2 no-gutter">
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/console/{if $result.cover == 1}{$result.consoleinfoid}.jpg{else}no-cover.jpg{/if}"
|
||||
width="140" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/>
|
||||
</a>
|
||||
{if $result.url != ""}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url}"
|
||||
name="amazon{$result.consoleinfoid}"
|
||||
title="View Amazon page">
|
||||
Amazon</a>{/if}
|
||||
{if $result.nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}"
|
||||
title="View NFO" class="label label-default" rel="nfo">
|
||||
NFO</a>{/if}
|
||||
<a class="label label-default"
|
||||
href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name}"
|
||||
title="Browse releases in {$result.group_name|replace:"alt.binaries":"a.b"}">Group</a>
|
||||
</div>
|
||||
<div class="col-md-10 no-gutter">
|
||||
<h4><a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">{$result.title|escape:"htmlall"}</a>
|
||||
</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
{if isset($isadmin)}<a class="label label-warning"
|
||||
href="{$smarty.const.WWW_TOP}/admin/release-edit.php?id={$result.grp_release_id}&from={$smarty.server.REQUEST_URI}"
|
||||
title="Edit release">
|
||||
Edit</a>{/if}
|
||||
<br/>
|
||||
{if $result.genre != ""}
|
||||
<b>Genre:</b>
|
||||
{$result.genre}
|
||||
{if isset($isadmin)}<a class="label label-warning"
|
||||
href="{$smarty.const.WWW_TOP}/admin/release-edit.php?id={$result.grp_release_id}&from={$smarty.server.REQUEST_URI}"
|
||||
title="Edit release">
|
||||
Edit</a>{/if}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.esrb != ""}
|
||||
<b>Rating:</b>
|
||||
{$result.esrb}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.publisher != ""}
|
||||
<b>Publisher:</b>
|
||||
{$result.publisher}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.releasedate != ""}
|
||||
<b>Released:</b>
|
||||
{$result.releasedate|date_format}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.review != ""}
|
||||
<b>Review:</b>
|
||||
{$result.review|escape:'htmlall'}
|
||||
<br/>
|
||||
{/if}
|
||||
<div>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$mguid[$m@index]}/{$mname[$m@index]|escape:"url"}"><i
|
||||
class="fa fa-download"></i><span
|
||||
class="badge">{$mgrabs[$m@index]}
|
||||
Grab{if $mgrabs[$m@index] != 1}s{/if}</span></a>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}#comments"><i
|
||||
class="fa fa-comment-o"></i><span
|
||||
class="badge">{$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{if $result.genre != ""}
|
||||
<b>Genre:</b>
|
||||
{$result.genre}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.esrb != ""}
|
||||
<b>Rating:</b>
|
||||
{$result.esrb}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.publisher != ""}
|
||||
<b>Publisher:</b>
|
||||
{$result.publisher}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.releasedate != ""}
|
||||
<b>Released:</b>
|
||||
{$result.releasedate|date_format}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.review != ""}
|
||||
<b>Review:</b>
|
||||
{$result.review|escape:'htmlall'}
|
||||
<br/>
|
||||
{/if}
|
||||
<div>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$mguid[$m@index]}/{$mname[$m@index]|escape:"url"}"><i
|
||||
class="fa fa-download"></i><span
|
||||
class="badge">{$mgrabs[$m@index]}
|
||||
Grab{if $mgrabs[$m@index] != 1}s{/if}</span></a>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}#comments"><i
|
||||
class="fa fa-comment-o"></i><span
|
||||
class="badge">{$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -1,4 +1,5 @@
|
||||
<div class="header">
|
||||
<div class="header" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{$catsplit[1]}</strong></h2>
|
||||
|
||||
@@ -10,211 +11,218 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset ($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
{assign var="mnfo" value=","|explode:$result.grp_release_nfoid}
|
||||
{assign var="mgrp" value=","|explode:$result.grp_release_grpname}
|
||||
{assign var="mname" value="#"|explode:$result.grp_release_name}
|
||||
{assign var="mpostdate" value=","|explode:$result.grp_release_postdate}
|
||||
{assign var="msize" value=","|explode:$result.grp_release_size}
|
||||
{assign var="mtotalparts" value=","|explode:$result.grp_release_totalparts}
|
||||
{assign var="mcomments" value=","|explode:$result.grp_release_comments}
|
||||
{assign var="mgrabs" value=","|explode:$result.grp_release_grabs}
|
||||
{assign var="mpass" value=","|explode:$result.grp_release_password}
|
||||
{assign var="minnerfiles" value=","|explode:$result.grp_rarinnerfilecount}
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{if $smarty.foreach.loop.first}
|
||||
<div class="panel">
|
||||
<div class="panel-content">
|
||||
<div class="row">
|
||||
<div class="col-md-2 no-gutter">
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/games/{if $result.cover == 1}{$result.gamesinfo_id}.jpg{else}no-cover.jpg{/if}"
|
||||
width="140" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/>
|
||||
</a>
|
||||
{if $result.classused == "gb"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url}"
|
||||
name="giantbomb{$result.gamesinfo_id}"
|
||||
title="View GiantBomb page">
|
||||
GiantBomb</a>{/if}
|
||||
{if $result.classused == "steam"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url|escape:"htmlall"}"
|
||||
name="steam{$result.gamesinfo_id}"
|
||||
title="View Steam page">
|
||||
Steam</a>{/if}
|
||||
{if $result.classused == "gl"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url|escape:"htmlall"}"
|
||||
name="greenlight{$result.gamesinfo_id}"
|
||||
title="View greenlight page">
|
||||
GreenLight</a>{/if}
|
||||
{if $result.classused == "desura"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url|escape:"htmlall"}"
|
||||
name="desura{$result.gamesinfo_id}"
|
||||
title="View Desura page">
|
||||
Desura</a>{/if}
|
||||
{if $result.nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}"
|
||||
title="View NFO" class="label label-default" rel="nfo">
|
||||
NFO</a>{/if}
|
||||
<a class="label label-default"
|
||||
href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name}"
|
||||
title="Browse releases in {$result.group_name|replace:"alt.binaries":"a.b"}">Group</a>
|
||||
</div>
|
||||
<div class="col-md-10 no-gutter">
|
||||
<h4><a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">{$result.title|escape:"htmlall"}</a>
|
||||
(<a class="title" title="{$result.year}"
|
||||
href="{$smarty.const.WWW_TOP}/games?year={$result.year}">{$result.year}</a>)
|
||||
</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
{if isset($isadmin)}<a class="label label-warning"
|
||||
href="{$smarty.const.WWW_TOP}/admin/release-edit.php?id={$result.grp_release_id}&from={$smarty.server.REQUEST_URI}"
|
||||
title="Edit release">
|
||||
Edit</a>{/if}
|
||||
<br/>
|
||||
{if $result.genre != ""}
|
||||
<b>Genre:</b>
|
||||
{$result.genre}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.esrb != ""}
|
||||
<b>Rating:</b>
|
||||
{$result.esrb}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.publisher != ""}
|
||||
<b>Publisher:</b>
|
||||
{$result.publisher}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.releasedate != ""}
|
||||
<b>Released:</b>
|
||||
{$result.releasedate|date_format}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.review != ""}
|
||||
<b>Review:</b>
|
||||
{$result.review|stripslashes|escape:'htmlall'}
|
||||
<br/>
|
||||
{/if}
|
||||
<div>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$mguid[$m@index]}/{$mname[$m@index]|escape:"url"}"><i
|
||||
class="fa fa-download"></i><span
|
||||
class="badge">{$mgrabs[$m@index]}
|
||||
Grab{if $mgrabs[$m@index] != 1}s{/if}</span></a>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}#comments"><i
|
||||
class="fa fa-comment-o"></i><span
|
||||
class="badge">{$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset ($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
{assign var="mnfo" value=","|explode:$result.grp_release_nfoid}
|
||||
{assign var="mgrp" value=","|explode:$result.grp_release_grpname}
|
||||
{assign var="mname" value="#"|explode:$result.grp_release_name}
|
||||
{assign var="mpostdate" value=","|explode:$result.grp_release_postdate}
|
||||
{assign var="msize" value=","|explode:$result.grp_release_size}
|
||||
{assign var="mtotalparts" value=","|explode:$result.grp_release_totalparts}
|
||||
{assign var="mcomments" value=","|explode:$result.grp_release_comments}
|
||||
{assign var="mgrabs" value=","|explode:$result.grp_release_grabs}
|
||||
{assign var="mpass" value=","|explode:$result.grp_release_password}
|
||||
{assign var="minnerfiles" value=","|explode:$result.grp_rarinnerfilecount}
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{if $smarty.foreach.loop.first}
|
||||
<div class="panel">
|
||||
<div class="panel-content">
|
||||
<div class="row">
|
||||
<div class="col-md-2 no-gutter">
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/games/{if $result.cover == 1}{$result.gamesinfo_id}.jpg{else}no-cover.jpg{/if}"
|
||||
width="140" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/>
|
||||
</a>
|
||||
{if $result.classused == "gb"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url}"
|
||||
name="giantbomb{$result.gamesinfo_id}"
|
||||
title="View GiantBomb page">
|
||||
GiantBomb</a>{/if}
|
||||
{if $result.classused == "steam"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url|escape:"htmlall"}"
|
||||
name="steam{$result.gamesinfo_id}"
|
||||
title="View Steam page">
|
||||
Steam</a>{/if}
|
||||
{if $result.classused == "gl"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url|escape:"htmlall"}"
|
||||
name="greenlight{$result.gamesinfo_id}"
|
||||
title="View greenlight page">
|
||||
GreenLight</a>{/if}
|
||||
{if $result.classused == "desura"}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url|escape:"htmlall"}"
|
||||
name="desura{$result.gamesinfo_id}"
|
||||
title="View Desura page">
|
||||
Desura</a>{/if}
|
||||
{if $result.nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}"
|
||||
title="View NFO" class="label label-default" rel="nfo">
|
||||
NFO</a>{/if}
|
||||
<a class="label label-default"
|
||||
href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name}"
|
||||
title="Browse releases in {$result.group_name|replace:"alt.binaries":"a.b"}">Group</a>
|
||||
</div>
|
||||
<div class="col-md-10 no-gutter">
|
||||
<h4><a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">{$result.title|escape:"htmlall"}</a>
|
||||
(<a class="title" title="{$result.year}"
|
||||
href="{$smarty.const.WWW_TOP}/games?year={$result.year}">{$result.year}</a>)
|
||||
</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
{if isset($isadmin)}<a class="label label-warning"
|
||||
href="{$smarty.const.WWW_TOP}/admin/release-edit.php?id={$result.grp_release_id}&from={$smarty.server.REQUEST_URI}"
|
||||
title="Edit release">
|
||||
Edit</a>{/if}
|
||||
<br/>
|
||||
{if $result.genre != ""}
|
||||
<b>Genre:</b>
|
||||
{$result.genre}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.esrb != ""}
|
||||
<b>Rating:</b>
|
||||
{$result.esrb}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.publisher != ""}
|
||||
<b>Publisher:</b>
|
||||
{$result.publisher}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.releasedate != ""}
|
||||
<b>Released:</b>
|
||||
{$result.releasedate|date_format}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.review != ""}
|
||||
<b>Review:</b>
|
||||
{$result.review|stripslashes|escape:'htmlall'}
|
||||
<br/>
|
||||
{/if}
|
||||
<div>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$mguid[$m@index]}/{$mname[$m@index]|escape:"url"}"><i
|
||||
class="fa fa-download"></i><span
|
||||
class="badge">{$mgrabs[$m@index]}
|
||||
Grab{if $mgrabs[$m@index] != 1}s{/if}</span></a>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}#comments"><i
|
||||
class="fa fa-comment-o"></i><span
|
||||
class="badge">{$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get" style="width: inherit">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
@@ -55,6 +55,7 @@
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{foreach $results as $result}
|
||||
<!-- Iteratie: {counter} -->
|
||||
{if isset($result.category_name)}
|
||||
@@ -256,6 +257,16 @@
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<a
|
||||
class="sendtocouch"
|
||||
target="blackhole"
|
||||
href="javascript:"
|
||||
rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}"
|
||||
name="CP{$result.imdbid}"
|
||||
title="Add to CouchPotato"
|
||||
><img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/couch.png"></a>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
|
||||
@@ -10,185 +10,191 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
{assign var="mnfo" value=","|explode:$result.grp_release_nfoid}
|
||||
{assign var="mgrp" value=","|explode:$result.grp_release_grpname}
|
||||
{assign var="mname" value="#"|explode:$result.grp_release_name}
|
||||
{assign var="mpostdate" value=","|explode:$result.grp_release_postdate}
|
||||
{assign var="msize" value=","|explode:$result.grp_release_size}
|
||||
{assign var="mtotalparts" value=","|explode:$result.grp_release_totalparts}
|
||||
{assign var="mcomments" value=","|explode:$result.grp_release_comments}
|
||||
{assign var="mgrabs" value=","|explode:$result.grp_release_grabs}
|
||||
{assign var="mpass" value=","|explode:$result.grp_release_password}
|
||||
{assign var="minnerfiles" value=","|explode:$result.grp_rarinnerfilecount}
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{if $smarty.foreach.loop.first}
|
||||
<div class="panel">
|
||||
<div class="panel-content">
|
||||
<div class="row">
|
||||
<div class="col-md-2 no-gutter">
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/music/{if $result.cover == 1}{$result.musicinfoid}.jpg{else}no-cover.jpg{/if}"
|
||||
width="140" border="0"
|
||||
alt="{$result.artist|escape:"htmlall"} - {$result.title|escape:"htmlall"}"/>
|
||||
</a>
|
||||
{if $result.url != ""}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url}"
|
||||
name="amazon{$result.musicinfoid}"
|
||||
title="View Amazon page">
|
||||
Amazon</a>{/if}
|
||||
{if $result.nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}"
|
||||
title="View NFO" class="label label-default" rel="nfo">
|
||||
NFO</a>{/if}
|
||||
<a class="label label-default"
|
||||
href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name}"
|
||||
title="Browse releases in {$result.group_name|replace:"alt.binaries":"a.b"}">Group</a>
|
||||
</div>
|
||||
<div class="col-md-10 no-gutter">
|
||||
<h4><a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">{$result.artist|escape:"htmlall"}
|
||||
- {$result.title|escape:"htmlall"}</a> (<a class="title"
|
||||
title="{$result.year}"
|
||||
href="{$smarty.const.WWW_TOP}/music?year={$result.year}">{$result.year}</a>)
|
||||
</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
{if isset($isadmin)}<a class="label label-warning"
|
||||
href="{$smarty.const.WWW_TOP}/admin/release-edit.php?id={$result.grp_release_id}&from={$smarty.server.REQUEST_URI}"
|
||||
title="Edit release">
|
||||
Edit</a>{/if}
|
||||
<br/>
|
||||
{if $result.genre != ""}
|
||||
<b>Genre:</b>
|
||||
<a href="{$smarty.const.WWW_TOP}/music/?genre={$result.genreid}">{$result.genre|escape:"htmlall"}</a>
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.publisher != ""}
|
||||
<b>Publisher:</b>
|
||||
{$result.publisher|escape:"htmlall"}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.releasedate != ""}
|
||||
<b>Released:</b>
|
||||
{$result.releasedate|date_format}
|
||||
<br/>
|
||||
{/if}
|
||||
<div>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$mguid[$m@index]}/{$mname[$m@index]|escape:"url"}"><i
|
||||
class="fa fa-download"></i><span
|
||||
class="badge">{$mgrabs[$m@index]}
|
||||
Grab{if $mgrabs[$m@index] != 1}s{/if}</span></a>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}#comments"><i
|
||||
class="fa fa-comment-o"></i><span
|
||||
class="badge">{$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<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="fa fa-check-square-o nntmux_check_all"/> <br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nntmux_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{foreach from=$results item=result}
|
||||
{assign var="msplits" value=","|explode:$result.grp_release_id}
|
||||
{assign var="mguid" value=","|explode:$result.grp_release_guid}
|
||||
{assign var="mnfo" value=","|explode:$result.grp_release_nfoid}
|
||||
{assign var="mgrp" value=","|explode:$result.grp_release_grpname}
|
||||
{assign var="mname" value="#"|explode:$result.grp_release_name}
|
||||
{assign var="mpostdate" value=","|explode:$result.grp_release_postdate}
|
||||
{assign var="msize" value=","|explode:$result.grp_release_size}
|
||||
{assign var="mtotalparts" value=","|explode:$result.grp_release_totalparts}
|
||||
{assign var="mcomments" value=","|explode:$result.grp_release_comments}
|
||||
{assign var="mgrabs" value=","|explode:$result.grp_release_grabs}
|
||||
{assign var="mpass" value=","|explode:$result.grp_release_password}
|
||||
{assign var="minnerfiles" value=","|explode:$result.grp_rarinnerfilecount}
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{if $smarty.foreach.loop.first}
|
||||
<div class="panel">
|
||||
<div class="panel-content">
|
||||
<div class="row">
|
||||
<div class="col-md-2 no-gutter">
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/music/{if $result.cover == 1}{$result.musicinfoid}.jpg{else}no-cover.jpg{/if}"
|
||||
width="140" border="0"
|
||||
alt="{$result.artist|escape:"htmlall"} - {$result.title|escape:"htmlall"}"/>
|
||||
</a>
|
||||
{if $result.url != ""}<a class="label label-default"
|
||||
target="_blank"
|
||||
href="{$site->dereferrer_link}{$result.url}"
|
||||
name="amazon{$result.musicinfoid}"
|
||||
title="View Amazon page">
|
||||
Amazon</a>{/if}
|
||||
{if $result.nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}"
|
||||
title="View NFO" class="label label-default" rel="nfo">
|
||||
NFO</a>{/if}
|
||||
<a class="label label-default"
|
||||
href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name}"
|
||||
title="Browse releases in {$result.group_name|replace:"alt.binaries":"a.b"}">Group</a>
|
||||
</div>
|
||||
<div class="col-md-10 no-gutter">
|
||||
<h4><a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}">{$result.artist|escape:"htmlall"}
|
||||
- {$result.title|escape:"htmlall"}</a> (<a class="title"
|
||||
title="{$result.year}"
|
||||
href="{$smarty.const.WWW_TOP}/music?year={$result.year}">{$result.year}</a>)
|
||||
</h4>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox"
|
||||
class="nzb_check"
|
||||
value="{$mguid[$m@index]}" id="chksingle"/>
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
{if isset($isadmin)}<a class="label label-warning"
|
||||
href="{$smarty.const.WWW_TOP}/admin/release-edit.php?id={$result.grp_release_id}&from={$smarty.server.REQUEST_URI}"
|
||||
title="Edit release">
|
||||
Edit</a>{/if}
|
||||
<br/>
|
||||
{if $result.genre != ""}
|
||||
<b>Genre:</b>
|
||||
<a href="{$smarty.const.WWW_TOP}/music/?genre={$result.genreid}">{$result.genre|escape:"htmlall"}</a>
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.publisher != ""}
|
||||
<b>Publisher:</b>
|
||||
{$result.publisher|escape:"htmlall"}
|
||||
<br/>
|
||||
{/if}
|
||||
{if $result.releasedate != ""}
|
||||
<b>Released:</b>
|
||||
{$result.releasedate|date_format}
|
||||
<br/>
|
||||
{/if}
|
||||
<div>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$mguid[$m@index]}/{$mname[$m@index]|escape:"url"}"><i
|
||||
class="fa fa-download"></i><span
|
||||
class="badge">{$mgrabs[$m@index]}
|
||||
Grab{if $mgrabs[$m@index] != 1}s{/if}</span></a>
|
||||
<a role="button" class="btn btn-white btn-xs"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"seourl"}#comments"><i
|
||||
class="fa fa-comment-o"></i><span
|
||||
class="badge">{$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="alert alert-danger">{$error}</div>
|
||||
{/if}
|
||||
<ul class="nav nav-tabs nav-primary">
|
||||
<li class="active"><a href="#tab2_1" data-toggle="tab"><i class="fa fa-cogs"></i>
|
||||
<li class="active"><a href="#tab2_1" data-toggle="tab"><i class="fa fa-cogs fa-spin"></i>
|
||||
Settings</a></li>
|
||||
<li><a href="#tab2_3" data-toggle="tab"><i class="fa fa-download"></i> Downloaders</a>
|
||||
</li>
|
||||
@@ -300,9 +300,34 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Hidden CP and Style fields because it's crap and doesn't work (YET) -->
|
||||
<input id="cp_api" class="long" name="cp_api" type="hidden" value="{$cp_api_selected}"/>
|
||||
<input id="cp_url" class="long" name="cp_url" type="hidden" value="{$cp_url_selected}"/>
|
||||
<table class="table table-condensed table-striped responsive">
|
||||
<tbody>
|
||||
<tr class="bg-primary">
|
||||
<td colspan="2" style="padding-left: 8px;"><strong>Couchpotato</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<th width="200">API / URL</th>
|
||||
<td>
|
||||
<div class="form-inline">
|
||||
<input id="cp_api"
|
||||
placeholder="Couchpotato API key"
|
||||
class="form-control"
|
||||
name="cp_api" type="text"
|
||||
value="{$cp_api_selected}"/>
|
||||
/
|
||||
<input id="cp_url"
|
||||
placeholder="Couchpotato URL"
|
||||
class="form-control"
|
||||
name="cp_url" type="text"
|
||||
value="{$cp_url_selected}"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
{if $page->settings->getSetting('userselstyle') == 1}
|
||||
{html_options id="style" name='style' values=$themelist output=$themelist selected=$user.style}
|
||||
{/if}
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
cellspacing="0" cellpadding="0" style="table-layout: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input id="chkSelectAll" type="checkbox" class="fa fa-check-square-o nzb_check_all"/>
|
||||
<th><input id="chkSelectAll" type="checkbox" class="nzb_check_all"/>
|
||||
</th>
|
||||
<th>Name
|
||||
<a title="Sort Descending" href="{$orderbyname_desc}">
|
||||
@@ -175,7 +175,7 @@
|
||||
{foreach from=$results item=result}
|
||||
<tr id="guid{$result.guid}">
|
||||
<td class="check"><input id="chk{$result.guid|substr:0:7}"
|
||||
type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
type="checkbox" class="nzb_check"
|
||||
name="id[]" value="{$result.guid}"/></td>
|
||||
<td>
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"seourl"}">{$result.searchname|escape:"htmlall"|replace:".":" "}</a>
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td class="check"><input id="chk{$result.guid|substr:0:7}" type="checkbox"
|
||||
class="fa fa-check-square-o nzb_check" name="{$seasonnum}"
|
||||
class="nzb_check" name="{$seasonnum}"
|
||||
value="{$result.guid}"/></td>
|
||||
<td><span class="label label-default">{$result.category_name}</span></td>
|
||||
<td width="40" title="{$result.postdate}">{$result.postdate|timeago}</td>
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<table style="width:100%;" class="table table-condensed table-striped">
|
||||
<tr>
|
||||
<th>
|
||||
<input id="chkSelectAll" type="checkbox" class="fa fa-check-square-o nntmux_check_all"/>
|
||||
<input id="chkSelectAll" type="checkbox" class="nntmux_check_all"/>
|
||||
<label for="chkSelectAll" style="display:none;">Select All</label>
|
||||
</th>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
{assign var="mcatname" value=","|explode:$result.grp_release_categoryName}
|
||||
{foreach from=$msplits item=m}
|
||||
<tr class="{cycle values=",alt"}" id="guid{$mguid[$m@index]}">
|
||||
<td class="check"><input id="chk{$mguid[$m@index]|substr:0:7}" type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
<td class="check"><input id="chk{$mguid[$m@index]|substr:0:7}" type="checkbox" class="nzb_check"
|
||||
value="{$mguid[$m@index]}"/></td>
|
||||
<td class="item">
|
||||
<a title="View details"
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
<th>Name</th>
|
||||
<th><input id="chkSelectAll{$seasonnum}" type="checkbox"
|
||||
name="{$seasonnum}"
|
||||
class="fa fa-check-square-o nzb_check_all_season"/><label
|
||||
class="nzb_check_all_season"/><label
|
||||
for="chkSelectAll{$seasonnum}"
|
||||
style="display:none;">Select
|
||||
All</label></th>
|
||||
@@ -194,7 +194,7 @@
|
||||
<td class="check" width="10"><input
|
||||
id="chk{$result.guid|substr:0:7}"
|
||||
type="checkbox"
|
||||
class="fa fa-check-square-o nzb_check" name="{$seasonnum}"
|
||||
class="nzb_check" name="{$seasonnum}"
|
||||
value="{$result.guid}"/></td>
|
||||
<td>
|
||||
<span class="label label-default">{$result.category_name}</span>
|
||||
|
||||
@@ -12,73 +12,56 @@
|
||||
|
||||
{if $results|@count > 0}
|
||||
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="btn btn-sm btn-success nntmux_multi_operations_download"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="btn btn-sm btn-info nntmux_multi_operations_cart"
|
||||
value="Add to cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="btn btn-sm btn-primary nntmux_multi_operations_sab"
|
||||
value="Send to my Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button" class="btn btn-primary btn-transparent getsend"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if $weHasVortex}
|
||||
<input type="button" class="btn btn-sm btn-primary vortexsend"
|
||||
value="Send to NZBVortex"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="btn btn-sm nntmux_multi_operations_delete btn-danger"
|
||||
value="Delete"/>
|
||||
<input type="button"
|
||||
class="btn btn-sm nntmux_multi_operations_rebuild btn-dark"
|
||||
value="Rebuild"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<table class="table table-striped table-condensed" id="coverstable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" class="fa fa-check-square-o nzb_check_all"></th>
|
||||
<th>title<a title="Sort Descending" href="{$orderbytitle_desc}"><i
|
||||
class="icon-chevron-down icon-black"></i></a><a
|
||||
title="Sort Ascending" href="{$orderbytitle_asc}"><i
|
||||
class="icon-chevron-up icon-black"></i></a>
|
||||
</th>
|
||||
<th>year<a title="Sort Descending" href="{$orderbyyear_desc}"><i
|
||||
class="icon-chevron-down icon-black"></i></a><a
|
||||
title="Sort Ascending" href="{$orderbyyear_asc}"><i
|
||||
class="icon-chevron-up icon-black"></i></a></th>
|
||||
<th>rating<a title="Sort Descending" href="{$orderbyrating_desc}"><i
|
||||
class="icon-chevron-down icon-black"></i></a><a
|
||||
title="Sort Ascending" href="{$orderbyrating_asc}"><i
|
||||
class="icon-chevron-up icon-black"></i></a>
|
||||
</th>
|
||||
<th><input title="Check all" type="checkbox" class="nzb_check_all"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -218,7 +201,7 @@
|
||||
{if $m@index > 1}class="mlextra"
|
||||
style="display:none;"{/if}>
|
||||
<td style="width: 27px;">
|
||||
<input type="checkbox" class="fa fa-check-square-o nzb_check"
|
||||
<input type="checkbox" class="nzb_check"
|
||||
value="{$mguid[$m@index]}"
|
||||
id="{$mguid[$m@index]}"/>
|
||||
</td>
|
||||
@@ -344,49 +327,45 @@
|
||||
</table>
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="btn btn-sm btn-success nntmux_multi_operations_download"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="btn btn-sm btn-info nntmux_multi_operations_cart"
|
||||
value="Add to cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="btn btn-sm btn-primary nntmux_multi_operations_sab"
|
||||
value="Send to my Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button" class="btn btn-primary btn-transparent getsend"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if $weHasVortex}
|
||||
<input type="button" class="btn btn-sm btn-primary vortexsend"
|
||||
value="Send to NZBVortex"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="btn btn-sm nntmux_multi_operations_delete btn-danger"
|
||||
value="Delete"/>
|
||||
<input type="button"
|
||||
class="btn btn-sm nntmux_multi_operations_rebuild btn-dark"
|
||||
value="Rebuild"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
View: <strong>Covers</strong> | <a
|
||||
href="{$smarty.const.WWW_TOP}/browse?t={$category}">List</a><br/>
|
||||
With Selected:
|
||||
<div class="btn-group">
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_download btn btn-sm btn-success"
|
||||
value="Download NZBs"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_cart btn btn-sm btn-info"
|
||||
value="Add to Cart"/>
|
||||
{if isset($sabintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_sab btn btn-sm btn-primary"
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if isset($nzbgetintegrated)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_nzbget btn btn-sm btn-primary"
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
{if isset($isadmin)}
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_edit btn btn-sm btn-warning"
|
||||
value="Edit"/>
|
||||
<input type="button"
|
||||
class="nzb_multi_operations_delete btn btn-sm btn-danger"
|
||||
value="Delete"/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="alert alert-link" style="vertical-align:middle;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
@@ -409,4 +388,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user