mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix the spacing in template files.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>NZB > <strong>Details</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -82,33 +81,28 @@
|
||||
<a class="label label-default"
|
||||
href="http://www.google.com/search?q={$release.name|escape:"htmlall"}"
|
||||
target="_blank">Google</a>
|
||||
|
||||
<p>
|
||||
{if $movie && $release.rageid < 0 && $movie.plot != ''}<span
|
||||
class="descinitial">{$movie.plot|escape:"htmlall"|truncate:500:"...":true}</span>
|
||||
{if $movie.plot|strlen > 500}
|
||||
<a class="descmore" href="#">more...</a>
|
||||
<span class="descfull">{$movie.plot|escape:"htmlall"|nl2br|magicurl}</span>{/if}{/if}
|
||||
|
||||
{if $rage && $release.rageid > 0 && $rage.description != ""}<span
|
||||
class="descinitial">{$rage.description|escape:"htmlall"|nl2br|magicurl|truncate:500:"...":true}</span>
|
||||
{if $rage.description|strlen > 500}
|
||||
<a class="descmore" href="#">more...</a>
|
||||
<span class="descfull">{$rage.description|escape:"htmlall"|nl2br|magicurl}</span>{/if}{/if}
|
||||
|
||||
{if $xxx}
|
||||
{if $xxx.tagline != ''}<br/>{$xxx.tagline|stripslashes|escape:"htmlall"}{/if}
|
||||
{if $xxx.plot != ''}{if $xxx.tagline != ''} - {else}
|
||||
<br/>
|
||||
{/if}{$xxx.plot|stripslashes|escape:"htmlall"}{/if}
|
||||
{/if}
|
||||
|
||||
{if $anidb && $release.anidbid > 0 && $anidb.description != ""}{$anidb.description|escape:"htmlall"|nl2br|magicurl|truncate:500:"...":true}{/if}
|
||||
{if $music && $music.review != ""}{$music.review|escape:"htmlall"|nl2br|magicurl|truncate:500:"...":true}{/if}
|
||||
{if $book && $book.review != ""}{$book.review|escape:"htmlall"|nl2br|magicurl|truncate:500:"...":true}{/if}
|
||||
{if $con &&$con.review != ""}{$con.review|escape:"htmlall"|nl2br|magicurl|truncate:500:"...":true}{/if}
|
||||
</p>
|
||||
|
||||
<div class="box col-md-12">
|
||||
<div class="box-body">
|
||||
<div class="tabbable">
|
||||
@@ -143,7 +137,6 @@
|
||||
{if $game.backdrop == 1}
|
||||
<li><a href="#pane10" data-toggle="tab">Screenshot</a></li>
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div id="pane1" class="tab-pane active">
|
||||
@@ -209,7 +202,6 @@
|
||||
data-target="#modal-image"/></a>
|
||||
{/if}
|
||||
<br/><br/>
|
||||
|
||||
<div class="btn-group btn-group-vertical">
|
||||
<a class="btn btn-primary btn-sm btn-success btn-transparent"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$release.guid}/{$release.searchname|escape:"htmlall"}"><i
|
||||
@@ -791,7 +783,6 @@
|
||||
data-target="#modal-image"/>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.tab-content -->
|
||||
@@ -803,7 +794,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade modal-image" id="modal-image" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
@@ -847,8 +837,6 @@
|
||||
src="{$smarty.const.WWW_TOP}/covers/xxx/{$xxx.id}-cover.jpg"
|
||||
alt="{$xxx.title|escape:"htmlall"}"/></a>
|
||||
{/if}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user