Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
SickRage-1
Commits
2928016c
Commit
2928016c
authored
Jul 30, 2015
by
Alexis Tyler
Browse files
Options
Downloads
Patches
Plain Diff
Removed inc_top.tmpl
parent
3360b5dd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/slick/interfaces/default/inc_top.tmpl
+0
-292
0 additions, 292 deletions
gui/slick/interfaces/default/inc_top.tmpl
with
0 additions
and
292 deletions
gui/slick/interfaces/default/inc_top.tmpl
deleted
100644 → 0
+
0
−
292
View file @
3360b5dd
#import sickbeard
#import urllib
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width"
>
<!-- These values come from css/dark.css and css/light.css -->
#if $sickbeard.THEME_NAME == "dark":
<meta
name=
"theme-color"
content=
"#15528F"
>
#elif $sickbeard.THEME_NAME == "light":
<meta
name=
"theme-color"
content=
"#333333"
>
#end if
<title>
SickRage - BRANCH:[$sickbeard.BRANCH] - $title
</title>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link
rel=
"shortcut icon"
href=
"$sbRoot/images/ico/favicon.ico"
>
<link
rel=
"icon"
sizes=
"16x16 32x32 64x64"
href=
"$sbRoot/images/ico/favicon.ico"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"196x196"
href=
"$sbRoot/images/ico/favicon-196.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"160x160"
href=
"$sbRoot/images/ico/favicon-160.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"96x96"
href=
"$sbRoot/images/ico/favicon-96.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"64x64"
href=
"$sbRoot/images/ico/favicon-64.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"32x32"
href=
"$sbRoot/images/ico/favicon-32.png"
>
<link
rel=
"icon"
type=
"image/png"
sizes=
"16x16"
href=
"$sbRoot/images/ico/favicon-16.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"152x152"
href=
"$sbRoot/images/ico/favicon-152.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"144x144"
href=
"$sbRoot/images/ico/favicon-144.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"120x120"
href=
"$sbRoot/images/ico/favicon-120.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"114x114"
href=
"$sbRoot/images/ico/favicon-114.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"76x76"
href=
"$sbRoot/images/ico/favicon-76.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"72x72"
href=
"$sbRoot/images/ico/favicon-72.png"
>
<link
rel=
"apple-touch-icon"
href=
"$sbRoot/images/ico/favicon-57.png"
>
<meta
name=
"msapplication-TileColor"
content=
"#FFFFFF"
>
<meta
name=
"msapplication-TileImage"
content=
"$sbRoot/images/ico/favicon-144.png"
>
<meta
name=
"msapplication-config"
content=
"$sbRoot/css/browserconfig.xml"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/lib/bootstrap.css?$sbPID"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/browser.css?$sbPID"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/lib/jquery-ui-1.10.4.custom.css?$sbPID"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/lib/jquery.qtip-2.2.1.min.css?$sbPID"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/style.css?$sbPID"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/${sickbeard.THEME_NAME}.css?$sbPID"
/>
#if $sbLogin:
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/lib/pnotify.custom.min.css?$sbPID"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/country-flags.css?$sbPID"
/>
#end if
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery-1.11.2.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/bootstrap.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/bootstrap-hover-dropdown.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery-ui-1.10.4.custom.min.js?$sbPID"
></script>
#if $sbLogin:
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.cookie.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.cookiejar.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.json-2.2.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.selectboxes.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.tablesorter-2.17.7.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.tablesorter.widgets-2.17.7.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.tablesorter.widget-columnSelector-2.17.7.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.qtip-2.2.1.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/pnotify.custom.min.js"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.form-3.35.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.ui.touch-punch-0.2.2.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/isotope.pkgd.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.confirm.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/script.js?$sbPID"
></script>
#if $sickbeard.FUZZY_DATING:
<script
type=
"text/javascript"
src=
"$sbRoot/js/moment/moment.min.js?$sbPID"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/fuzzyMoment.js?$sbPID"
></script>
#end if
<script
type=
"text/javascript"
charset=
"utf-8"
>
<!--
sbRoot
=
'
$sbRoot
'
;
// needed for browser.js & ajaxNotifications.js
//HTML for scrolltopcontrol, which is auto wrapped in DIV w/ ID="topcontrol"
top_image_html
=
'
<img src="$sbRoot/images/top.gif" width="31" height="11" alt="Jump to top" />
'
;
themeSpinner
=
<%=
'
\'\'
'
if
'
dark
'
!=
sickbeard
.
THEME_NAME
else
'
\'
-dark
\'
'
%>
;
anonURL
=
'
<%= sickbeard.ANON_REDIRECT %>
'
//-->
</script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/lib/jquery.scrolltopcontrol-1.1.js"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/browser.js"
></script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/ajaxNotifications.js"
></script>
<script
type=
"text/javascript"
>
<!--
function
initActions
()
{
\
$
(
"
#SubMenu a[href*='/home/restart/']
"
).
addClass
(
'
btn restart
'
).
html
(
'
<span class="submenu-icon-restart pull-left"></span> Restart
'
);
\
$
(
"
#SubMenu a[href*='/home/shutdown/']
"
).
addClass
(
'
btn shutdown
'
).
html
(
'
<span class="submenu-icon-shutdown pull-left"></span> Shutdown
'
);
\
$
(
"
#SubMenu a[href*='/home/logout/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-power pull-left"></span> Logout
'
);
\
$
(
"
#SubMenu a:contains('Edit')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-pencil pull-left"></span> Edit
'
);
\
$
(
"
#SubMenu a:contains('Remove')
"
).
addClass
(
'
btn remove
'
).
html
(
'
<span class="ui-icon ui-icon-trash pull-left"></span> Remove
'
);
\
$
(
"
#SubMenu a:contains('Clear History')
"
).
addClass
(
'
btn clearhistory
'
).
html
(
'
<span class="ui-icon ui-icon-trash pull-left"></span> Clear History
'
);
\
$
(
"
#SubMenu a:contains('Trim History')
"
).
addClass
(
'
btn trimhistory
'
).
html
(
'
<span class="ui-icon ui-icon-trash pull-left"></span> Trim History
'
);
\
$
(
"
#SubMenu a[href$='/errorlogs/clearerrors/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-trash pull-left"></span> Clear Errors
'
);
#if
sickbeard
.
GIT_USERNAME
and
sickbeard
.
GIT_PASSWORD
:
<<<<<<<
HEAD
\
$
(
"
#SubMenu a[href$='/errorlogs/submit_errors/']
"
).
addClass
(
'
btn submiterrors
'
).
html
(
'
<span class="ui-icon ui-icon-arrowreturnthick-1-n pull-left"></span> Submit Errors
'
);
=======
\
$
(
"
#SubMenu a[href$='/errorlogs/submit_errors/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-arrowreturnthick-1-n pull-left"></span> Submit Errors
'
);
>>>>>>>
08
ea0ec030c64b2a479604747e4f7016c14d7a57
#end
if
\
$
(
"
#SubMenu a:contains('Re-scan')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-refresh pull-left"></span> Re-scan
'
);
\
$
(
"
#SubMenu a:contains('Backlog Overview')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-refresh pull-left"></span> Backlog Overview
'
);
\
$
(
"
#SubMenu a[href$='/home/updatePLEX/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-refresh pull-left"></span> Update PLEX
'
);
\
$
(
"
#SubMenu a:contains('Force')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-transfer-e-w pull-left"></span> Force Full Update
'
);
\
$
(
"
#SubMenu a:contains('Rename')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-tag pull-left"></span> Preview Rename
'
);
\
$
(
"
#SubMenu a[href$='/config/subtitles/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-comment pull-left"></span> Search Subtitles
'
);
\
$
(
"
#SubMenu a[href*='/home/subtitleShow']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-comment pull-left"></span> Download Subtitles
'
);
\
$
(
"
#SubMenu a:contains('Anime')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="submenu-icon-anime pull-left"></span> Anime
'
);
\
$
(
"
#SubMenu a:contains('Settings')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-search pull-left"></span> Search Settings
'
);
\
$
(
"
#SubMenu a:contains('Provider')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-search pull-left"></span> Search Providers
'
);
\
$
(
"
#SubMenu a:contains('Backup/Restore')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-gear pull-left"></span> Backup/Restore
'
);
\
$
(
"
#SubMenu a:contains('General')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-gear pull-left"></span> General
'
);
\
$
(
"
#SubMenu a:contains('Episode Status')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-transferthick-e-w pull-left"></span> Episode Status Management
'
);
\
$
(
"
#SubMenu a:contains('Missed Subtitle')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-transferthick-e-w pull-left"></span> Missed Subtitles
'
);
\
$
(
"
#SubMenu a[href$='/home/addShows/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-video pull-left"></span> Add Show
'
);
\
$
(
"
#SubMenu a:contains('Processing')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-folder-open pull-left"></span> Post-Processing
'
);
\
$
(
"
#SubMenu a:contains('Manage Searches')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-search pull-left"></span> Manage Searches
'
);
\
$
(
"
#SubMenu a:contains('Manage Torrents')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="submenu-icon-bittorrent pull-left"></span> Manage Torrents
'
);
\
$
(
"
#SubMenu a[href$='/manage/failedDownloads/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="submenu-icon-failed-download pull-left"></span> Failed Downloads
'
);
\
$
(
"
#SubMenu a:contains('Notification')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-note pull-left"></span> Notifications
'
);
\
$
(
"
#SubMenu a:contains('Update show in KODI')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="submenu-icon-kodi pull-left"></span> Update show in KODI
'
);
\
$
(
"
#SubMenu a[href$='/home/updateKODI/']
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="submenu-icon-kodi pull-left"></span> Update KODI
'
);
\
$
(
"
#SubMenu a:contains('Pause')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-pause pull-left"></span> Pause
'
);
\
$
(
"
#SubMenu a:contains('Resume')
"
).
addClass
(
'
btn
'
).
html
(
'
<span class="ui-icon ui-icon-play pull-left"></span> Resume
'
);
}
\
$
(
document
).
ready
(
function
()
{
initActions
();
\
$
(
"
#NAV$topmenu
"
).
addClass
(
"
active
"
);
\
$
(
'
.dropdown-toggle
'
).
dropdownHover
();
});
//-->
</script>
<script
type=
"text/javascript"
src=
"$sbRoot/js/confirmations.js?$sbPID"
></script>
#end if
</head>
<body>
<nav
class=
"navbar navbar-default navbar-fixed-top"
role=
"navigation"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"$sbRoot/home/"
title=
"SickRage"
><img
alt=
"SickRage"
src=
"$sbRoot/images/sickrage.png"
style=
"height: 50px;"
class=
"img-responsive pull-left"
/></a>
</div>
#if $sbLogin:
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
id=
"NAVnews"
>
<a
href=
"$sbRoot/news/"
>
News
</a>
</li>
<li
id=
"NAVnews"
>
<a
href=
"$sbRoot/IRC/"
>
IRC
</a>
</li>
<li
id=
"NAVhome"
>
<a
href=
"$sbRoot/home/"
>
Shows
</a>
</li>
<li
id=
"NAVcomingEpisodes"
>
<a
href=
"$sbRoot/comingEpisodes/"
>
Coming Episodes
</a>
</li>
<li
id=
"NAVhistory"
>
<a
href=
"$sbRoot/history/"
>
History
</a>
</li>
<li
id=
"NAVmanage"
class=
"dropdown"
>
<a
href=
"$sbRoot/manage/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Manage
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"$sbRoot/manage/"
><i
class=
"menu-icon-manage"
></i>
Mass Update
</a></li>
<li><a
href=
"$sbRoot/manage/backlogOverview/"
><i
class=
"menu-icon-backlog-view"
></i>
Backlog Overview
</a></li>
<li><a
href=
"$sbRoot/manage/manageSearches/"
><i
class=
"menu-icon-manage-searches"
></i>
Manage Searches
</a></li>
<li><a
href=
"$sbRoot/manage/episodeStatuses/"
><i
class=
"menu-icon-backlog"
></i>
Episode Status Management
</a></li>
#if $sickbeard.USE_PLEX and $sickbeard.PLEX_SERVER_HOST != "":
<li><a
href=
"$sbRoot/home/updatePLEX/"
><i
class=
"menu-icon-backlog-view"
></i>
Update PLEX
</a></li>
#end if
#if $sickbeard.USE_KODI and $sickbeard.KODI_HOST != "":
<li><a
href=
"$sbRoot/home/updateKODI/"
><i
class=
"menu-icon-kodi"
></i>
Update KODI
</a></li>
#end if
#if $sickbeard.USE_TORRENTS and $sickbeard.TORRENT_METHOD != 'blackhole' \
and ($sickbeard.ENABLE_HTTPS and $sickbeard.TORRENT_HOST[:5] == 'https' \
or not $sickbeard.ENABLE_HTTPS and $sickbeard.TORRENT_HOST[:5] == 'http:'):
<li><a
href=
"$sbRoot/manage/manageTorrents/"
><i
class=
"menu-icon-bittorrent"
></i>
Manage Torrents
</a></li>
#end if
#if $sickbeard.USE_FAILED_DOWNLOADS:
<li><a
href=
"$sbRoot/manage/failedDownloads/"
><i
class=
"menu-icon-failed-download"
></i>
Failed Downloads
</a></li>
#end if
#if $sickbeard.USE_SUBTITLES:
<li><a
href=
"$sbRoot/manage/subtitleMissed/"
><i
class=
"menu-icon-backlog"
></i>
Missed Subtitle Management
</a></li>
#end if
</ul>
</li>
<li
id=
"NAVerrorlogs"
class=
"dropdown"
>
<a
href=
"$sbRoot/errorlogs/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
$logPageTitle
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"$sbRoot/errorlogs/"
><i
class=
"menu-icon-viewlog-errors"
></i>
View Log (Errors)
</a></li>
<li><a
href=
"$sbRoot/errorlogs/viewlog/"
><i
class=
"menu-icon-viewlog"
></i>
View Log
</a></li>
</ul>
</li>
<li
id=
"NAVconfig"
class=
"dropdown"
>
<a
href=
"$sbRoot/config/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
><img
src=
"$sbRoot/images/menu/system18.png"
class=
"navbaricon hidden-xs"
/><b
class=
"caret hidden-xs"
></b><span
class=
"visible-xs"
>
Config
<b
class=
"caret"
></b></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"$sbRoot/config/"
><i
class=
"menu-icon-help"
></i>
Help
&
Info
</a></li>
<li><a
href=
"$sbRoot/config/general/"
><i
class=
"menu-icon-config"
></i>
General
</a></li>
<li><a
href=
"$sbRoot/config/backuprestore/"
><i
class=
"menu-icon-config"
></i>
Backup
&
Restore
</a></li>
<li><a
href=
"$sbRoot/config/search/"
><i
class=
"menu-icon-config"
></i>
Search Settings
</a></li>
<li><a
href=
"$sbRoot/config/providers/"
><i
class=
"menu-icon-config"
></i>
Search Providers
</a></li>
<li><a
href=
"$sbRoot/config/subtitles/"
><i
class=
"menu-icon-config"
></i>
Subtitles Settings
</a></li>
<li><a
href=
"$sbRoot/config/postProcessing/"
><i
class=
"menu-icon-config"
></i>
Post Processing
</a></li>
<li><a
href=
"$sbRoot/config/notifications/"
><i
class=
"menu-icon-config"
></i>
Notifications
</a></li>
<li><a
href=
"$sbRoot/config/anime/"
><i
class=
"menu-icon-config"
></i>
Anime
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
><img
src=
"$sbRoot/images/menu/system18-2.png"
class=
"navbaricon hidden-xs"
/><b
class=
"caret hidden-xs"
></b><span
class=
"visible-xs"
>
System
<b
class=
"caret"
></b></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"$sbRoot/home/updateCheck?pid=$sbPID"
><i
class=
"menu-icon-update"
></i>
Check For Updates
</a></li>
<li><a
href=
"$sbRoot/changes"
><i
class=
"menu-icon-help"
></i>
Changelog
</a></li>
<li><a
href=
"$sbRoot/home/restart/?pid=$sbPID"
class=
"confirm restart"
><i
class=
"menu-icon-restart"
></i>
Restart
</a></li>
<li><a
href=
"$sbRoot/home/shutdown/?pid=$sbPID"
class=
"confirm shutdown"
><i
class=
"menu-icon-shutdown"
></i>
Shutdown
</a></li>
<li><a
href=
"$sbRoot/logout"
class=
"confirm logout"
><i
class=
"menu-icon-shutdown"
></i>
Logout
</a></li>
<li><a
href=
"$sbRoot/home/status/"
><i
class=
"menu-icon-help"
></i>
Server Status
</a></li>
</ul>
</li>
<li
id=
"donate"
><a
href=
"https://github.com/SiCKRAGETV/SickRage/wiki/Donations"
rel=
"noreferrer"
onclick=
"window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"
><img
src=
"$sbRoot/images/donate.jpg"
alt=
"[donate]"
class=
"navbaricon hidden-xs"
/></a></li>
</ul>
#end if
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
#if $varExists('submenu'):
<div
id=
"SubMenu"
>
<span>
#set $first = True
#for $menuItem in $submenu:
#if 'requires' not in $menuItem or $menuItem.requires():
#if type($menuItem.path) == dict:
#if $first then "" else "
</span><span>
"#
<b>
$menuItem.title
</b>
#set $first = False
#set $inner_first = True
#for $cur_link in $menuItem.path:
#if $inner_first then "" else "
·
"#
<a
class=
"inner"
href=
"$sbRoot/$menuItem.path[$cur_link]"
>
$cur_link
</a>
#set $inner_first = False
#end for
#else
#if $first then "" else ""#
<a
href=
"$sbRoot/$menuItem.path"
#if
'
confirm
'
in
$
menuItem
then
"
class=
\"confirm\""
else
""
#
>
$menuItem.title
</a>
#set $first = False
#end if
#end if
#end for
</span>
</div>
#end if
#if $sickbeard.BRANCH and $sickbeard.BRANCH != 'master' and not $sickbeard.DEVELOPER and $sbLogin
<div
class=
"alert alert-danger upgrade-notification"
role=
"alert"
>
<span>
You're using the $sickbeard.BRANCH branch. Please use 'master' unless specifically asked
</span>
</div>
#end if
#if $sickbeard.NEWEST_VERSION_STRING and $sbLogin
<div
class=
"alert alert-success upgrade-notification"
role=
"alert"
>
<span>
$sickbeard.NEWEST_VERSION_STRING
</span>
</div>
#end if
<div
id=
"contentWrapper"
>
<div
id=
"content"
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment