mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Replace with better image.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
<a target="_blank"
|
||||
@@ -187,7 +187,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
<a target="_blank"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<td>
|
||||
<div>
|
||||
<img class="shadow"
|
||||
src="{if $result['cover'] ==""}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{else}{$result['cover']}{/if}"
|
||||
src="{if $result['cover'] ==""}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{else}{$result['cover']}{/if}"
|
||||
width="120" border="0" alt="{$result['title']|escape:"htmlall"}"/>
|
||||
<div>
|
||||
<a class="label label-default" target="_blank"
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
{if $result.classused == "ade"}
|
||||
@@ -221,7 +221,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
{if $result.classused == "ade"}
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
<a target="_blank"
|
||||
@@ -187,7 +187,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/movies/{$result.imdbid}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
<a target="_blank"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<td>
|
||||
<div>
|
||||
<img class="shadow"
|
||||
src="{if $result['cover'] ==""}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{else}{$result['cover']}{/if}"
|
||||
src="{if $result['cover'] ==""}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{else}{$result['cover']}{/if}"
|
||||
width="120" border="0" alt="{$result['title']|escape:"htmlall"}"/>
|
||||
<div>
|
||||
<a class="label label-default" target="_blank"
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
{if $result.classused == "ade"}
|
||||
@@ -221,7 +221,7 @@
|
||||
{if $smarty.foreach.loop.first}
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}"><img
|
||||
class="cover"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/nocover2.png{/if}"
|
||||
src="{if $result.cover == 1}{$smarty.const.WWW_TOP}covers/xxx/{$result.id}-cover.jpg{else}{$smarty.const.WWW_TOP}templates_shared/images/no-cover.png{/if}"
|
||||
width="100" border="0"
|
||||
alt="{$result.title|escape:"htmlall"}"/></a>
|
||||
{if $result.classused == "ade"}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user