mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix the spacing in template files.
This commit is contained in:
@@ -4,16 +4,13 @@
|
||||
strapline="{$site->strapline|escape}" email="{$site->email}" url="{$serverroot}"
|
||||
image="{if $site->style != "" && $site->style != "/"}{$serverroot}theme/{$site->style}/images/banner.jpg{else}{$serverroot}images/banner.jpg{/if}"/>
|
||||
<limits max="100" default="100"/>
|
||||
|
||||
<registration available="yes" open="{if $site->registerstatus == 0}yes{else}no{/if}"/>
|
||||
|
||||
<searching>
|
||||
<search available="yes"/>
|
||||
<tv-search available="yes"/>
|
||||
<movie-search available="yes"/>
|
||||
<audio-search available="yes"/>
|
||||
</searching>
|
||||
|
||||
<categories>
|
||||
{foreach from=$parentcatlist item=parentcat}
|
||||
<category id="{$parentcat.id}"
|
||||
@@ -25,7 +22,6 @@
|
||||
</category>
|
||||
{/foreach}
|
||||
</categories>
|
||||
|
||||
<groups>
|
||||
{foreach from=$grps item=grp}
|
||||
<group id="{$grp.id}"
|
||||
@@ -33,10 +29,9 @@
|
||||
lastupdate="{$grp.last_updated|phpdate_format:"DATE_RSS"}"/>
|
||||
{/foreach}
|
||||
</groups>
|
||||
|
||||
<genres>
|
||||
{foreach from=$genres item=genre}
|
||||
<genre id="{$genre.id}" categoryid="{$genre.type}" name="{$genre.title|escape:html}"/>
|
||||
{/foreach}
|
||||
</genres>
|
||||
</caps>
|
||||
</caps>
|
||||
@@ -24,6 +24,5 @@
|
||||
<description>{$comm.text|escape:"htmlall"}</description>
|
||||
</item>
|
||||
{/foreach}
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
@@ -1,5 +1,4 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
{if $site->apienabled != "1"}
|
||||
<p>
|
||||
The api is currently disabled. <a href="{$smarty.const.WWW_TOP}/contact-us">Contact us</a> if you require api
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
<enclosure
|
||||
url="{$serverroot}getnzb/{$release.guid}.nzb&i={$uid}&r={$rsstoken}{if $del=="1"}&del=1{/if}"
|
||||
length="{$release.size}" type="application/x-nzb"/>
|
||||
|
||||
{foreach from=$release.category_ids|parray:"," item=cat}
|
||||
<newznab:attr name="category" value="{$cat}"/>
|
||||
{/foreach}
|
||||
@@ -134,9 +133,7 @@
|
||||
<newznab:attr name="password" value="{$release.passwordstatus}"/>
|
||||
<newznab:attr name="usenetdate" value="{$release.postdate|phpdate_format:"DATE_RSS"}"/>
|
||||
<newznab:attr name="group" value="{$release.group_name|escape:html}"/>
|
||||
|
||||
</item>
|
||||
{/foreach}
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
@@ -24,6 +24,5 @@
|
||||
<enclosure url="{$serverroot}api?t=getnfo&id={$release.guid}&raw=1&i={$uid}&r={$rsstoken}"
|
||||
length="{$nfoutf|count_characters:true}" type="text/x-nfo"/>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
@@ -4,13 +4,10 @@
|
||||
<!--
|
||||
===
|
||||
This comment should NOT be removed.
|
||||
|
||||
Charisma v2.0.0
|
||||
|
||||
Copyright 2012-2014 Muhammad Usman
|
||||
Licensed under the Apache License v2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
http://usman.it
|
||||
http://twitter.com/halalit_usman
|
||||
===
|
||||
@@ -29,7 +26,6 @@
|
||||
<link href="{$smarty.const.WWW_TOP}/templates_shared/styles/posterwall.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
<!-- The styles -->
|
||||
<link id="bs-css" href="{$smarty.const.WWW_TOP}/templates/charisma/css/bootstrap-spacelab.min.css" rel="stylesheet">
|
||||
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/charisma/css/charisma-app.css" rel="stylesheet">
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/chosen/chosen.min.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/colorbox/example3/colorbox.css'
|
||||
@@ -46,14 +42,11 @@
|
||||
<link href="{$smarty.const.WWW_TOP}/templates_shared/styles/normalize.css" rel="stylesheet" type="text/css">
|
||||
<!-- The fav icon -->
|
||||
<link rel="shortcut icon" href="{$smarty.const.WWW_TOP}/templates/charisma/img/favicon.ico">
|
||||
|
||||
|
||||
</head>
|
||||
{if ($loggedin)=="true"}
|
||||
<body>
|
||||
<!-- topbar starts -->
|
||||
<div class="navbar navbar-default" role="navigation">
|
||||
|
||||
<div class="navbar-inner">
|
||||
<button type="button" class="navbar-toggle pull-left animated flip">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
@@ -96,7 +89,6 @@
|
||||
<div class="sidebar-nav">
|
||||
<div class="nav-canvas">
|
||||
<div class="nav-sm nav nav-stacked">
|
||||
|
||||
</div>
|
||||
<ul class="nav nav-pills nav-stacked main-menu">
|
||||
<!-- search form -->
|
||||
@@ -169,20 +161,15 @@
|
||||
</div>
|
||||
<!--/span-->
|
||||
<!-- left menu ends -->
|
||||
|
||||
<noscript>
|
||||
<div class="alert alert-block col-md-12">
|
||||
<h4 class="alert-heading">Warning!</h4>
|
||||
|
||||
<p>You need to have <a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a>
|
||||
enabled to use this site.</p>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
<div id="content" class="col-lg-10 col-sm-10">
|
||||
<!-- content starts -->
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="box col-md-12">
|
||||
<div class="box-inner">
|
||||
@@ -194,26 +181,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<!--/row-->
|
||||
|
||||
|
||||
<!-- content ends -->
|
||||
</div>
|
||||
<!--/#content.col-md-0-->
|
||||
</div>
|
||||
<!--/fluid-row-->
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
|
||||
aria-hidden="true">
|
||||
</div>
|
||||
|
||||
<footer class="row">
|
||||
<div class="box col-md-12">
|
||||
<p class="col-md-9 col-sm-9 col-xs-12 copyright">© <i class="fa fa-github-alt"></i><a
|
||||
href="https://github.com/DariusIII/" target="_blank"> DariusIII</a> newznab-tmux {$smarty.now|date_format:"%Y"}</p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
<!--/.fluid-container-->
|
||||
<!-- Scripts-->
|
||||
@@ -259,7 +240,6 @@
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.history.js"></script>
|
||||
<!-- Charisma functions -->
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/js/charisma.js"></script>
|
||||
|
||||
<!-- Functions with noty -->
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/js/functions.js"></script>
|
||||
<!-- newznab default scripts, needed for stuff to work -->
|
||||
@@ -267,16 +247,13 @@
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/scripts/jquery.autosize-min.js"></script>
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/scripts/jquery.qtip2.js"></script>
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/scripts/sorttable.js"></script>
|
||||
|
||||
<!-- Newznab utils.js -->
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/charisma/scripts/utils.js"></script>
|
||||
|
||||
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</body>
|
||||
|
||||
{* Start Login/Register Page *}
|
||||
{elseif $smarty.server.REQUEST_URI == "/register" || $smarty.server.REQUEST_URI eq '/register?action=submit'}
|
||||
{include file="register.tpl"}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,7 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,9 +8,7 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{$site->adbrowse}
|
||||
|
||||
{if $results|@count > 0}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Browse > <strong>Groups</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Your > <strong>Cart</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,18 +7,14 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="alert alert-info" role="alert">
|
||||
<strong>RSS Feed</strong> <br/>
|
||||
Your cart can also be accessed via an <a
|
||||
href="{$smarty.const.WWW_TOP}/rss?t=-2&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">RSS
|
||||
feed</a>. Some NZB downloaders can read this feed and automatically start downloading.
|
||||
</div>
|
||||
|
||||
{if $results|@count > 0}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
|
||||
<div class="nzb_multi_operations">
|
||||
<small>With Selected:</small>
|
||||
<div class="btn-group">
|
||||
@@ -43,7 +38,6 @@
|
||||
<th>Added</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td class="check">
|
||||
@@ -60,7 +54,6 @@
|
||||
class="btn btn-danger btn-sm" style="padding-bottom:2px;">Delete</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</form>
|
||||
{else}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Contact Us</h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -52,12 +51,10 @@
|
||||
<div class="col-sm-4 col-sm-offset-1">
|
||||
<div class="additional">
|
||||
<h3>Need Help?</h3>
|
||||
|
||||
<p>Don’t hesitate to ask us something. Email us via this contact form.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2,13 +2,11 @@
|
||||
{foreach from=$content item=c}
|
||||
<div class="header">
|
||||
<h2>Tabula-Rasa.pw > <strong>{$c->title}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{$c->body}
|
||||
{/foreach}
|
||||
@@ -16,7 +14,6 @@
|
||||
{foreach from=$content item=c}
|
||||
<div class="header">
|
||||
<h2>Help > <strong>{$c->title}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<h1>Browse Downloads</h1>
|
||||
|
||||
<h2>/{$subpath|escape:"htmlall"}</h2>
|
||||
|
||||
<div class="nzb_multi_operations">
|
||||
View:
|
||||
{if $lm}<a href="{$smarty.server.REQUEST_URI|replace:"&lm=1":""}&lm=0">Covers</a> |
|
||||
@@ -19,7 +17,6 @@
|
||||
<th class="mid" width="80">info</th>
|
||||
<th class="mid" width="40">date</th>
|
||||
</tr>
|
||||
|
||||
{if $parentpath != ""}
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -28,10 +25,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
|
||||
{assign var="icon" value='templates/charisma/images/fileicons/'|cat:$result.pathinfo.extension|cat:".png"}
|
||||
{if $result.isdir == "1"}
|
||||
{assign var="icon" value='folder'}
|
||||
@@ -40,7 +35,6 @@
|
||||
{else}
|
||||
{assign var="icon" value=$result.pathinfo.extension}
|
||||
{/if}
|
||||
|
||||
<td><img title=".{$result.pathinfo.extension}" alt="{$result.pathinfo.extension}"
|
||||
src="{$smarty.const.WWW_TOP}/templates/charisma/images/fileicons/{$icon}.png"/></td>
|
||||
<td class="item">
|
||||
@@ -49,7 +43,6 @@
|
||||
{else}
|
||||
<a href="{$result.webpath}">{$result.name|escape:"htmlall"}</a>
|
||||
{/if}
|
||||
|
||||
{if $result.release.movie_id != "" && $result.release.ep_id == ""}
|
||||
<div style="padding-top:10px;">
|
||||
{if $result.release.tagline != ''}<b>{$result.release.tagline}</b><br/>{/if}
|
||||
@@ -59,7 +52,6 @@
|
||||
{if $result.release.actors != ''}<b>Starring:</b>{$result.release.actors}<br/><br/>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $result.release.ep_id != ""}
|
||||
<div style="padding-top:10px;">
|
||||
{if $result.release.ep_showtitle != ''}<b>{$result.release.ep_showtitle}</b><br/>{/if}
|
||||
@@ -72,7 +64,6 @@
|
||||
{if $result.release.ep_fullep != ''}<b>Episode:</b>{$result.release.ep_fullep}<br/>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $result.release.music_id != ""}
|
||||
<div style="padding-top:10px;">
|
||||
{if $result.release.mu_title != ''}<b>{$result.release.mu_title}</b><br/>{/if}
|
||||
@@ -80,7 +71,6 @@
|
||||
{if $result.release.mu_year != ''}<b>Year:</b>{$result.release.mu_year}<br/>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $result.release.music_id == "" && $result.release.ep_id == "" && $result.release.movie_id == ""}
|
||||
<br/>
|
||||
{/if}
|
||||
@@ -121,7 +111,5 @@
|
||||
<td class="less mid" title="{$result.mtime|date_format:"%d/%m/%Y %H:%M:%S"}">{$result.mtime|timeago}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
|
||||
<br/><br/><br/>
|
||||
<br/><br/><br/>
|
||||
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{if isset($error) && $error != ''}
|
||||
<div class="alert alert-danger">{$error}</div>
|
||||
{/if}
|
||||
@@ -10,7 +9,6 @@
|
||||
{if isset($sent) && $sent != ''}
|
||||
<div class="alert alert-info">A link to reset your password has been sent to your e-mail account.</div>
|
||||
{/if}
|
||||
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
@@ -23,23 +21,18 @@
|
||||
<!--
|
||||
===
|
||||
This comment should NOT be removed.
|
||||
|
||||
Charisma v2.0.0
|
||||
|
||||
Copyright 2012-2014 Muhammad Usman
|
||||
Licensed under the Apache License v2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
http://usman.it
|
||||
http://twitter.com/halalit_usman
|
||||
===
|
||||
-->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- The styles -->
|
||||
<link id="bs-css" href="{$smarty.const.WWW_TOP}/templates/charisma/css/bootstrap-spacelab.min.css" rel="stylesheet">
|
||||
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/charisma/css/charisma-app.css" rel="stylesheet">
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/fullcalendar/dist/fullcalendar.css'
|
||||
rel='stylesheet'>
|
||||
@@ -59,24 +52,18 @@
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/jquery.iphone.toggle.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/uploadify.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/animate.min.css' rel='stylesheet'>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/jquery/jquery.min.js"></script>
|
||||
|
||||
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- The fav icon -->
|
||||
<link rel="shortcut icon" href="{$smarty.const.WWW_TOP}/templates/charisma/img/favicon.ico">
|
||||
|
||||
</head>
|
||||
|
||||
{if $confirmed == '' && $sent == ''}
|
||||
<div class="ch-container">
|
||||
<div class="row">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 center login-header">
|
||||
<h2>Request a password reset</h2>
|
||||
@@ -84,7 +71,6 @@
|
||||
<!--/span-->
|
||||
</div>
|
||||
<!--/row-->
|
||||
|
||||
<div class="row">
|
||||
<div class="well col-md-5 center login-box">
|
||||
<div class="alert alert-info">
|
||||
@@ -102,7 +88,6 @@
|
||||
<div class="clearfix"></div>
|
||||
<br>
|
||||
<p class="center col-md-5">
|
||||
|
||||
<p class="center col-md-5">
|
||||
{$page->smarty->fetch('captcha.tpl')}
|
||||
</p>
|
||||
@@ -116,7 +101,6 @@
|
||||
<!--/row-->
|
||||
</div>
|
||||
<!--/fluid-row-->
|
||||
|
||||
</div>
|
||||
<!--/.fluid-container-->
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -1,7 +1,5 @@
|
||||
<h1>Forum</h1>
|
||||
|
||||
{if $results|@count > 0}
|
||||
|
||||
{$pager}
|
||||
<div style="float:right;margin-bottom:5px;"><a href="#new">New Post</a></div>
|
||||
<a id="top"></a>
|
||||
@@ -12,14 +10,12 @@
|
||||
<th>Last Update</th>
|
||||
<th width="5%" class="mid">Replies</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}" id="guid{$result.id}">
|
||||
<td style="cursor:pointer;" class="item"
|
||||
onclick="document.location='{$smarty.const.WWW_TOP}/forumpost/{$result.id}';">
|
||||
<a title="View post" class="title"
|
||||
href="{$smarty.const.WWW_TOP}/forumpost/{$result.id}">{$result.subject|escape:"htmlall"|truncate:100:'...':true:true}</a>
|
||||
|
||||
<div class="hint">
|
||||
{$result.message|escape:"htmlall"|truncate:200:'...':false:false}
|
||||
</div>
|
||||
@@ -29,31 +25,24 @@
|
||||
href="{$smarty.const.WWW_TOP}/profile/?name={$result.username}">{$result.username}</a>
|
||||
<br/>
|
||||
on <span title="{$result.createddate}">{$result.createddate|date_format}</span>
|
||||
|
||||
<div class="hint">({$result.createddate|timeago})</div>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{$smarty.const.WWW_TOP}/forumpost/{$result.id}#last"
|
||||
title="{$result.updateddate}">{$result.updateddate|date_format}</a>
|
||||
|
||||
<div class="hint">({$result.updateddate|timeago})</div>
|
||||
</td>
|
||||
<td class="mid">{$result.replies}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
<div style="float:right;margin-top:5px;"><a href="#top">Top</a></div>
|
||||
<br/>
|
||||
{$pager}
|
||||
|
||||
{/if}
|
||||
|
||||
<div style="margin-top:10px;">
|
||||
<a id="new"></a>
|
||||
|
||||
<h3>Add New Post</h3>
|
||||
|
||||
<form action="" method="post">
|
||||
<label for="addSubject">Subject</label>:<br/>
|
||||
<input type="text" maxlength="200" id="addSubject" name="addSubject"/>
|
||||
@@ -64,5 +53,4 @@
|
||||
<input class="forumpostsubmit" type="submit" value="submit"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<br/><br/><br/>
|
||||
<br/><br/><br/>
|
||||
@@ -1,5 +1,4 @@
|
||||
<h1><a href="{$smarty.const.WWW_TOP}/forum">Forum</a></h1>
|
||||
|
||||
{if $results|@count > 0}
|
||||
<h2>{$results[0].subject|escape:"htmlall"}</h2>
|
||||
<div style="float:right;margin-bottom:5px;"><a href="#reply">Reply</a></div>
|
||||
@@ -9,7 +8,6 @@
|
||||
<th>By</th>
|
||||
<th>Message</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result name=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td width="15%;">
|
||||
@@ -20,7 +18,6 @@
|
||||
{if $result.isadmin == 1}</strong>{/if}
|
||||
<br/>
|
||||
on <span title="{$result.createddate}">{$result.createddate|date_format}</span>
|
||||
|
||||
<div class="hint">({$result.createddate|timeago})</div>
|
||||
{if $userdata.role==2}
|
||||
<div>
|
||||
@@ -29,18 +26,15 @@
|
||||
title="Delete Post">Delete</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</td>
|
||||
<td>{$result.message|escape:"htmlall"|nl2br|magicurl}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
<div style="float:right;margin-top:5px;"><a href="#">Top</a></div>
|
||||
<div style="margin-top:10px;">
|
||||
<h3>Add Reply</h3>
|
||||
<a id="reply"></a>
|
||||
|
||||
<form action="" method="post">
|
||||
<label for="addReply">Message</label>:<br/>
|
||||
<textarea class="autosize" maxlength="5000" id="addReply" name="addReply" rows="6" cols="60"></textarea>
|
||||
@@ -48,5 +42,4 @@
|
||||
<input class="forumreplysubmit" type="submit" value="submit"/>
|
||||
</form>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,8 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
{elseif $userdata.movieview != "1"}
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t=2000">{$parentcat.title}</a></li>
|
||||
{/if}
|
||||
|
||||
<hr>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/upcoming">In Theatre</a></li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/mymovies">My Movies</a></li>
|
||||
@@ -46,7 +45,6 @@
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t={$subcat.id}">{$subcat.title}</a></li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{elseif $parentcat.id == 1000}
|
||||
@@ -72,7 +70,6 @@
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t={$subcat.id}">{$subcat.title}</a></li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{elseif $parentcat.id == 4000}
|
||||
@@ -103,7 +100,6 @@
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t={$subcat.id}">{$subcat.title}</a></li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{elseif $parentcat.id == 3000}
|
||||
|
||||
@@ -21,23 +21,18 @@
|
||||
<!--
|
||||
===
|
||||
This comment should NOT be removed.
|
||||
|
||||
Charisma v2.0.0
|
||||
|
||||
Copyright 2012-2014 Muhammad Usman
|
||||
Licensed under the Apache License v2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
http://usman.it
|
||||
http://twitter.com/halalit_usman
|
||||
===
|
||||
-->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- The styles -->
|
||||
<link id="bs-css" href="{$smarty.const.WWW_TOP}/templates/charisma/css/bootstrap-spacelab.min.css" rel="stylesheet">
|
||||
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/charisma/css/charisma-app.css" rel="stylesheet">
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/fullcalendar/dist/fullcalendar.css'
|
||||
rel='stylesheet'>
|
||||
@@ -57,24 +52,18 @@
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/jquery.iphone.toggle.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/uploadify.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/animate.min.css' rel='stylesheet'>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/jquery/jquery.min.js"></script>
|
||||
|
||||
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- The fav icon -->
|
||||
<link rel="shortcut icon" href="{$smarty.const.WWW_TOP}/templates/charisma/img/favicon.ico">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="ch-container">
|
||||
<div class="row">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 center login-header">
|
||||
<h2>Please login</h2>
|
||||
@@ -82,7 +71,6 @@
|
||||
<!--/span-->
|
||||
</div>
|
||||
<!--/row-->
|
||||
|
||||
<div class="row">
|
||||
<div class="well col-md-5 center login-box">
|
||||
<div class="alert alert-info">
|
||||
@@ -97,14 +85,12 @@
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<br>
|
||||
|
||||
<div class="input-group input-group-lg">
|
||||
<span class="input-group-addon"><i class="glyphicon glyphicon-lock red"></i></span>
|
||||
<input id="password" name="password" type="password" class="form-control"
|
||||
placeholder="Password">
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="input-prepend">
|
||||
<label class="rememberme" for="rememberme"><input id="rememberme"
|
||||
{if isset($rememberme) && $rememberme == 1}checked="checked"{/if}
|
||||
@@ -112,16 +98,13 @@
|
||||
Remember me</label>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<p class="center col-md-5">
|
||||
|
||||
<p class="center col-md-5">
|
||||
{$page->smarty->fetch('captcha.tpl')}
|
||||
</p>
|
||||
<button type="submit" class="btn btn-primary">Login</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<a href="{$serverroot}forgottenpassword" class="text-center">I forgot my password</a><br>
|
||||
<a href="{$serverroot}register" class="text-center">Register a new membership</a>
|
||||
</div>
|
||||
@@ -130,14 +113,10 @@
|
||||
<!--/row-->
|
||||
</div>
|
||||
<!--/fluid-row-->
|
||||
|
||||
</div>
|
||||
<!--/.fluid-container-->
|
||||
|
||||
<!-- external javascript -->
|
||||
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- library for cookie management -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.cookie.js"></script>
|
||||
<!-- calender plugin -->
|
||||
@@ -145,7 +124,6 @@
|
||||
<script src='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/fullcalendar/dist/fullcalendar.min.js'></script>
|
||||
<!-- data table plugin -->
|
||||
<script src='{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.dataTables.min.js'></script>
|
||||
|
||||
<!-- select or dropdown enhancer -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/chosen/chosen.jquery.min.js"></script>
|
||||
<!-- plugin for gallery image view -->
|
||||
@@ -168,7 +146,5 @@
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.history.js"></script>
|
||||
<!-- application script for Charisma demo -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/js/charisma.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,7 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
@@ -88,7 +86,6 @@
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{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}{$serverroot}covers/movies/{$result.imdbid}-cover.jpg{else}{$serverroot}templates/charisma/images/nocover.png{/if}"
|
||||
@@ -113,7 +110,6 @@
|
||||
<div class="col-md-9 no-gutter">
|
||||
<span class="release-title"><a class="text-muted"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
|
||||
<div class="release-subtitle">{if $result.genre != ''}
|
||||
<b>Genre: </b>
|
||||
{$result.genre}, {/if}</div>
|
||||
@@ -128,12 +124,10 @@
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
<span class="label label-default">{if $result.rating != ''}{$result.rating}/10{/if}</span>
|
||||
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
<br/><br/><br/>
|
||||
|
||||
<div class="release-name text-muted"><a
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$mname[$m@index]|escape:"htmlall"}</a>
|
||||
</div>
|
||||
@@ -215,7 +209,6 @@
|
||||
<div class="col-md-9 no-gutter">
|
||||
<span class="release-title"><a class="text-muted"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
|
||||
<div class="release-subtitle">{if $result.genre != ''}
|
||||
<b>Genre: </b>
|
||||
{$result.genre}, {/if}</div>
|
||||
@@ -230,12 +223,10 @@
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
<span class="label label-default">{if $result.rating != ''}{$result.rating}/10{/if}</span>
|
||||
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
<br/><br/><br/>
|
||||
|
||||
<div class="release-name text-muted"><a
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}">{$mname[$m@index]|escape:"htmlall"}</a>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
@@ -202,7 +200,6 @@
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,17 +4,14 @@
|
||||
<th></th>
|
||||
<th>Name</th>
|
||||
</tr>
|
||||
|
||||
{foreach $data as $result}
|
||||
{if $result['imdb_id'] != ""}
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<div>
|
||||
<img class="shadow"
|
||||
src="{if $result['cover'] ==""}{$serverroot}templates/charisma/images/nocover.png{else}{$result['cover']}{/if}"
|
||||
width="120" border="0" alt="{$result['title']|escape:"htmlall"}"/>
|
||||
|
||||
<div>
|
||||
<a class="label label-default" target="_blank"
|
||||
href="{$site->dereferrer_link}http://www.imdb.com/title/tt{$result['imdb_id']}"
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
<div class="header">
|
||||
<h2>My > <strong>Movies</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
/ My Movies
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="box col-md-12">
|
||||
<div class="box-content">
|
||||
@@ -16,7 +13,6 @@
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
|
||||
<div class="alert alert-info">
|
||||
Using 'My Movies' you can search for movies, and add them to a wishlist. If the movie
|
||||
becomes available it will be added to an <strong><a
|
||||
@@ -35,8 +31,6 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="divMovResults">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Edit > <strong>My Movies</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,7 +7,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12 portlets">
|
||||
<div class="panel">
|
||||
@@ -20,26 +18,20 @@
|
||||
Feed</a> you can use to automatically download. To add more movies use the <a
|
||||
href="{$smarty.const.WWW_TOP}/mymovies">My Movies</a> search feature.
|
||||
</p>
|
||||
|
||||
{if $movies|@count > 0}
|
||||
<table class="table table-condensed table-striped table-sortable table-responsive table-hover" id="browsetable">
|
||||
<tr>
|
||||
|
||||
<th></th>
|
||||
<th>name</th>
|
||||
<th>added</th>
|
||||
<th class="mid">options</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$movies item=movie}
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
|
||||
<div>
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/movies/{if $movie.cover == 1}{$movie.imdbid}-cover.jpg{else}no-cover.jpg{/if}"
|
||||
width="120" border="0" alt="{$movie.title|escape:"htmlall"}"/>
|
||||
|
||||
<div>
|
||||
<a class="label label-default" target="_blank"
|
||||
href="{$site->dereferrer_link}http://www.imdb.com/title/tt{$movie.imdbid}"
|
||||
@@ -47,8 +39,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
<h2>{$movie.title|escape:"htmlall"} ({$movie.year})</h2>
|
||||
{if $movie.tagline != ''}<b>{$movie.tagline}</b><br/>{/if}
|
||||
@@ -62,10 +52,8 @@
|
||||
class="label label-danger" title="Remove from my movies">Remove</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
{else}
|
||||
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<input type="hidden" name="subpage" value="{$rid}"/>
|
||||
{if $from}<input type="hidden" name="from" value="{$from}" />{/if}
|
||||
{html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='<br />'}
|
||||
|
||||
<br/>
|
||||
<input class="btn btn-primary" type="submit" name="{$type}" value="{$type|ucwords}"/>
|
||||
</form>
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>My > <strong>TV Shows</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-sm btn-default" title="View available TV series" href="{$smarty.const.WWW_TOP}/series">View
|
||||
all series</a>
|
||||
@@ -20,7 +18,6 @@
|
||||
My Shows <i class="fa fa-rss"></i></a>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
{if $shows|@count > 0}
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
@@ -34,7 +31,6 @@
|
||||
<th width="110">Added</th>
|
||||
<th width="130" class="mid">Options</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$shows item=show}
|
||||
<tr>
|
||||
<td>
|
||||
@@ -58,7 +54,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
@@ -69,4 +64,4 @@
|
||||
<div class="alert alert-danger">
|
||||
<strong>Sorry!</strong> No shows bookmarked yet!
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -6,7 +6,6 @@
|
||||
<div class="vortex-nzb" style="padding: 5px 0 5px 0">
|
||||
<i>{$nzb['uiTitle']}</i>
|
||||
<br/>
|
||||
|
||||
<div style="width: 20px; float: left; margin: 7px 0 0 0">
|
||||
{if $nzb['isPaused'] eq 1}
|
||||
<img src="{$smarty.const.WWW_TOP}/templates/charisma/images/icons/vortex/blah.png"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>NZBVortex > <strong>Queue</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,7 +7,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $weHasVortex}
|
||||
<div id="vortex-error"
|
||||
style="display: none; background-color: #767A9E; text-align: center; padding: 5px; color: #eee"></div>
|
||||
@@ -16,7 +14,6 @@
|
||||
</div>
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
|
||||
var timer = 0;
|
||||
function getOverview() {
|
||||
$.ajax
|
||||
@@ -33,9 +30,7 @@
|
||||
clearTimeout(timer);
|
||||
});
|
||||
}
|
||||
|
||||
getOverview();
|
||||
|
||||
</script>
|
||||
{/literal}
|
||||
{else}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{assign var="pages" value=($pagertotalitems/$pageritemsperpage)|round}
|
||||
{assign var="currentpage" value=($pageroffset+$pageritemsperpage)/$pageritemsperpage}
|
||||
{assign var="upperhalfwaypoint" value=((($pages-$currentpage)/2)|round)+$currentpage}
|
||||
|
||||
{if $pages > 1}
|
||||
<div class="dataTables_paginate paging_simple_numbers" id="DataTables_Table_0_paginate">
|
||||
<ul class="pagination">
|
||||
@@ -13,37 +12,29 @@
|
||||
{if $currentpage > 1}
|
||||
<li><a href="{$pagerquerybase}0{$pagerquerysuffix}">1</a></li>
|
||||
{/if}
|
||||
|
||||
{if $currentpage > 3}
|
||||
<li class="disabled"><a href="#">...</a></li>
|
||||
{/if}
|
||||
|
||||
{if $currentpage > 2}
|
||||
<li><a href="{$pagerquerybase}{$pageroffset-$pageritemsperpage}{$pagerquerysuffix}">{$currentpage-1}</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
<li class="active"><a href="#">{$currentpage}</a></li>
|
||||
|
||||
{if ($currentpage+1) < $pages}
|
||||
<li><a href="{$pagerquerybase}{$pageroffset+$pageritemsperpage}{$pagerquerysuffix}">{$currentpage+1}</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{if ($currentpage+1) < ($pages-1) && ($currentpage+2) < $upperhalfwaypoint}
|
||||
<li class="disabled"><a href="#">...</a></li>
|
||||
{/if}
|
||||
|
||||
{if $upperhalfwaypoint != $pages && $upperhalfwaypoint != ($currentpage+1)}
|
||||
<li>
|
||||
<a href="{$pagerquerybase}{$upperhalfwaypoint*$pageritemsperpage}{$pagerquerysuffix}">{$upperhalfwaypoint}</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{if ($upperhalfwaypoint+1) < $pages}
|
||||
<li class="disabled"><a href="#">...</a></li>
|
||||
{/if}
|
||||
|
||||
{if $pages > $currentpage}
|
||||
<li>
|
||||
<a href="{$pagerquerybase}{($pages*$pageritemsperpage)-$pageritemsperpage}{$pagerquerysuffix}">{$pages}</a>
|
||||
@@ -56,4 +47,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Profile > <strong>{$user.username|escape:"htmlall"}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -113,7 +112,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -125,4 +123,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Edit Profile > <strong>{$user.username|escape:"htmlall"}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}">Home</a></li>
|
||||
@@ -48,7 +47,6 @@
|
||||
<td>
|
||||
<input autocomplete="off" id="password" name="password"
|
||||
type="password" class="form-control" value="">
|
||||
|
||||
<div class="hint">Only enter your password if you want
|
||||
to change it.
|
||||
</div>
|
||||
@@ -247,7 +245,6 @@
|
||||
type="text" value="{$user.nzbgeturl}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<th width="200">Username / Password</th>
|
||||
<td>
|
||||
<div class="form-inline">
|
||||
@@ -264,7 +261,6 @@
|
||||
value="{$user.nzbgetpassword}"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -307,7 +303,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<th width="200">API / URL</th>
|
||||
<td>
|
||||
<div class="form-inline">
|
||||
@@ -324,7 +319,6 @@
|
||||
value="{$cp_url_selected}"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -10,7 +10,4 @@
|
||||
{/foreach}
|
||||
</ul>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
{/if}
|
||||
@@ -21,23 +21,18 @@
|
||||
<!--
|
||||
===
|
||||
This comment should NOT be removed.
|
||||
|
||||
Charisma v2.0.0
|
||||
|
||||
Copyright 2012-2014 Muhammad Usman
|
||||
Licensed under the Apache License v2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
http://usman.it
|
||||
http://twitter.com/halalit_usman
|
||||
===
|
||||
-->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- The styles -->
|
||||
<link id="bs-css" href="{$smarty.const.WWW_TOP}/templates/charisma/css/bootstrap-spacelab.min.css" rel="stylesheet">
|
||||
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/charisma/css/charisma-app.css" rel="stylesheet">
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/fullcalendar/dist/fullcalendar.css'
|
||||
rel='stylesheet'>
|
||||
@@ -57,26 +52,19 @@
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/jquery.iphone.toggle.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/uploadify.css' rel='stylesheet'>
|
||||
<link href='{$smarty.const.WWW_TOP}/templates/charisma/css/animate.min.css' rel='stylesheet'>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/jquery/jquery.min.js"></script>
|
||||
|
||||
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- The fav icon -->
|
||||
<link rel="shortcut icon" href="{$smarty.const.WWW_TOP}/templates/charisma/img/favicon.ico">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{if $showregister != "0"}
|
||||
<div class="ch-container">
|
||||
<div class="row">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 center login-header">
|
||||
<h2>Register</h2>
|
||||
@@ -84,7 +72,6 @@
|
||||
<!--/span-->
|
||||
</div>
|
||||
<!--/row-->
|
||||
|
||||
<div class="row">
|
||||
<div class="well col-md-5 center login-box">
|
||||
<div class="alert alert-info">
|
||||
@@ -105,20 +92,17 @@
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<br>
|
||||
|
||||
<div class="input-group input-group-lg">
|
||||
<span class="input-group-addon"><i class="glyphicon glyphicon-lock red"></i></span>
|
||||
<input autocomplete="off" id="password" name="password" value="{$confirmpassword}" type="password" class="form-control" placeholder="Password"/>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="input-group input-group-lg">
|
||||
<span class="input-group-addon"><i class="glyphicon glyphicon-lock red"></i></span>
|
||||
<input autocomplete="off" id="confirmpassword" name="confirmpassword" value="{$confirmpassword}" type="password" class="form-control" placeholder="Retype password"/>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<p class="center col-md-5">
|
||||
|
||||
<p class="center col-md-5">
|
||||
{$page->smarty->fetch('captcha.tpl')}
|
||||
</p>
|
||||
@@ -132,14 +116,11 @@
|
||||
<!--/row-->
|
||||
</div>
|
||||
<!--/fluid-row-->
|
||||
|
||||
</div>
|
||||
<!--/.fluid-container-->
|
||||
{/if}
|
||||
<!-- external javascript -->
|
||||
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- library for cookie management -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.cookie.js"></script>
|
||||
<!-- calender plugin -->
|
||||
@@ -147,7 +128,6 @@
|
||||
<script src='{$smarty.const.WWW_TOP}/templates/charisma/bower_components/fullcalendar/dist/fullcalendar.min.js'></script>
|
||||
<!-- data table plugin -->
|
||||
<script src='{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.dataTables.min.js'></script>
|
||||
|
||||
<!-- select or dropdown enhancer -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/bower_components/chosen/chosen.jquery.min.js"></script>
|
||||
<!-- plugin for gallery image view -->
|
||||
@@ -170,6 +150,4 @@
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/js/jquery.history.js"></script>
|
||||
<!-- application script for Charisma demo -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/charisma/js/charisma.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
@@ -1,10 +1,8 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
<p>
|
||||
Here you can choose rss feeds from settings categories. The feeds will present either decriptions or
|
||||
downloads of Nzb files.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Add this string to your feed URL to allow NZB downloads without logging in: <span style="font-family:courier;">&i={$userdata.id}
|
||||
@@ -24,17 +22,14 @@
|
||||
To return TV shows only aired in the last x days (default is all): <span style="font-family:courier;">&airdate=20</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Most Nzb clients which support Nzb rss feeds will appreciate the full URL, with download link and your user token.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The feeds include additional attributes to help provide better filtering in your Nzb client, such as size, group and
|
||||
categorisation. If you want to chain multiple categories together or do more advanced searching, use the <a
|
||||
href="{$smarty.const.WWW_TOP}/apihelp">api</a>, which returns its data in an rss compatible format.
|
||||
</p>
|
||||
|
||||
<h2>Available Feeds</h2>
|
||||
<h3>General</h3>
|
||||
<ul style="text-align: left;">
|
||||
@@ -58,7 +53,6 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/rss?t=-4&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">{$smarty.const.WWW_TOP}
|
||||
/rss?t=-4&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<h3>Parent Category</h3>
|
||||
<ul style="text-align: left;">
|
||||
@@ -69,12 +63,9 @@
|
||||
/rss?t={$category.id}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
|
||||
</ul>
|
||||
|
||||
<h3>Sub Category</h3>
|
||||
<ul style="text-align: left;">
|
||||
|
||||
{foreach from=$categorylist item=category}
|
||||
<li>
|
||||
<a href="{$smarty.const.WWW_TOP}/browse?t={$category.id}">{$category.title}</a> feed <br/>
|
||||
@@ -83,7 +74,6 @@
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
<h3>Multi Category</h3>
|
||||
<ul style="text-align: left;">
|
||||
<li>
|
||||
@@ -92,7 +82,6 @@
|
||||
/rss?t=1000,2000,3010&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Additional Feeds</h2>
|
||||
<ul style="text-align: left;">
|
||||
<li>
|
||||
@@ -110,4 +99,4 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/rss?anidb=1234&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}
|
||||
/rss/?anidb=1234&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
@@ -33,7 +33,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "xxx"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control"
|
||||
@@ -77,7 +76,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "books"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="author" type="text" name="author" value="{$author}"
|
||||
@@ -87,7 +85,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "music"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="musicartist" type="text" name="artist" value="{$artist}"
|
||||
@@ -116,7 +113,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "console"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -138,7 +134,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "games"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -164,8 +159,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
|
||||
{if {$smarty.get.page} == "console"}
|
||||
<form class="form-inline" name="browseby" action="console" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -187,7 +180,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "games"}
|
||||
<form class="form-inline" name="browseby" action="games" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -213,7 +205,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "books"}
|
||||
<form class="form-inline" name="browseby" action="books" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="author" type="text" name="author" value="{$author}"
|
||||
@@ -223,7 +214,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "movies"}
|
||||
<form class="form-inline" name="browseby" action="movies">
|
||||
<input class="form-control" style="width: 150px;" id="movietitle" type="text" name="title" value="{$title}"
|
||||
@@ -259,7 +249,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "xxx"}
|
||||
<form class="form-inline" name="browseby" action="xxx">
|
||||
<input class="form-control"
|
||||
@@ -303,7 +292,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "music"}
|
||||
<form class="form-inline" name="browseby" action="music" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="musicartist" type="text" name="artist" value="{$artist}"
|
||||
@@ -331,4 +319,4 @@
|
||||
</select>
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -3,7 +3,6 @@
|
||||
{/if}
|
||||
<div class="header">
|
||||
<h2>newznab-tmux > <strong>Search</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -93,7 +92,6 @@
|
||||
<input type="checkbox" name="searchadvhasnfo" value="1">
|
||||
<input type="hidden" name="searchadvhascomments" value="0">
|
||||
<input type="checkbox" name="searchadvhascomments" value="1">
|
||||
|
||||
<div style="float:right;"><input type="hidden" name="search_type" value="adv" id="search_type">
|
||||
<input id="search_adv_button" type="submit" value="search">
|
||||
</div>
|
||||
@@ -195,7 +193,6 @@
|
||||
<label for="chk{$result.guid|substr:0:7}">
|
||||
<a class="title" title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"htmlall"}">{$result.searchname|escape:"htmlall"|truncate:150:"...":true}</a></label value="Searchname">
|
||||
|
||||
<div class="resextra">
|
||||
<div class="btns" style="float:right">
|
||||
{release_flag($result.searchname, browse)}
|
||||
@@ -316,7 +313,6 @@
|
||||
{/foreach}
|
||||
</table>
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Search > <strong>Raw</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,12 +7,10 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
|
||||
<form method="get" action="{$serverroot}searchraw">
|
||||
<div style="text-align:center;">
|
||||
<label for="search" style="display:none;">Search</label>
|
||||
@@ -21,7 +18,6 @@
|
||||
<input id="searchraw_search_button" type="submit" value="Search" class="btn btn-primary"/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{if $results|@count == 0 && $search != ""}
|
||||
<div class="nosearchresults">
|
||||
Your search - <strong>{$search|escape:'htmlall'}</strong> - did not match any headers.
|
||||
@@ -37,7 +33,6 @@
|
||||
</div>
|
||||
{elseif $search == ""}
|
||||
{else}
|
||||
|
||||
{$site->adbrowse}
|
||||
<form method="post" id="dl" name="dl" action="{$serverroot}searchraw">
|
||||
<table style="width:100%;" class="data" id="browsetable">
|
||||
@@ -52,7 +47,6 @@
|
||||
{/if}
|
||||
<th>Nzb</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<!--<td class="selection"><input name="file{$result.id}" id="file{$result.id}" value="{$result.id}" type="checkbox"/></td>-->
|
||||
@@ -74,7 +68,6 @@
|
||||
Yes</a>{/if}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</form>
|
||||
<!--
|
||||
@@ -85,12 +78,10 @@
|
||||
<a href="#" class="select_invert">Invert</a>
|
||||
<a href="#" class="select_range">Range</a>
|
||||
</div>
|
||||
|
||||
<div style="padding-top:20px;">
|
||||
<a href="#" id="searchraw_download_selected">Download selected as Nzb</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
|
||||
{foreach from=$sitemaps item=sitemap}
|
||||
<url>
|
||||
<loc>{$scheme}{$smarty.server.SERVER_NAME}{$port}{$sitemap->loc}</loc>
|
||||
@@ -9,5 +8,4 @@
|
||||
<priority>{$sitemap->changefreq}</priority>
|
||||
</url>
|
||||
{/foreach}
|
||||
|
||||
</urlset>
|
||||
@@ -1,5 +1,4 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
<table>
|
||||
{foreach from=$sitemaps item=sitemap}
|
||||
{if $last_type != $sitemap->type}
|
||||
@@ -18,9 +17,7 @@
|
||||
<td>
|
||||
<a title="{$sitemap->type} - {$sitemap->name}"
|
||||
href="{$smarty.const.WWW_TOP}{$sitemap->loc}">{$sitemap->name}</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
</table>
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>View > <strong>{$page->title}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,13 +7,10 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="box col-md-12">
|
||||
<div class="box-content">
|
||||
|
||||
<p>{$site->tandc}</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>Upcoming > <strong>Movies</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-sm btn-primary btn-transparent" href="{$smarty.const.WWW_TOP}/upcoming/1">Box Office</a>
|
||||
@@ -21,7 +19,6 @@
|
||||
</center>
|
||||
<br/>
|
||||
{$site->adbrowse}
|
||||
|
||||
{if isset($data) && $data|@count > 0}
|
||||
<table class="data highlight icons table table-condensed table-striped table-responsive table-hover" id="coverstable">
|
||||
{foreach $data as $result}
|
||||
@@ -30,7 +27,6 @@
|
||||
<div class="movcover">
|
||||
<img class="shadow" src="{replace_url($result->posters->original)}" width="120" border="0"
|
||||
alt="{$result->title|escape:"htmlall"}"/>
|
||||
|
||||
<div class="movextra">
|
||||
<a class="rndbtn badge badge-success" target="_blank"
|
||||
href="{$site->dereferrer_link}{$result->links->alternate}"
|
||||
@@ -64,7 +60,6 @@
|
||||
<br/>
|
||||
<br/>
|
||||
{/if}
|
||||
|
||||
{if isset($ourmovies) && $ourmovies[$result->alternate_ids->imdb] != ""}
|
||||
<a class="rndbtn btn btn-sm btn-success"
|
||||
href="{$smarty.const.WWW_TOP}/movies?imdb={$result->alternate_ids->imdb}">Download</a>
|
||||
@@ -77,8 +72,6 @@
|
||||
onclick="mymovie_del('{$result->alternate_ids->imdb}', this);return false;" href="#"
|
||||
class="rndbtn btn btn-sm btn-danger">Remove From My Movies</a>
|
||||
<br/>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
@@ -89,4 +82,4 @@
|
||||
<strong>Sorry!</strong>
|
||||
No results found.
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -15,4 +15,4 @@
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>View > <strong>Anime</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,14 +8,12 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>
|
||||
{$animeTitle}{if isset($isadmin)}<a class="btn btn-xs btn-warning" title="Edit AniDB data"
|
||||
href="{$smarty.const.WWW_TOP}/admin/anidb-edit.php?id={$animeanidbid}&from={$smarty.server.REQUEST_URI|escape:"url"}">
|
||||
Edit</a>{/if}
|
||||
</h1>
|
||||
{if $catname != ''}<span class="text-info h5">Current category shown: {$catname|escape:"htmlall"}</span>{/if}
|
||||
|
||||
<div>
|
||||
{if animePicture != ""}
|
||||
<center>
|
||||
@@ -31,14 +28,11 @@
|
||||
{if $animeDescription|strlen > 1500}<span
|
||||
class="descfull">{$animeDescription|escape:"htmlall"|nl2br|magicurl}</span>{else}</span>{/if}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{if $animeRating != ''}<br><b>AniDB Rating: {$animeRating|escape:"htmlall"}</b>{/if}
|
||||
{if $animeRelated != ''}<br><i>Related Anime: {$animeRelated|escape:"htmlall"}</i><br/>{/if}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<center>
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-sm btn-default"
|
||||
@@ -55,9 +49,7 @@
|
||||
feed for this Anime <i class="fa fa-rss"></i></a>
|
||||
</div>
|
||||
</center>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
|
||||
<div class="well well-small">
|
||||
<div class="nzb_multi_operations">
|
||||
With Selected:
|
||||
@@ -73,7 +65,6 @@
|
||||
value="Send to NZBGet"/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if isset($isadmin)}
|
||||
<div class="pull-right">
|
||||
Admin:
|
||||
@@ -89,7 +80,6 @@
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
|
||||
<table style="width:100%;" class="data table table-condensed table-striped table-responsive table-hover"
|
||||
id="browsetable">
|
||||
{foreach $animeEpisodeTitles as $animeEpno => $animeEpisodeTitle}
|
||||
@@ -109,7 +99,6 @@
|
||||
<td>
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"htmlall"}">{$result.searchname|escape:"htmlall"|replace:".":" "}</a>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
{if $result.nfoid > 0}<span class="label label-default"><a
|
||||
@@ -136,7 +125,6 @@
|
||||
<td><span class="label label-default">{$result.category_name}</span></td>
|
||||
<td width="40" title="{$result.postdate}">{$result.postdate|timeago}</td>
|
||||
<td>{$result.size|fsize_format:"MB"}</td>
|
||||
|
||||
<td class="icons" style='width:100px;'>
|
||||
<a title="Download Nzb"
|
||||
href="{$smarty.const.WWW_TOP}/getnzb/{$result.guid}/{$result.searchname|escape:"htmlall"}"><i
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Anime > <strong>List</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,9 +7,7 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{$site->adbrowse}
|
||||
|
||||
<p><b>Jump to</b>:
|
||||
[ {if $animeletter == '0-9'}<b><u>{/if}<a
|
||||
href="{$smarty.const.WWW_TOP}/anime/0-9">0-9</a>{if $animeletter == '0-9'}</u></b>{/if}
|
||||
@@ -19,23 +16,19 @@
|
||||
href="{$smarty.const.WWW_TOP}/anime/{$range}">{$range}</a>{if $range == $animeletter}</u></b>{/if}
|
||||
{/foreach}]
|
||||
</p>
|
||||
|
||||
{$site->adbrowse}
|
||||
|
||||
{if $animelist|@count > 0}
|
||||
<table style="width:100%;" class="data table table-condensed table-striped table-responsive table-hover" id="browsetable">
|
||||
{foreach $animelist as $aletter => $anime}
|
||||
<tr>
|
||||
<td colspan="10">
|
||||
<h2>{$aletter}...</h2>
|
||||
|
||||
<form name="anidbsearch" class="form pull-right" action="" method="get" style="margin-top:-35px;">
|
||||
<label for="title">Search:</label>
|
||||
<input class="form-control" style="width: 150px;" id="title appendedInputButton" type="text"
|
||||
name="title" value="{$animetitle}" placeholder="Search here"/>
|
||||
<button type="submit" class="btn btn-default">GO</button>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -1,19 +1,12 @@
|
||||
<div id="musicinfo">
|
||||
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/book/{if $book.cover == 1}{$book.id}{else}no-cover{/if}.jpg" class="cover"
|
||||
alt="{$book.title|ss}"/>
|
||||
|
||||
<h1>{$book.author} - {$book.title}</h1>
|
||||
|
||||
{if $book.publisher != ""}<h3>Publisher: {$book.publisher}</h3>{/if}
|
||||
|
||||
{if $book.publishdate != ""}<h3>Published: {$book.publishdate|date_format}</h3>{/if}
|
||||
|
||||
{if $book.pages != ""}<h3>Pages: {$book.pages}</h3>{/if}
|
||||
|
||||
{if $book.review != ""}
|
||||
<h3>Review: </h3>
|
||||
<p>{$book.review}</p>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>TV > <strong>Calendar</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,18 +7,15 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="well well-small">
|
||||
{foreach $cal as $c}
|
||||
<a href="{$smarty.const.WWW_TOP}/calendar?date={$c}">{$c}</a>
|
||||
 
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
<table width="100%;">
|
||||
<tr valign="top">
|
||||
<td width="33%" ;>
|
||||
|
||||
<table class="dataTable data highlight icons table table-striped table-responsive" id="browsetable">
|
||||
<tr class="error">
|
||||
{if $predata|@count > 0}
|
||||
@@ -36,10 +32,8 @@
|
||||
<td style="padding-top:15px;" colspan="10"><h2>No results</h2></td>
|
||||
{/if}
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<td width="33%" ;>
|
||||
|
||||
<table class="dataTable data highlight icons table table-striped table-responsive" id="browsetable">
|
||||
<tr class="success">
|
||||
{if $daydata|@count > 0}
|
||||
@@ -56,7 +50,6 @@
|
||||
<td style="padding-top:15px;" colspan="10"><h2>No results</h2></td>
|
||||
{/if}
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<td width="33%" ;>
|
||||
<table class="dataTable data highlight icons table table-striped table-responsive" id="browsetable">
|
||||
|
||||
@@ -1,19 +1,12 @@
|
||||
<div id="musicinfo">
|
||||
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/console/{if $console.cover == 1}{$console.id}{else}no-cover{/if}.jpg"
|
||||
class="cover" alt="{$console.title|ss}"/>
|
||||
|
||||
<h1>{$console.title} {if $console.year != ""}({$console.year}){/if}</h1>
|
||||
|
||||
{if $console.genres != ""}<h3>Genre: {$console.genres}</h3>{/if}
|
||||
|
||||
{if $console.publisher != ""}<h3>Publisher: {$console.publisher}</h3>{/if}
|
||||
|
||||
{if $console.releasedate != ""}<h3>Released: {$console.releasedate|date_format}</h3>{/if}
|
||||
|
||||
{if $console.review != ""}
|
||||
<h3>Review: </h3>
|
||||
<p>{$console.review}</p>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,11 +1,8 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
<h2>For
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$rel.guid}/{$rel.searchname|escape:"htmlall"}">{$rel.searchname|escape:'htmlall'}</a>
|
||||
</h2>
|
||||
|
||||
<table class="data table table-striped table-responsive sortable table-condensed table-hover">
|
||||
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>filename</th>
|
||||
@@ -13,25 +10,21 @@
|
||||
<th style="text-align:center;">completion</th>
|
||||
<th style="text-align:center;">size</th>
|
||||
</tr>
|
||||
|
||||
{foreach item=i name=iteration from=$files item=file}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td width="20">{$smarty.foreach.iteration.index+1}</td>
|
||||
<td>{$file.title|escape:'htmlall'}</td>
|
||||
|
||||
{assign var="icon" value='templates/charisma/images/fileicons/'|cat:$file.ext|cat:".png"}
|
||||
{if $file.ext == "" || !is_file("$icon")}
|
||||
{assign var="icon" value='file'}
|
||||
{else}
|
||||
{assign var="icon" value=$file.ext}
|
||||
{/if}
|
||||
|
||||
{if $file.partstotal != 0}
|
||||
{assign var="completion" value=($file.partsactual/$file.partstotal*100)|number_format:1}
|
||||
{else}
|
||||
{assign var="completion" value=0|number_format:1}
|
||||
{/if}
|
||||
|
||||
<td><img title=".{$file.ext}" alt="{$file.ext}"
|
||||
src="{$smarty.const.WWW_TOP}/templates/charisma/images/fileicons/{$icon}.png"/></td>
|
||||
<td class="less right">{if $completion < 100}<span class="warning">{$completion}
|
||||
@@ -39,6 +32,4 @@
|
||||
<td class="less right">{if $file.size < 100000}{$file.size|fsize_format:"KB"}{else}{$file.size|fsize_format:"MB"}{/if}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
|
||||
</table>
|
||||
@@ -4,28 +4,20 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$rel.guid}/{$rel.searchname|escape:'seourl'}">{$rel.searchname|escape:'htmlall'}</a>
|
||||
</h2>
|
||||
{/if}
|
||||
|
||||
{if isset($movie.backdrop) && $movie.backdrop == 1}
|
||||
<div id="backdrop"><img src="{$smarty.const.WWW_TOP}/covers/movies/{$movie.imdbid}-backdrop.jpg" alt=""/></div>{/if}
|
||||
|
||||
<div id="movieinfo">
|
||||
|
||||
<h1>{$movie.title|stripslashes} {if $movie.year != ''}({$movie.year}){/if}</h1>
|
||||
|
||||
<h2>{if $movie.cover == 1}<img src="{$smarty.const.WWW_TOP}/covers/movies/{$movie.imdbid}-cover.jpg" class="cover"
|
||||
alt="{$movie.title|stripslashes}" align="left" />{/if}
|
||||
{if $movie.tagline != ''}<b>{$movie.tagline|stripslashes}</b>{/if}</h2>
|
||||
|
||||
{if $movie.plot != ''}
|
||||
<h2>{$movie.plot|stripslashes}</h2>
|
||||
{/if}
|
||||
|
||||
<h3>
|
||||
{if $movie.rating != ''}Rating: {$movie.rating}/10<br/>{/if}
|
||||
{if $movie.director != ''}Director: {$movie.director}<br/>{/if}
|
||||
{if $movie.genre != ''}Genre: {$movie.genre|stripslashes}{/if}
|
||||
</h3>
|
||||
|
||||
{if $movie.actors != ''}<h3>Starring:<br/>{$movie.actors}</h3>{/if}
|
||||
|
||||
</div>
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>View > <strong>Movie</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $results|@count > 0}
|
||||
<div class="box-body">
|
||||
{foreach from=$results item=result}
|
||||
@@ -71,7 +69,6 @@
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if isset($isadmin)}
|
||||
<div class="pull-right">
|
||||
Admin:
|
||||
@@ -96,7 +93,6 @@
|
||||
<input id="chkSelectAll" type="checkbox" class="nntmux_check_all"/>
|
||||
<label for="chkSelectAll" style="display:none;">Select All</label>
|
||||
</th>
|
||||
|
||||
<th>Name<br/>
|
||||
<a title="Sort Descending" href="{$orderbyname_desc}">
|
||||
<i class="fa fa-icon-caret-down"></i>
|
||||
@@ -105,7 +101,6 @@
|
||||
<i class="fa fa-icon-caret-up"></i>
|
||||
</a>
|
||||
</th>
|
||||
|
||||
<th>Category<br/>
|
||||
<a title="Sort Descending" href="{$orderbycat_desc}">
|
||||
<i class="fa fa-icon-caret-down"></i>
|
||||
@@ -114,7 +109,6 @@
|
||||
<i class="fa fa-icon-caret-up"></i>
|
||||
</a>
|
||||
</th>
|
||||
|
||||
<th>Posted<br/>
|
||||
<a title="Sort Descending" href="{$orderbyposted_desc}">
|
||||
<i class="fa fa-icon-caret-down"></i>
|
||||
@@ -123,7 +117,6 @@
|
||||
<i class="fa fa-icon-caret-up"></i>
|
||||
</a>
|
||||
</th>
|
||||
|
||||
<th>Size<br/>
|
||||
<a title="Sort Descending" href="{$orderbysize_desc}">
|
||||
<i class="fa fa-icon-caret-down"></i>
|
||||
@@ -134,7 +127,6 @@
|
||||
</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
|
||||
{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}
|
||||
@@ -189,10 +181,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
<hr>
|
||||
|
||||
{if $results|@count > 10}
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
<div id="musicinfo">
|
||||
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/music/{if $music.cover == 1}{$music.id}{else}no-cover{/if}.jpg"
|
||||
class="cover" alt="{$movie.title|ss}"/>
|
||||
|
||||
<h1>{$music.title} {if $music.year != ""}({$music.year}){/if}</h1>
|
||||
|
||||
{if $music.artist != ""}<h3>Artist: {$music.artist}</h3>{/if}
|
||||
|
||||
{if $music.genres != ""}<h3>Genre: {$music.genres}</h3>{/if}
|
||||
|
||||
{if $music.publisher != ""}<h3>Publisher: {$music.publisher}</h3>{/if}
|
||||
|
||||
{if $music.releasedate != ""}<h3>Released: {$music.releasedate|date_format}</h3>{/if}
|
||||
|
||||
{if $music.tracks != ""}
|
||||
<h3>Track Listing:</h3>
|
||||
<ol class="tracklist">
|
||||
@@ -22,10 +15,8 @@
|
||||
{/foreach}
|
||||
</ol>
|
||||
{/if}
|
||||
|
||||
{if $music.review != ""}
|
||||
<h3>Review: </h3>
|
||||
<p>{$music.review}</p>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,7 +1,6 @@
|
||||
{if !isset($modal)}
|
||||
<div class="header">
|
||||
<h2>View > <strong>NFO</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -13,5 +12,4 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$rel.guid}/{$rel.searchname|escape:'seourl'}">{$rel.searchname|escape:'htmlall'}</a>
|
||||
</h4>
|
||||
{/if}
|
||||
|
||||
<pre id="nfo">{$nfo.nfoUTF|magicurl:$site->dereferrer_link}</pre>
|
||||
<pre id="nfo">{$nfo.nfoUTF|magicurl:$site->dereferrer_link}</pre>
|
||||
@@ -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>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
<div style="float:right;margin-bottom:5px;">
|
||||
|
||||
<form name="predbsearch" action="" method="get">
|
||||
<label for="title">Search:</label>
|
||||
<input id="q" type="text" name="q" value="{$query}" size="25"/>
|
||||
@@ -9,13 +7,9 @@
|
||||
<input type="submit" value="Go"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{$site->adbrowse}
|
||||
|
||||
{if isset($results) && $results|@count > 0}
|
||||
|
||||
{$pager}
|
||||
|
||||
<table class="data table table-condensed table-striped table-responsive table-hover">
|
||||
<tr>
|
||||
<th width="125" class="mid">Date</th>
|
||||
@@ -23,7 +17,6 @@
|
||||
<th class="mid">Category</th>
|
||||
<th class="mid">FS/FC</th>
|
||||
</tr>
|
||||
|
||||
{foreach $results as $pre}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td class="left">{$pre.ctime|date_format:"%b %e, %Y %T"}</td>
|
||||
@@ -40,11 +33,8 @@
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
</br>
|
||||
|
||||
{$pager}
|
||||
|
||||
{else}
|
||||
<h2>No results.</h2>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Download > <strong>Queue</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,7 +7,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $error == ''}
|
||||
{if $page->settings->getSetting('sabintegrationtype') > 0 || $user.queuetype == 2}
|
||||
<p style="text-align:center;">
|
||||
@@ -67,4 +65,4 @@
|
||||
{/if}
|
||||
{else}
|
||||
<p style="text-align:center;">{$error}</p>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -2,7 +2,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>View > <strong>TV Series</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -19,7 +18,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>View > <strong>TV Series</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -48,7 +46,6 @@
|
||||
{if $seriesGenre != ''}<b>{$seriesgenre}</b><br/>{/if}
|
||||
<span class="descinitial">{$seriesdescription|escape:"htmlall"|nl2br|magicurl}</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
{if $rage|@count == 1 && $isadmin}
|
||||
@@ -66,7 +63,6 @@
|
||||
<br/>
|
||||
<div class="box-body"
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
|
||||
<div class="well well-small">
|
||||
<div class="nzb_multi_operations">
|
||||
With Selected:
|
||||
@@ -80,7 +76,6 @@
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if isset($isadmin)}
|
||||
<div class="pull-right">
|
||||
Admin:
|
||||
@@ -113,11 +108,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br clear="all"/>
|
||||
|
||||
<a id="latest"></a>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
@@ -130,7 +122,6 @@
|
||||
data-toggle="tab">{$seasonnum}</a></li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
{foreach $seasons as $seasonnum => $season name=tv}
|
||||
<div class="tab-pane{if $smarty.foreach.tv.first} active{/if} fade in"
|
||||
@@ -166,7 +157,6 @@
|
||||
<td>
|
||||
<a title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"htmlall"}">{$result.searchname|escape:"htmlall"|replace:".":" "}</a>
|
||||
|
||||
<div>
|
||||
{if $result.nfoid > 0}<span
|
||||
class="label label-default">
|
||||
@@ -201,7 +191,6 @@
|
||||
</td>
|
||||
<td width="40"
|
||||
title="{$result.postdate}">{$result.postdate|timeago}</td>
|
||||
|
||||
<td>
|
||||
{$result.size|fsize_format:"MB"}
|
||||
</td>
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
|
||||
<div class="header">
|
||||
<h2>TV Series > <strong>List</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li> / TV Series List
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p>
|
||||
<b>Jump to</b>:
|
||||
[ {if $seriesletter == '0-9'}<b><u>{/if}<a href="{$smarty.const.WWW_TOP}/series/0-9">0-9</a>{if $seriesletter == '0-9'}</u></b>{/if}
|
||||
@@ -22,9 +19,7 @@
|
||||
<a class="btn btn-default" href="{$smarty.const.WWW_TOP}/myshows/browse" title="browse your shows">Find all my shows</a>
|
||||
</div>
|
||||
{$site->adbrowse}
|
||||
|
||||
{if $serieslist|@count > 0}
|
||||
|
||||
<table class="data table table-condensed table-striped table-responsive table-hover icons" id="browsetable">
|
||||
{foreach $serieslist as $sletter => $series}
|
||||
<tr>
|
||||
@@ -72,7 +67,6 @@
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
{else}
|
||||
<div class="alert">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
|
||||
@@ -4,28 +4,20 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/details/{$rel.guid}/{$rel.searchname|escape:'htmlall'}">{$rel.searchname|escape:'htmlall'}</a>
|
||||
</h3>
|
||||
{/if}
|
||||
|
||||
<div id="xxxbackdrop"><img
|
||||
src="{$smarty.const.WWW_TOP}/covers/xxx/{if $movie.backdrop == 1}{$movie.id}{else}no{/if}-backdrop.jpg"
|
||||
alt=""></div>
|
||||
|
||||
<div id="xxxinfo">
|
||||
|
||||
<h1>{$movie.title|ss}</h1>
|
||||
|
||||
<h3>{if $movie.cover == 1}<img src="{$smarty.const.WWW_TOP}/covers/xxx/{$movie.id}-cover.jpg" class="cover"
|
||||
alt="{$movie.title|ss}" align="left">{/if}
|
||||
{if $movie.tagline != ''}<b>{$movie.tagline|ss}</b>{/if}</h3>
|
||||
|
||||
{if $movie.plot != ''}
|
||||
<h3>{$movie.plot|ss}</h3>
|
||||
{/if}
|
||||
|
||||
<h4>
|
||||
{if $movie.director != ''}Director: {$movie.director}<br>{/if}
|
||||
{if $movie.genre != ''}Genre: {$movie.genre|ss}{/if}
|
||||
</h4>
|
||||
|
||||
{if $movie.actors != ''}<h4>Starring:<br>{$movie.actors}</h4>{/if}
|
||||
|
||||
</div>
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,7 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
@@ -85,7 +83,6 @@
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{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}{$serverroot}covers/xxx/{$result.id}-cover.jpg{else}{$serverroot}templates/charisma/images/nocover.png{/if}"
|
||||
@@ -160,17 +157,14 @@
|
||||
<div class="col-md-9 no-gutter">
|
||||
<span class="release-title"><a class="text-muted"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
|
||||
<div class="release-subtitle">{if $result.genre != ''}{$result.genre}, {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
<br/><br/><br/>
|
||||
|
||||
<div class="release-name text-muted"><a
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}">{$mname[$m@index]|escape:"htmlall"}</a>
|
||||
</div>
|
||||
@@ -299,17 +293,14 @@
|
||||
<div class="col-md-9 no-gutter">
|
||||
<span class="release-title"><a class="text-muted"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
|
||||
<div class="release-subtitle">{if $result.genre != ''}{$result.genre}, {/if}</div>
|
||||
<div id="guid{$mguid[$m@index]}">
|
||||
<span class="label label-primary">{if isset($catsplit[0])} {$catsplit[0]}{/if}</span>
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
<br/><br/><br/>
|
||||
|
||||
<div class="release-name text-muted"><a
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}">{$mname[$m@index]|escape:"htmlall"}</a>
|
||||
</div>
|
||||
|
||||
@@ -4,16 +4,13 @@
|
||||
strapline="{$site->strapline|escape}" email="{$site->email}" url="{$serverroot}"
|
||||
image="{if $site->style != "" && $site->style != "/"}{$serverroot}theme/{$site->style}/images/banner.jpg{else}{$serverroot}images/banner.jpg{/if}"/>
|
||||
<limits max="100" default="100"/>
|
||||
|
||||
<registration available="yes" open="{if $site->registerstatus == 0}yes{else}no{/if}"/>
|
||||
|
||||
<searching>
|
||||
<search available="yes"/>
|
||||
<tv-search available="yes"/>
|
||||
<movie-search available="yes"/>
|
||||
<audio-search available="yes"/>
|
||||
</searching>
|
||||
|
||||
<categories>
|
||||
{foreach from=$parentcatlist item=parentcat}
|
||||
<category id="{$parentcat.id}"
|
||||
@@ -25,7 +22,6 @@
|
||||
</category>
|
||||
{/foreach}
|
||||
</categories>
|
||||
|
||||
<groups>
|
||||
{foreach from=$grps item=grp}
|
||||
<group id="{$grp.id}"
|
||||
@@ -33,10 +29,9 @@
|
||||
lastupdate="{$grp.last_updated|phpdate_format:"DATE_RSS"}"/>
|
||||
{/foreach}
|
||||
</groups>
|
||||
|
||||
<genres>
|
||||
{foreach from=$genres item=genre}
|
||||
<genre id="{$genre.id}" categoryid="{$genre.type}" name="{$genre.title|escape:html}"/>
|
||||
{/foreach}
|
||||
</genres>
|
||||
</caps>
|
||||
</caps>
|
||||
@@ -24,6 +24,5 @@
|
||||
<description>{$comm.text|escape:"htmlall"}</description>
|
||||
</item>
|
||||
{/foreach}
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
@@ -1,5 +1,4 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
{if $site->apienabled != "1"}
|
||||
<p>
|
||||
The api is currently disabled. <a href="{$smarty.const.WWW_TOP}/contact-us">Contact us</a> if you require api
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
<enclosure
|
||||
url="{$serverroot}getnzb/{$release.guid}.nzb&i={$uid}&r={$rsstoken}{if $del=="1"}&del=1{/if}"
|
||||
length="{$release.size}" type="application/x-nzb"/>
|
||||
|
||||
{foreach from=$release.category_ids|parray:"," item=cat}
|
||||
<newznab:attr name="category" value="{$cat}"/>
|
||||
{/foreach}
|
||||
@@ -134,9 +133,7 @@
|
||||
<newznab:attr name="password" value="{$release.passwordstatus}"/>
|
||||
<newznab:attr name="usenetdate" value="{$release.postdate|phpdate_format:"DATE_RSS"}"/>
|
||||
<newznab:attr name="group" value="{$release.group_name|escape:html}"/>
|
||||
|
||||
</item>
|
||||
{/foreach}
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
@@ -24,6 +24,5 @@
|
||||
<enclosure url="{$serverroot}api?t=getnfo&id={$release.guid}&raw=1&i={$uid}&r={$rsstoken}"
|
||||
length="{$nfoutf|count_characters:true}" type="text/x-nfo"/>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
</rss>
|
||||
@@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
@@ -31,10 +30,8 @@
|
||||
page. However, you can choose any other skin. Make sure you
|
||||
apply the skin class to the body tag so the changes take effect.
|
||||
-->
|
||||
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/dist/css/skins/skin-blue.min.css" rel="stylesheet"
|
||||
type="text/css"/>
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -65,10 +62,8 @@
|
||||
-->
|
||||
<body class="skin-blue sidebar-mini layout-boxed">
|
||||
<div class="wrapper">
|
||||
|
||||
<!-- Main Header -->
|
||||
<header class="main-header">
|
||||
|
||||
<!-- Logo -->
|
||||
<a href="{$site->home_link}" class="logo">
|
||||
<!-- mini logo for sidebar mini 50x50 pixels -->
|
||||
@@ -76,7 +71,6 @@
|
||||
<!-- logo for regular state and mobile devices -->
|
||||
<span class="logo-lg"><b>Newznab</b> Tmux</span>
|
||||
</a>
|
||||
|
||||
<!-- Header Navbar -->
|
||||
<nav class="navbar navbar-static-top" role="navigation">
|
||||
<!-- Sidebar toggle button-->
|
||||
@@ -102,7 +96,6 @@
|
||||
<li class="user-header">
|
||||
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/userimage.png"
|
||||
class="img-circle" alt="User Image"/>
|
||||
|
||||
<p>
|
||||
{$userdata.username}
|
||||
<small>{$userdata.rolename}</small>
|
||||
@@ -147,7 +140,6 @@
|
||||
</header>
|
||||
<!-- Left side column. contains the logo and sidebar -->
|
||||
<aside class="main-sidebar">
|
||||
|
||||
<!-- sidebar: style can be found in sidebar.less -->
|
||||
<section class="sidebar">
|
||||
<!-- Sidebar user panel -->
|
||||
@@ -232,22 +224,17 @@
|
||||
</section>
|
||||
<!-- /.sidebar -->
|
||||
</aside>
|
||||
|
||||
<!-- Content Wrapper. Contains page content -->
|
||||
<div class="content-wrapper">
|
||||
<!-- Content Header (Page header) -->
|
||||
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
|
||||
<!-- Your Page Content Here -->
|
||||
{$page->content}
|
||||
|
||||
</section>
|
||||
<!-- /.content -->
|
||||
</div>
|
||||
<!-- /.content-wrapper -->
|
||||
|
||||
<!-- Main Footer -->
|
||||
<footer class="main-footer">
|
||||
<!-- To the right -->
|
||||
@@ -259,7 +246,6 @@
|
||||
href="https://github.com/DariusIII/">newznab-tmux</a>.</strong> This software is open source,
|
||||
released under the GPLv2 license
|
||||
</footer>
|
||||
|
||||
<!-- Control Sidebar -->
|
||||
<aside class="control-sidebar control-sidebar-dark">
|
||||
<!-- Create the tabs -->
|
||||
@@ -277,17 +263,14 @@
|
||||
<li>
|
||||
<a href='javascript::;'>
|
||||
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
|
||||
|
||||
<div class="menu-info">
|
||||
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
|
||||
|
||||
<p>Will be 23 on April 24th</p>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /.control-sidebar-menu -->
|
||||
|
||||
<h3 class="control-sidebar-heading">Tasks Progress</h3>
|
||||
<ul class='control-sidebar-menu'>
|
||||
<li>
|
||||
@@ -296,7 +279,6 @@
|
||||
Custom Template Design
|
||||
<span class="label label-danger pull-right">70%</span>
|
||||
</h4>
|
||||
|
||||
<div class="progress progress-xxs">
|
||||
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
|
||||
</div>
|
||||
@@ -304,7 +286,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /.control-sidebar-menu -->
|
||||
|
||||
</div>
|
||||
<!-- /.tab-pane -->
|
||||
<!-- Stats tab content -->
|
||||
@@ -314,13 +295,11 @@
|
||||
<div class="tab-pane" id="control-sidebar-settings-tab">
|
||||
<form method="post">
|
||||
<h3 class="control-sidebar-heading">General Settings</h3>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-sidebar-subheading">
|
||||
Report panel usage
|
||||
<input type="checkbox" class="pull-right" checked/>
|
||||
</label>
|
||||
|
||||
<p>
|
||||
Some information about this general settings option
|
||||
</p>
|
||||
@@ -337,9 +316,7 @@
|
||||
<div class='control-sidebar-bg'></div>
|
||||
</div>
|
||||
<!-- ./wrapper -->
|
||||
|
||||
<!-- REQUIRED JS SCRIPTS -->
|
||||
|
||||
<!-- jQuery 2.1.4 -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/omicron/plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
@@ -371,7 +348,6 @@
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/omicron/scripts/sorttable.js"></script>
|
||||
<!-- Newznab utils.js -->
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/omicron/scripts/utils.js"></script>
|
||||
|
||||
<!-- Optionally, you can add Slimscroll and FastClick plugins.
|
||||
Both of these plugins are recommended to enhance the
|
||||
user experience. Slimscroll is required when using the
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,7 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,9 +8,7 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{$site->adbrowse}
|
||||
|
||||
{if $results|@count > 0}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Browse > <strong>Groups</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Your > <strong>Cart</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,18 +7,14 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="alert alert-info" role="alert">
|
||||
<strong>RSS Feed</strong> <br/>
|
||||
Your cart can also be accessed via an <a
|
||||
href="{$smarty.const.WWW_TOP}/rss?t=-2&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">RSS
|
||||
feed</a>. Some NZB downloaders can read this feed and automatically start downloading.
|
||||
</div>
|
||||
|
||||
{if $results|@count > 0}
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
|
||||
<div class="nzb_multi_operations">
|
||||
<small>With Selected:</small>
|
||||
<div class="btn-group">
|
||||
@@ -43,7 +38,6 @@
|
||||
<th>Added</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td class="check">
|
||||
@@ -60,7 +54,6 @@
|
||||
class="btn btn-danger btn-sm" style="padding-bottom:2px;">Delete</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</form>
|
||||
{else}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
@@ -29,7 +28,6 @@
|
||||
type="text/css"/>
|
||||
<!-- Newznab utils.js -->
|
||||
<script type="text/javascript" src="{$smarty.const.WWW_TOP}/templates/omicron/scripts/utils.js"></script>
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -41,7 +39,6 @@
|
||||
<div class="wrapper">
|
||||
<div class="header">
|
||||
<h2>Contact Us</h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -49,7 +46,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box-body">
|
||||
<div class="box-content"
|
||||
<div class="row">
|
||||
@@ -95,7 +91,6 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -108,9 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<!-- REQUIRED JS SCRIPTS -->
|
||||
|
||||
<!-- jQuery 2.1.4 -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/omicron/plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
|
||||
@@ -2,13 +2,11 @@
|
||||
{foreach from=$content item=c}
|
||||
<div class="header">
|
||||
<h2>Tabula-Rasa.pw > <strong>{$c->title}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{$c->body}
|
||||
{/foreach}
|
||||
@@ -16,7 +14,6 @@
|
||||
{foreach from=$content item=c}
|
||||
<div class="header">
|
||||
<h2>Help > <strong>{$c->title}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<h1>Browse Downloads</h1>
|
||||
|
||||
<h2>/{$subpath|escape:"htmlall"}</h2>
|
||||
|
||||
<div class="nzb_multi_operations">
|
||||
View:
|
||||
{if $lm}<a href="{$smarty.server.REQUEST_URI|replace:"&lm=1":""}&lm=0">Covers</a> |
|
||||
@@ -19,7 +17,6 @@
|
||||
<th class="mid" width="80">info</th>
|
||||
<th class="mid" width="40">date</th>
|
||||
</tr>
|
||||
|
||||
{if $parentpath != ""}
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -28,10 +25,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
|
||||
{assign var="icon" value='templates/omicron/images/fileicons/'|cat:$result.pathinfo.extension|cat:".png"}
|
||||
{if $result.isdir == "1"}
|
||||
{assign var="icon" value='folder'}
|
||||
@@ -40,7 +35,6 @@
|
||||
{else}
|
||||
{assign var="icon" value=$result.pathinfo.extension}
|
||||
{/if}
|
||||
|
||||
<td><img title=".{$result.pathinfo.extension}" alt="{$result.pathinfo.extension}"
|
||||
src="{$smarty.const.WWW_TOP}/templates/omicron/images/fileicons/{$icon}.png"/></td>
|
||||
<td class="item">
|
||||
@@ -49,7 +43,6 @@
|
||||
{else}
|
||||
<a href="{$result.webpath}">{$result.name|escape:"htmlall"}</a>
|
||||
{/if}
|
||||
|
||||
{if $result.release.movie_id != "" && $result.release.ep_id == ""}
|
||||
<div style="padding-top:10px;">
|
||||
{if $result.release.tagline != ''}<b>{$result.release.tagline}</b><br/>{/if}
|
||||
@@ -59,7 +52,6 @@
|
||||
{if $result.release.actors != ''}<b>Starring:</b>{$result.release.actors}<br/><br/>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $result.release.ep_id != ""}
|
||||
<div style="padding-top:10px;">
|
||||
{if $result.release.ep_showtitle != ''}<b>{$result.release.ep_showtitle}</b><br/>{/if}
|
||||
@@ -72,7 +64,6 @@
|
||||
{if $result.release.ep_fullep != ''}<b>Episode:</b>{$result.release.ep_fullep}<br/>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $result.release.music_id != ""}
|
||||
<div style="padding-top:10px;">
|
||||
{if $result.release.mu_title != ''}<b>{$result.release.mu_title}</b><br/>{/if}
|
||||
@@ -80,7 +71,6 @@
|
||||
{if $result.release.mu_year != ''}<b>Year:</b>{$result.release.mu_year}<br/>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $result.release.music_id == "" && $result.release.ep_id == "" && $result.release.movie_id == ""}
|
||||
<br/>
|
||||
{/if}
|
||||
@@ -121,7 +111,5 @@
|
||||
<td class="less mid" title="{$result.mtime|date_format:"%d/%m/%Y %H:%M:%S"}">{$result.mtime|timeago}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
|
||||
<br/><br/><br/>
|
||||
<br/><br/><br/>
|
||||
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
{if isset($error) && $error != ''}
|
||||
<div class="alert alert-danger">{$error}</div>
|
||||
{/if}
|
||||
@@ -30,7 +29,6 @@
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- iCheck -->
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/plugins/iCheck/square/blue.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -38,7 +36,6 @@
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
{if $confirmed == '' && $sent == ''}
|
||||
<body class="login-page">
|
||||
<div class="login-box">
|
||||
@@ -61,12 +58,9 @@
|
||||
<hr>
|
||||
<div class="col-xs-12">
|
||||
<button type="submit" class="btn btn-primary btn-block btn-flat">Request Password Reset</button>
|
||||
|
||||
</div><!-- /.col -->
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
<!-- jQuery 2.1.4 -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/omicron/plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
@@ -83,5 +77,4 @@
|
||||
Your password has been reset and sent to you in an email.
|
||||
</p>
|
||||
{/if}
|
||||
</html>
|
||||
|
||||
</html>
|
||||
@@ -1,7 +1,5 @@
|
||||
<h1>Forum</h1>
|
||||
|
||||
{if $results|@count > 0}
|
||||
|
||||
{$pager}
|
||||
<div style="float:right;margin-bottom:5px;"><a href="#new">New Post</a></div>
|
||||
<a id="top"></a>
|
||||
@@ -12,14 +10,12 @@
|
||||
<th>Last Update</th>
|
||||
<th width="5%" class="mid">Replies</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}" id="guid{$result.id}">
|
||||
<td style="cursor:pointer;" class="item"
|
||||
onclick="document.location='{$smarty.const.WWW_TOP}/forumpost/{$result.id}';">
|
||||
<a title="View post" class="title"
|
||||
href="{$smarty.const.WWW_TOP}/forumpost/{$result.id}">{$result.subject|escape:"htmlall"|truncate:100:'...':true:true}</a>
|
||||
|
||||
<div class="hint">
|
||||
{$result.message|escape:"htmlall"|truncate:200:'...':false:false}
|
||||
</div>
|
||||
@@ -29,31 +25,24 @@
|
||||
href="{$smarty.const.WWW_TOP}/profile/?name={$result.username}">{$result.username}</a>
|
||||
<br/>
|
||||
on <span title="{$result.createddate}">{$result.createddate|date_format}</span>
|
||||
|
||||
<div class="hint">({$result.createddate|timeago})</div>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{$smarty.const.WWW_TOP}/forumpost/{$result.id}#last"
|
||||
title="{$result.updateddate}">{$result.updateddate|date_format}</a>
|
||||
|
||||
<div class="hint">({$result.updateddate|timeago})</div>
|
||||
</td>
|
||||
<td class="mid">{$result.replies}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
<div style="float:right;margin-top:5px;"><a href="#top">Top</a></div>
|
||||
<br/>
|
||||
{$pager}
|
||||
|
||||
{/if}
|
||||
|
||||
<div style="margin-top:10px;">
|
||||
<a id="new"></a>
|
||||
|
||||
<h3>Add New Post</h3>
|
||||
|
||||
<form action="" method="post">
|
||||
<label for="addSubject">Subject</label>:<br/>
|
||||
<input type="text" maxlength="200" id="addSubject" name="addSubject"/>
|
||||
@@ -64,5 +53,4 @@
|
||||
<input class="forumpostsubmit" type="submit" value="submit"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<br/><br/><br/>
|
||||
<br/><br/><br/>
|
||||
@@ -1,5 +1,4 @@
|
||||
<h1><a href="{$smarty.const.WWW_TOP}/forum">Forum</a></h1>
|
||||
|
||||
{if $results|@count > 0}
|
||||
<h2>{$results[0].subject|escape:"htmlall"}</h2>
|
||||
<div style="float:right;margin-bottom:5px;"><a href="#reply">Reply</a></div>
|
||||
@@ -9,7 +8,6 @@
|
||||
<th>By</th>
|
||||
<th>Message</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result name=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<td width="15%;">
|
||||
@@ -20,7 +18,6 @@
|
||||
{if $result.isadmin == 1}</strong>{/if}
|
||||
<br/>
|
||||
on <span title="{$result.createddate}">{$result.createddate|date_format}</span>
|
||||
|
||||
<div class="hint">({$result.createddate|timeago})</div>
|
||||
{if $userdata.role==2}
|
||||
<div>
|
||||
@@ -29,18 +26,15 @@
|
||||
title="Delete Post">Delete</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</td>
|
||||
<td>{$result.message|escape:"htmlall"|nl2br|magicurl}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
<div style="float:right;margin-top:5px;"><a href="#">Top</a></div>
|
||||
<div style="margin-top:10px;">
|
||||
<h3>Add Reply</h3>
|
||||
<a id="reply"></a>
|
||||
|
||||
<form action="" method="post">
|
||||
<label for="addReply">Message</label>:<br/>
|
||||
<textarea class="autosize" maxlength="5000" id="addReply" name="addReply" rows="6" cols="60"></textarea>
|
||||
@@ -48,5 +42,4 @@
|
||||
<input class="forumreplysubmit" type="submit" value="submit"/>
|
||||
</form>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,8 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
{elseif $userdata.movieview != "1"}
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t=2000">{$parentcat.title}</a></li>
|
||||
{/if}
|
||||
|
||||
<hr>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/upcoming">In Theatre</a></li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/mymovies">My Movies</a></li>
|
||||
@@ -46,7 +45,6 @@
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t={$subcat.id}">{$subcat.title}</a></li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{elseif $parentcat.id == 1000}
|
||||
@@ -72,7 +70,6 @@
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t={$subcat.id}">{$subcat.title}</a></li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{elseif $parentcat.id == 4000}
|
||||
@@ -103,7 +100,6 @@
|
||||
<li><a href="{$smarty.const.WWW_TOP}/browse?t={$subcat.id}">{$subcat.title}</a></li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{elseif $parentcat.id == 3000}
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- iCheck -->
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/plugins/iCheck/square/blue.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -62,14 +61,11 @@
|
||||
</div><!-- /.col -->
|
||||
<div class="col-xs-4">
|
||||
<button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
|
||||
|
||||
</div><!-- /.col -->
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<a href="{$serverroot}forgottenpassword" class="text-center">I forgot my password</a><br>
|
||||
<a href="{$serverroot}register" class="text-center">Register a new membership</a>
|
||||
|
||||
<!-- jQuery 2.1.4 -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/omicron/plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -10,7 +9,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
@@ -88,7 +86,6 @@
|
||||
{assign var="mhaspreview" value=","|explode:$result.grp_haspreview}
|
||||
{foreach from=$msplits item=m name=loop}
|
||||
{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}{$serverroot}covers/movies/{$result.imdbid}-cover.jpg{else}{$serverroot}templates/omicron/images/nocover.png{/if}"
|
||||
@@ -113,7 +110,6 @@
|
||||
<div class="col-md-9 no-gutter">
|
||||
<span class="release-title"><a class="text-muted"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
|
||||
<div class="release-subtitle">{if $result.genre != ''}
|
||||
<b>Genre: </b>
|
||||
{$result.genre}, {/if}</div>
|
||||
@@ -128,12 +124,10 @@
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
<span class="label label-default">{if $result.rating != ''}{$result.rating}/10{/if}</span>
|
||||
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
<br/><br/><br/>
|
||||
|
||||
<div class="release-name text-muted"><a
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$mname[$m@index]|escape:"htmlall"}</a>
|
||||
</div>
|
||||
@@ -215,7 +209,6 @@
|
||||
<div class="col-md-9 no-gutter">
|
||||
<span class="release-title"><a class="text-muted"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}/{$mname[$m@index]|escape:"htmlall"}">{$result.title|escape:"htmlall"}</a></span>
|
||||
|
||||
<div class="release-subtitle">{if $result.genre != ''}
|
||||
<b>Genre: </b>
|
||||
{$result.genre}, {/if}</div>
|
||||
@@ -230,12 +223,10 @@
|
||||
<span class="label label-danger">{if isset($catsplit[1])} {$catsplit[1]}{/if}</span>
|
||||
<span class="label label-default">{$result.year}</span>
|
||||
<span class="label label-default">{if $result.rating != ''}{$result.rating}/10{/if}</span>
|
||||
|
||||
<span class="label label-default">{$msize[$m@index]|fsize_format:"MB"}</span>
|
||||
<span class="label label-default">Posted {$mpostdate[$m@index]|timeago}
|
||||
ago</span>
|
||||
<br/><br/><br/>
|
||||
|
||||
<div class="release-name text-muted"><a
|
||||
href="{$smarty.const.WWW_TOP}/details/{$mguid[$m@index]}">{$mname[$m@index]|escape:"htmlall"}</a>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="nzb_multi_operations_form" action="get">
|
||||
<div class="box-body"
|
||||
<div class="row">
|
||||
@@ -202,7 +200,6 @@
|
||||
{$pager}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,17 +4,14 @@
|
||||
<th></th>
|
||||
<th>Name</th>
|
||||
</tr>
|
||||
|
||||
{foreach $data as $result}
|
||||
{if $result['imdb_id'] != ""}
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<div>
|
||||
<img class="shadow"
|
||||
src="{if $result['cover'] ==""}{$serverroot}templates/omicron/images/nocover.png{else}{$result['cover']}{/if}"
|
||||
width="120" border="0" alt="{$result['title']|escape:"htmlall"}"/>
|
||||
|
||||
<div>
|
||||
<a class="label label-default" target="_blank"
|
||||
href="{$site->dereferrer_link}http://www.imdb.com/title/tt{$result['imdb_id']}"
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
<div class="header">
|
||||
<h2>My > <strong>Movies</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
/ My Movies
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="box col-md-12">
|
||||
<div class="box-content">
|
||||
@@ -16,7 +13,6 @@
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
|
||||
<div class="alert alert-info">
|
||||
Using 'My Movies' you can search for movies, and add them to a wishlist. If the movie
|
||||
becomes available it will be added to an <strong><a
|
||||
@@ -35,8 +31,6 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="divMovResults">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Edit > <strong>My Movies</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,7 +7,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12 portlets">
|
||||
<div class="panel">
|
||||
@@ -20,26 +18,20 @@
|
||||
Feed</a> you can use to automatically download. To add more movies use the <a
|
||||
href="{$smarty.const.WWW_TOP}/mymovies">My Movies</a> search feature.
|
||||
</p>
|
||||
|
||||
{if $movies|@count > 0}
|
||||
<table class="table table-condensed table-striped table-sortable table-responsive table-hover" id="browsetable">
|
||||
<tr>
|
||||
|
||||
<th></th>
|
||||
<th>name</th>
|
||||
<th>added</th>
|
||||
<th class="mid">options</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$movies item=movie}
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
|
||||
<div>
|
||||
<img src="{$smarty.const.WWW_TOP}/covers/movies/{if $movie.cover == 1}{$movie.imdbid}-cover.jpg{else}no-cover.jpg{/if}"
|
||||
width="120" border="0" alt="{$movie.title|escape:"htmlall"}"/>
|
||||
|
||||
<div>
|
||||
<a class="label label-default" target="_blank"
|
||||
href="{$site->dereferrer_link}http://www.imdb.com/title/tt{$movie.imdbid}"
|
||||
@@ -47,8 +39,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
<h2>{$movie.title|escape:"htmlall"} ({$movie.year})</h2>
|
||||
{if $movie.tagline != ''}<b>{$movie.tagline}</b><br/>{/if}
|
||||
@@ -62,10 +52,8 @@
|
||||
class="label label-danger" title="Remove from my movies">Remove</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
{else}
|
||||
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<input type="hidden" name="subpage" value="{$rid}"/>
|
||||
{if $from}<input type="hidden" name="from" value="{$from}" />{/if}
|
||||
{html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='<br />'}
|
||||
|
||||
<br/>
|
||||
<input class="btn btn-primary" type="submit" name="{$type}" value="{$type|ucwords}"/>
|
||||
</form>
|
||||
@@ -1,7 +1,6 @@
|
||||
<div class="header">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>My > <strong>TV Shows</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -9,7 +8,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-sm btn-default" title="View available TV series" href="{$smarty.const.WWW_TOP}/series">View
|
||||
all series</a>
|
||||
@@ -20,7 +18,6 @@
|
||||
My Shows <i class="fa fa-rss"></i></a>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
{if $shows|@count > 0}
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
@@ -34,7 +31,6 @@
|
||||
<th width="110">Added</th>
|
||||
<th width="130" class="mid">Options</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$shows item=show}
|
||||
<tr>
|
||||
<td>
|
||||
@@ -58,7 +54,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
@@ -69,4 +64,4 @@
|
||||
<div class="alert alert-danger">
|
||||
<strong>Sorry!</strong> No shows bookmarked yet!
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -6,7 +6,6 @@
|
||||
<div class="vortex-nzb" style="padding: 5px 0 5px 0">
|
||||
<i>{$nzb['uiTitle']}</i>
|
||||
<br/>
|
||||
|
||||
<div style="width: 20px; float: left; margin: 7px 0 0 0">
|
||||
{if $nzb['isPaused'] eq 1}
|
||||
<img src="{$smarty.const.WWW_TOP}/templates/omicron/images/icons/vortex/blah.png"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>NZBVortex > <strong>Queue</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,7 +7,6 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $weHasVortex}
|
||||
<div id="vortex-error"
|
||||
style="display: none; background-color: #767A9E; text-align: center; padding: 5px; color: #eee"></div>
|
||||
@@ -16,7 +14,6 @@
|
||||
</div>
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
|
||||
var timer = 0;
|
||||
function getOverview() {
|
||||
$.ajax
|
||||
@@ -33,9 +30,7 @@
|
||||
clearTimeout(timer);
|
||||
});
|
||||
}
|
||||
|
||||
getOverview();
|
||||
|
||||
</script>
|
||||
{/literal}
|
||||
{else}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{assign var="pages" value=($pagertotalitems/$pageritemsperpage)|round}
|
||||
{assign var="currentpage" value=($pageroffset+$pageritemsperpage)/$pageritemsperpage}
|
||||
{assign var="upperhalfwaypoint" value=((($pages-$currentpage)/2)|round)+$currentpage}
|
||||
|
||||
{if $pages > 1}
|
||||
<div class="dataTables_paginate paging_simple_numbers" id="DataTables_Table_0_paginate">
|
||||
<ul class="pagination">
|
||||
@@ -13,37 +12,29 @@
|
||||
{if $currentpage > 1}
|
||||
<li><a href="{$pagerquerybase}0{$pagerquerysuffix}">1</a></li>
|
||||
{/if}
|
||||
|
||||
{if $currentpage > 3}
|
||||
<li class="disabled"><a href="#">...</a></li>
|
||||
{/if}
|
||||
|
||||
{if $currentpage > 2}
|
||||
<li><a href="{$pagerquerybase}{$pageroffset-$pageritemsperpage}{$pagerquerysuffix}">{$currentpage-1}</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
<li class="active"><a href="#">{$currentpage}</a></li>
|
||||
|
||||
{if ($currentpage+1) < $pages}
|
||||
<li><a href="{$pagerquerybase}{$pageroffset+$pageritemsperpage}{$pagerquerysuffix}">{$currentpage+1}</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{if ($currentpage+1) < ($pages-1) && ($currentpage+2) < $upperhalfwaypoint}
|
||||
<li class="disabled"><a href="#">...</a></li>
|
||||
{/if}
|
||||
|
||||
{if $upperhalfwaypoint != $pages && $upperhalfwaypoint != ($currentpage+1)}
|
||||
<li>
|
||||
<a href="{$pagerquerybase}{$upperhalfwaypoint*$pageritemsperpage}{$pagerquerysuffix}">{$upperhalfwaypoint}</a>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{if ($upperhalfwaypoint+1) < $pages}
|
||||
<li class="disabled"><a href="#">...</a></li>
|
||||
{/if}
|
||||
|
||||
{if $pages > $currentpage}
|
||||
<li>
|
||||
<a href="{$pagerquerybase}{($pages*$pageritemsperpage)-$pageritemsperpage}{$pagerquerysuffix}">{$pages}</a>
|
||||
@@ -56,4 +47,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Profile > <strong>{$user.username|escape:"htmlall"}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -113,7 +112,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -125,4 +123,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Edit Profile > <strong>{$user.username|escape:"htmlall"}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}">Home</a></li>
|
||||
@@ -48,7 +47,6 @@
|
||||
<td>
|
||||
<input autocomplete="off" id="password" name="password"
|
||||
type="password" class="form-control" value="">
|
||||
|
||||
<div class="hint">Only enter your password if you want
|
||||
to change it.
|
||||
</div>
|
||||
@@ -247,7 +245,6 @@
|
||||
type="text" value="{$user.nzbgeturl}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<th width="200">Username / Password</th>
|
||||
<td>
|
||||
<div class="form-inline">
|
||||
@@ -264,7 +261,6 @@
|
||||
value="{$user.nzbgetpassword}"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -307,7 +303,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<th width="200">API / URL</th>
|
||||
<td>
|
||||
<div class="form-inline">
|
||||
@@ -324,7 +319,6 @@
|
||||
value="{$cp_url_selected}"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -10,7 +10,4 @@
|
||||
{/foreach}
|
||||
</ul>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
{/if}
|
||||
@@ -29,7 +29,6 @@
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- iCheck -->
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/plugins/iCheck/square/blue.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
@@ -43,7 +42,6 @@
|
||||
<div class="register-logo">
|
||||
<a href="{$serverroot}"><b>Newznab</b> Tmux</a>
|
||||
</div>
|
||||
|
||||
<div class="register-box-body">
|
||||
<p class="login-box-msg">Register a new membership</p>
|
||||
<form method="post" action="register?action=submit{$invite_code_query}">
|
||||
@@ -59,7 +57,6 @@
|
||||
<div class="form-group has-feedback">
|
||||
<input id="password" autocomplete="off" name="password" value="{$password}" type="password" class="form-control" placeholder="Password"/>
|
||||
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
|
||||
|
||||
<div class="hint">Should be at least six characters long.</div>
|
||||
</div>
|
||||
<div class="form-group has-feedback">
|
||||
@@ -82,10 +79,8 @@
|
||||
</div>
|
||||
<a href="{$serverroot}login" class="text-center">I already have a membership</a>
|
||||
</form>
|
||||
|
||||
</div><!-- /.form-box -->
|
||||
</div><!-- /.register-box -->
|
||||
|
||||
<!-- jQuery 2.1.4 -->
|
||||
<script src="{$smarty.const.WWW_TOP}/templates/omicron/plugins/jQuery/jQuery-2.1.4.min.js"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
<p>
|
||||
Here you can choose rss feeds from settings categories. The feeds will present either decriptions or
|
||||
downloads of Nzb files.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Add this string to your feed URL to allow NZB downloads without logging in: <span style="font-family:courier;">&i={$userdata.id}
|
||||
@@ -24,17 +22,14 @@
|
||||
To return TV shows only aired in the last x days (default is all): <span style="font-family:courier;">&airdate=20</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Most Nzb clients which support Nzb rss feeds will appreciate the full URL, with download link and your user token.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The feeds include additional attributes to help provide better filtering in your Nzb client, such as size, group and
|
||||
categorisation. If you want to chain multiple categories together or do more advanced searching, use the <a
|
||||
href="{$smarty.const.WWW_TOP}/apihelp">api</a>, which returns its data in an rss compatible format.
|
||||
</p>
|
||||
|
||||
<h2>Available Feeds</h2>
|
||||
<h3>General</h3>
|
||||
<ul style="text-align: left;">
|
||||
@@ -58,7 +53,6 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/rss?t=-4&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">{$smarty.const.WWW_TOP}
|
||||
/rss?t=-4&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<h3>Parent Category</h3>
|
||||
<ul style="text-align: left;">
|
||||
@@ -69,12 +63,9 @@
|
||||
/rss?t={$category.id}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
|
||||
</ul>
|
||||
|
||||
<h3>Sub Category</h3>
|
||||
<ul style="text-align: left;">
|
||||
|
||||
{foreach from=$categorylist item=category}
|
||||
<li>
|
||||
<a href="{$smarty.const.WWW_TOP}/browse?t={$category.id}">{$category.title}</a> feed <br/>
|
||||
@@ -83,7 +74,6 @@
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
<h3>Multi Category</h3>
|
||||
<ul style="text-align: left;">
|
||||
<li>
|
||||
@@ -92,7 +82,6 @@
|
||||
/rss?t=1000,2000,3010&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Additional Feeds</h2>
|
||||
<ul style="text-align: left;">
|
||||
<li>
|
||||
@@ -110,4 +99,4 @@
|
||||
<a href="{$smarty.const.WWW_TOP}/rss?anidb=1234&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}
|
||||
/rss/?anidb=1234&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
@@ -33,7 +33,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "xxx"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control"
|
||||
@@ -77,7 +76,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "books"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="author" type="text" name="author" value="{$author}"
|
||||
@@ -87,7 +85,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "music"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="musicartist" type="text" name="artist" value="{$artist}"
|
||||
@@ -116,7 +113,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "console"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -138,7 +134,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $covergrp == "games"}
|
||||
<form class="form-inline" name="browseby" action="{$smarty.const.WWW_TOP}/search" method="get">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -164,8 +159,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
|
||||
{if {$smarty.get.page} == "console"}
|
||||
<form class="form-inline" name="browseby" action="console" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -187,7 +180,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "games"}
|
||||
<form class="form-inline" name="browseby" action="games" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="title" type="text" name="title" value="{$title}"
|
||||
@@ -213,7 +205,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "books"}
|
||||
<form class="form-inline" name="browseby" action="books" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="author" type="text" name="author" value="{$author}"
|
||||
@@ -223,7 +214,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "movies"}
|
||||
<form class="form-inline" name="browseby" action="movies">
|
||||
<input class="form-control" style="width: 150px;" id="movietitle" type="text" name="title" value="{$title}"
|
||||
@@ -259,7 +249,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "xxx"}
|
||||
<form class="form-inline" name="browseby" action="xxx">
|
||||
<input class="form-control"
|
||||
@@ -303,7 +292,6 @@
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if {$smarty.get.page} == "music"}
|
||||
<form class="form-inline" name="browseby" action="music" style="margin:0;">
|
||||
<input class="form-control" style="width: 150px;" id="musicartist" type="text" name="artist" value="{$artist}"
|
||||
@@ -331,4 +319,4 @@
|
||||
</select>
|
||||
<input class="btn btn-success" type="submit" value="Go">
|
||||
</form>
|
||||
{/if}
|
||||
{/if}
|
||||
@@ -3,7 +3,6 @@
|
||||
{/if}
|
||||
<div class="header">
|
||||
<h2>newznab-tmux > <strong>Search</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -93,7 +92,6 @@
|
||||
<input type="checkbox" name="searchadvhasnfo" value="1">
|
||||
<input type="hidden" name="searchadvhascomments" value="0">
|
||||
<input type="checkbox" name="searchadvhascomments" value="1">
|
||||
|
||||
<div style="float:right;"><input type="hidden" name="search_type" value="adv" id="search_type">
|
||||
<input id="search_adv_button" type="submit" value="search">
|
||||
</div>
|
||||
@@ -195,7 +193,6 @@
|
||||
<label for="chk{$result.guid|substr:0:7}">
|
||||
<a class="title" title="View details"
|
||||
href="{$smarty.const.WWW_TOP}/details/{$result.guid}/{$result.searchname|escape:"htmlall"}">{$result.searchname|escape:"htmlall"|truncate:150:"...":true}</a></label value="Searchname">
|
||||
|
||||
<div class="resextra">
|
||||
<div class="btns" style="float:right">
|
||||
{release_flag($result.searchname, browse)}
|
||||
@@ -316,7 +313,6 @@
|
||||
{/foreach}
|
||||
</table>
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="nzb_multi_operations">
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="header">
|
||||
<h2>Search > <strong>Raw</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
@@ -8,12 +7,10 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xlg-12 portlets">
|
||||
<div class="panel">
|
||||
<div class="panel-content pagination2">
|
||||
|
||||
<form method="get" action="{$serverroot}searchraw">
|
||||
<div style="text-align:center;">
|
||||
<label for="search" style="display:none;">Search</label>
|
||||
@@ -21,7 +18,6 @@
|
||||
<input id="searchraw_search_button" type="submit" value="Search" class="btn btn-primary"/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{if $results|@count == 0 && $search != ""}
|
||||
<div class="nosearchresults">
|
||||
Your search - <strong>{$search|escape:'htmlall'}</strong> - did not match any headers.
|
||||
@@ -37,7 +33,6 @@
|
||||
</div>
|
||||
{elseif $search == ""}
|
||||
{else}
|
||||
|
||||
{$site->adbrowse}
|
||||
<form method="post" id="dl" name="dl" action="{$serverroot}searchraw">
|
||||
<table style="width:100%;" class="data" id="browsetable">
|
||||
@@ -52,7 +47,6 @@
|
||||
{/if}
|
||||
<th>Nzb</th>
|
||||
</tr>
|
||||
|
||||
{foreach from=$results item=result}
|
||||
<tr class="{cycle values=",alt"}">
|
||||
<!--<td class="selection"><input name="file{$result.id}" id="file{$result.id}" value="{$result.id}" type="checkbox"/></td>-->
|
||||
@@ -74,7 +68,6 @@
|
||||
Yes</a>{/if}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</form>
|
||||
<!--
|
||||
@@ -85,12 +78,10 @@
|
||||
<a href="#" class="select_invert">Invert</a>
|
||||
<a href="#" class="select_range">Range</a>
|
||||
</div>
|
||||
|
||||
<div style="padding-top:20px;">
|
||||
<a href="#" id="searchraw_download_selected">Download selected as Nzb</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
|
||||
{foreach from=$sitemaps item=sitemap}
|
||||
<url>
|
||||
<loc>{$scheme}{$smarty.server.SERVER_NAME}{$port}{$sitemap->loc}</loc>
|
||||
@@ -9,5 +8,4 @@
|
||||
<priority>{$sitemap->changefreq}</priority>
|
||||
</url>
|
||||
{/foreach}
|
||||
|
||||
</urlset>
|
||||
@@ -1,5 +1,4 @@
|
||||
<h1>{$page->title}</h1>
|
||||
|
||||
<table>
|
||||
{foreach from=$sitemaps item=sitemap}
|
||||
{if $last_type != $sitemap->type}
|
||||
@@ -18,9 +17,7 @@
|
||||
<td>
|
||||
<a title="{$sitemap->type} - {$sitemap->name}"
|
||||
href="{$smarty.const.WWW_TOP}{$sitemap->loc}">{$sitemap->name}</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
</table>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user