mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update the templates, change paths pointing to another template.
This commit is contained in:
@@ -277,7 +277,7 @@
|
|||||||
name="CP{$result.imdbid}"
|
name="CP{$result.imdbid}"
|
||||||
title="Add to CouchPotato"
|
title="Add to CouchPotato"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/couch.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/couch.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($isadmin)}
|
{if isset($isadmin)}
|
||||||
<input type="button"
|
<input type="button"
|
||||||
|
|||||||
@@ -270,7 +270,7 @@
|
|||||||
href="{$site->dereferrer_link}http://nzbindex.com/search/?q={$result.title}"
|
href="{$site->dereferrer_link}http://nzbindex.com/search/?q={$result.title}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/nzbindex.png"/>
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/nzbindex.png"/>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -281,7 +281,7 @@
|
|||||||
href="{$site->dereferrer_link}http://binsearch.info/?q={$result.title}"
|
href="{$site->dereferrer_link}http://binsearch.info/?q={$result.title}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/binsearch.png"/>
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/binsearch.png"/>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -174,54 +174,54 @@
|
|||||||
<th>
|
<th>
|
||||||
name<br>
|
name<br>
|
||||||
<a title="Sort Descending" href="{$orderbyname_desc}">
|
<a title="Sort Descending" href="{$orderbyname_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbyname_asc}">
|
<a title="Sort Ascending" href="{$orderbyname_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
category<br>
|
category<br>
|
||||||
<a title="Sort Descending" href="{$orderbycat_desc}">
|
<a title="Sort Descending" href="{$orderbycat_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbycat_asc}">
|
<a title="Sort Ascending" href="{$orderbycat_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
posted<br>
|
posted<br>
|
||||||
<a title="Sort Descending" href="{$orderbyposted_desc}">
|
<a title="Sort Descending" href="{$orderbyposted_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbyposted_asc}">
|
<a title="Sort Ascending" href="{$orderbyposted_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
size<br>
|
size<br>
|
||||||
<a title="Sort Descending" href="{$orderbysize_desc}">
|
<a title="Sort Descending" href="{$orderbysize_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbysize_asc}">
|
<a title="Sort Ascending" href="{$orderbysize_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
files<br>
|
files<br>
|
||||||
<a title="Sort Descending" href="{$orderbyfiles_desc}">
|
<a title="Sort Descending" href="{$orderbyfiles_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbyfiles_asc}">
|
<a title="Sort Ascending" href="{$orderbyfiles_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">stats<br>
|
<th style="text-align:center;">stats<br>
|
||||||
<a title="Sort Descending" href="{$orderbystats_desc}">
|
<a title="Sort Descending" href="{$orderbystats_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbystats_asc}">
|
<a title="Sort Ascending" href="{$orderbystats_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
@@ -251,11 +251,11 @@
|
|||||||
<div class="btns" style="float:right">
|
<div class="btns" style="float:right">
|
||||||
{release_flag($result.searchname, browse)}
|
{release_flag($result.searchname, browse)}
|
||||||
{if $result.passwordstatus == 1}
|
{if $result.passwordstatus == 1}
|
||||||
<img title="RAR/ZIP Possibly Passworded." src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/lock2.png" alt="RAR/ZIP Possibly Passworded.">
|
<img title="RAR/ZIP Possibly Passworded." src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/lock2.png" alt="RAR/ZIP Possibly Passworded.">
|
||||||
{elseif $result.passwordstatus == 2}
|
{elseif $result.passwordstatus == 2}
|
||||||
<img title="RAR/ZIP Possibly Damaged." src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/broken.png" alt="RAR/ZIP Possibly Damaged.">
|
<img title="RAR/ZIP Possibly Damaged." src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/broken.png" alt="RAR/ZIP Possibly Damaged.">
|
||||||
{elseif $result.passwordstatus == 10}
|
{elseif $result.passwordstatus == 10}
|
||||||
<img title="RAR/ZIP is Passworded." src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/lock.gif" alt="RAR/ZIP is Passworded.">
|
<img title="RAR/ZIP is Passworded." src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/lock.gif" alt="RAR/ZIP is Passworded.">
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.videostatus > 0}
|
{if $result.videostatus > 0}
|
||||||
<a
|
<a
|
||||||
@@ -318,7 +318,7 @@
|
|||||||
<a title="View file list" href="{$smarty.const.WWW_TOP}/filelist/{$result.guid}">{$result.totalpart}</a>
|
<a title="View file list" href="{$smarty.const.WWW_TOP}/filelist/{$result.guid}">{$result.totalpart}</a>
|
||||||
{if $result.rarinnerfilecount > 0}
|
{if $result.rarinnerfilecount > 0}
|
||||||
<div class="rarfilelist">
|
<div class="rarfilelist">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/magnifier.png" alt="{$result.guid}">
|
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/magnifier.png" alt="{$result.guid}">
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="View AdultdvdEmpire page"
|
title="View AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/ade.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="Search AdultdvdEmpire page"
|
title="Search AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/ade.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "hm"}
|
{if $result.classused == "hm"}
|
||||||
<a
|
<a
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="View Hot Movies page"
|
title="View Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/hotmovies.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="Search Hot Movies page"
|
title="Search Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/hotmovies.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "pop"}
|
{if $result.classused == "pop"}
|
||||||
<a
|
<a
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="View Popporn page"
|
title="View Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/popporn.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="Search Popporn page"
|
title="Search Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/popporn.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
name="viewiafd{$result.title}"
|
name="viewiafd{$result.title}"
|
||||||
title="Search Internet Adult Film Database"
|
title="Search Internet Adult Film Database"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/iafd.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/iafd.png"></a>
|
||||||
{if $mnfo[$m@index] > 0}<a
|
{if $mnfo[$m@index] > 0}<a
|
||||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
||||||
title="View NFO" class="label label-default"
|
title="View NFO" class="label label-default"
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="View AdultdvdEmpire page"
|
title="View AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/ade.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="Search AdultdvdEmpire page"
|
title="Search AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/ade.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "hm"}
|
{if $result.classused == "hm"}
|
||||||
<a
|
<a
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="View Hot Movies page"
|
title="View Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/hotmovies.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="Search Hot Movies page"
|
title="Search Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/hotmovies.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "pop"}
|
{if $result.classused == "pop"}
|
||||||
<a
|
<a
|
||||||
@@ -264,7 +264,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="View Popporn page"
|
title="View Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/popporn.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -272,7 +272,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="Search Popporn page"
|
title="Search Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/popporn.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
name="viewiafd{$result.title}"
|
name="viewiafd{$result.title}"
|
||||||
title="Search Internet Adult Film Database"
|
title="Search Internet Adult Film Database"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/iafd.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/iafd.png"></a>
|
||||||
{if $mnfo[$m@index] > 0}<a
|
{if $mnfo[$m@index] > 0}<a
|
||||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
||||||
title="View NFO" class="label label-default"
|
title="View NFO" class="label label-default"
|
||||||
|
|||||||
@@ -277,7 +277,7 @@
|
|||||||
name="CP{$result.imdbid}"
|
name="CP{$result.imdbid}"
|
||||||
title="Add to CouchPotato"
|
title="Add to CouchPotato"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/couch.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/couch.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($isadmin)}
|
{if isset($isadmin)}
|
||||||
<input type="button"
|
<input type="button"
|
||||||
|
|||||||
@@ -270,7 +270,7 @@
|
|||||||
href="{$site->dereferrer_link}http://nzbindex.com/search/?q={$result.title}"
|
href="{$site->dereferrer_link}http://nzbindex.com/search/?q={$result.title}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/nzbindex.png"/>
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/nzbindex.png"/>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -281,7 +281,7 @@
|
|||||||
href="{$site->dereferrer_link}http://binsearch.info/?q={$result.title}"
|
href="{$site->dereferrer_link}http://binsearch.info/?q={$result.title}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/binsearch.png"/>
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/binsearch.png"/>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -174,54 +174,54 @@
|
|||||||
<th>
|
<th>
|
||||||
name<br>
|
name<br>
|
||||||
<a title="Sort Descending" href="{$orderbyname_desc}">
|
<a title="Sort Descending" href="{$orderbyname_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbyname_asc}">
|
<a title="Sort Ascending" href="{$orderbyname_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
category<br>
|
category<br>
|
||||||
<a title="Sort Descending" href="{$orderbycat_desc}">
|
<a title="Sort Descending" href="{$orderbycat_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbycat_asc}">
|
<a title="Sort Ascending" href="{$orderbycat_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
posted<br>
|
posted<br>
|
||||||
<a title="Sort Descending" href="{$orderbyposted_desc}">
|
<a title="Sort Descending" href="{$orderbyposted_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbyposted_asc}">
|
<a title="Sort Ascending" href="{$orderbyposted_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
size<br>
|
size<br>
|
||||||
<a title="Sort Descending" href="{$orderbysize_desc}">
|
<a title="Sort Descending" href="{$orderbysize_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbysize_asc}">
|
<a title="Sort Ascending" href="{$orderbysize_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">
|
<th style="text-align:center;">
|
||||||
files<br>
|
files<br>
|
||||||
<a title="Sort Descending" href="{$orderbyfiles_desc}">
|
<a title="Sort Descending" href="{$orderbyfiles_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbyfiles_asc}">
|
<a title="Sort Ascending" href="{$orderbyfiles_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th style="text-align:center;">stats<br>
|
<th style="text-align:center;">stats<br>
|
||||||
<a title="Sort Descending" href="{$orderbystats_desc}">
|
<a title="Sort Descending" href="{$orderbystats_desc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_down.gif" alt="Sort Descending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_down.gif" alt="Sort Descending">
|
||||||
</a>
|
</a>
|
||||||
<a title="Sort Ascending" href="{$orderbystats_asc}">
|
<a title="Sort Ascending" href="{$orderbystats_asc}">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/sorting/arrow_up.gif" alt="Sort Ascending">
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
@@ -251,11 +251,11 @@
|
|||||||
<div class="btns" style="float:right">
|
<div class="btns" style="float:right">
|
||||||
{release_flag($result.searchname, browse)}
|
{release_flag($result.searchname, browse)}
|
||||||
{if $result.passwordstatus == 1}
|
{if $result.passwordstatus == 1}
|
||||||
<img title="RAR/ZIP Possibly Passworded." src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/lock2.png" alt="RAR/ZIP Possibly Passworded.">
|
<img title="RAR/ZIP Possibly Passworded." src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/lock2.png" alt="RAR/ZIP Possibly Passworded.">
|
||||||
{elseif $result.passwordstatus == 2}
|
{elseif $result.passwordstatus == 2}
|
||||||
<img title="RAR/ZIP Possibly Damaged." src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/broken.png" alt="RAR/ZIP Possibly Damaged.">
|
<img title="RAR/ZIP Possibly Damaged." src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/broken.png" alt="RAR/ZIP Possibly Damaged.">
|
||||||
{elseif $result.passwordstatus == 10}
|
{elseif $result.passwordstatus == 10}
|
||||||
<img title="RAR/ZIP is Passworded." src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/lock.gif" alt="RAR/ZIP is Passworded.">
|
<img title="RAR/ZIP is Passworded." src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/lock.gif" alt="RAR/ZIP is Passworded.">
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.videostatus > 0}
|
{if $result.videostatus > 0}
|
||||||
<a
|
<a
|
||||||
@@ -318,7 +318,7 @@
|
|||||||
<a title="View file list" href="{$smarty.const.WWW_TOP}/filelist/{$result.guid}">{$result.totalpart}</a>
|
<a title="View file list" href="{$smarty.const.WWW_TOP}/filelist/{$result.guid}">{$result.totalpart}</a>
|
||||||
{if $result.rarinnerfilecount > 0}
|
{if $result.rarinnerfilecount > 0}
|
||||||
<div class="rarfilelist">
|
<div class="rarfilelist">
|
||||||
<img src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/magnifier.png" alt="{$result.guid}">
|
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/magnifier.png" alt="{$result.guid}">
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if isset ($ourmovies) && $ourmovies[$result->alternate_ids->imdb] != ""}
|
{if isset($ourmovies) && $ourmovies[$result->alternate_ids->imdb] != ""}
|
||||||
<a class="rndbtn btn btn-sm btn-success"
|
<a class="rndbtn btn btn-sm btn-success"
|
||||||
href="{$smarty.const.WWW_TOP}/movies?imdb={$result->alternate_ids->imdb}">Download</a>
|
href="{$smarty.const.WWW_TOP}/movies?imdb={$result->alternate_ids->imdb}">Download</a>
|
||||||
{else}
|
{else}
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="View AdultdvdEmpire page"
|
title="View AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/ade.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="Search AdultdvdEmpire page"
|
title="Search AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/ade.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "hm"}
|
{if $result.classused == "hm"}
|
||||||
<a
|
<a
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="View Hot Movies page"
|
title="View Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/hotmovies.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="Search Hot Movies page"
|
title="Search Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/hotmovies.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "pop"}
|
{if $result.classused == "pop"}
|
||||||
<a
|
<a
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="View Popporn page"
|
title="View Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/popporn.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="Search Popporn page"
|
title="Search Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/popporn.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
name="viewiafd{$result.title}"
|
name="viewiafd{$result.title}"
|
||||||
title="Search Internet Adult Film Database"
|
title="Search Internet Adult Film Database"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/iafd.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/iafd.png"></a>
|
||||||
{if $mnfo[$m@index] > 0}<a
|
{if $mnfo[$m@index] > 0}<a
|
||||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
||||||
title="View NFO" class="label label-default"
|
title="View NFO" class="label label-default"
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="View AdultdvdEmpire page"
|
title="View AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/ade.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
name="viewade{$result.title}"
|
name="viewade{$result.title}"
|
||||||
title="Search AdultdvdEmpire page"
|
title="Search AdultdvdEmpire page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/ade.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/ade.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "hm"}
|
{if $result.classused == "hm"}
|
||||||
<a
|
<a
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="View Hot Movies page"
|
title="View Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/hotmovies.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
name="viewhm{$result.title}"
|
name="viewhm{$result.title}"
|
||||||
title="Search Hot Movies page"
|
title="Search Hot Movies page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/hotmovies.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/hotmovies.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $result.classused == "pop"}
|
{if $result.classused == "pop"}
|
||||||
<a
|
<a
|
||||||
@@ -264,7 +264,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="View Popporn page"
|
title="View Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/popporn.png"></a>
|
||||||
{else}
|
{else}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -272,7 +272,7 @@
|
|||||||
name="viewpop{$result.id}"
|
name="viewpop{$result.id}"
|
||||||
title="Search Popporn page"
|
title="Search Popporn page"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/popporn.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/popporn.png"></a>
|
||||||
{/if}
|
{/if}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
name="viewiafd{$result.title}"
|
name="viewiafd{$result.title}"
|
||||||
title="Search Internet Adult Film Database"
|
title="Search Internet Adult Film Database"
|
||||||
><img
|
><img
|
||||||
src="{$smarty.const.WWW_TOP}/templates/nntmux/images/icons/iafd.png"></a>
|
src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/iafd.png"></a>
|
||||||
{if $mnfo[$m@index] > 0}<a
|
{if $mnfo[$m@index] > 0}<a
|
||||||
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
href="{$smarty.const.WWW_TOP}/nfo/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"
|
||||||
title="View NFO" class="label label-default"
|
title="View NFO" class="label label-default"
|
||||||
|
|||||||
Reference in New Issue
Block a user