#import sickbeard #import datetime #from sickbeard.common import * ## #set global $title = 'Manage Searches' #set global $header = 'Manage Searches' #set global $sbPath = '..' #set global $topmenu = 'manage' ## #import os.path #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
#if $varExists('header')

$header

#else

$title

#end if

Backlog Search:

Force #if $backlogPaused then 'Unpause' else 'Pause'# #if not $backlogRunning: Not in progress
#else #if $backlogPaused then 'Paused: ' else ''# Currently running
#end if

Recent Search:

Force #if not $recentSearchStatus Not in progress
#else In Progress
#end if

Find Propers Search:

Force #if not $findPropersStatus Not in progress
#else In Progress
#end if

Version Check:

Force Check

Search Queue:

Backlog: $queueLength['backlog'] pending items
Recent: $queueLength['recent'] pending items
Manual: $queueLength['manual'] pending items
Failed: $queueLength['failed'] pending items
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl')