<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head runat = "server" >
< title > NzbDrone< / title >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< link href = "/Content/Bootstrap.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Content/bootstrap.toggle-switch.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Content/Messenger/messenger.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Content/Messenger/messenger.future.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Content/fullcalendar.css" rel = 'stylesheet' type = 'text/css' >
< link href = "/Content/base.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Cells/Cells.css" rel = 'stylesheet' type = 'text/css' >
< link href = "/Series/Series.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Logs/logs.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Settings/settings.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/AddSeries/Addseries.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Calendar/calendar.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/Content/overrides.css" rel = 'stylesheet' type = 'text/css' / >
< link rel = "apple-touch-icon" href = "/Content/Images/touch/57.png" / >
< link rel = "apple-touch-icon" sizes = "72x72" href = "/Content/Images/touch/72.png" / >
< link rel = "apple-touch-icon" sizes = "114x114" href = "/Content/Images/touch/114.png" / >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/Content/Images/touch/144.png" / >
< / head >
< body >
< div id = "in-sub-nav" >
< div class = "container" >
< div class = "row" >
< div class = "span12" >
< div class = "pull-left logo" >
< img src = "/Content/Images/logo.png" alt = "" >
< / div >
< ul id = "main-menu-region" >
< li >
< a href = "/" >
< i class = "icon-play" > < / i >
< br >
Series
< / a >
< / li >
< li >
< a href = "/calendar" >
< i class = "icon-calendar" > < / i >
< br >
Calendar
< / a >
< / li >
< li >
< a href = "history" >
< i class = "icon-time" > < / i >
< br >
History
< / a >
< / li >
< li >
< a href = "missing" >
< i class = "icon-warning-sign" > < / i >
< br >
Missing
< / a >
< / li >
< li >
< a href = "settings" >
< i class = "icon-cogs" > < / i >
< br >
Settings
< / a >
< / li >
< li >
< a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KRTE52U3XJDSQ" target = "_blank" >
< i class = "icon-heart" > < / i >
< br >
Donate
< / a >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< div class = "page" >
< div class = "page-container" >
< div class = "container" >
< div class = "row" >
< div class = "span12" id = "notification-region" / >
< / div >
< div class = "span12" id = "main-region" > < / div >
< div id = "modal-region" > < / div >
< / div >
< / div >
< a id = "scroll-up" title = "Back to the top!" >
< i class = "icon-circle-arrow-up" > < / i >
< / a >
< / div >
< footer >
< div class = "container" >
< div class = "row" >
< div class = "span12" >
< div id = "footer-region" >
NzbDrone Ver.
< span class = "version" > < / span >
< / div >
< / div >
< / div >
< / div >
< / footer >
< / body >
< script src = "/JsLibraries/jquery.js" > < / script >
< script src = "/JsLibraries/messenger.js" > < / script >
< script src = "/ServerStatus.js" > < / script >
< script data-main = "/app" src = "/JsLibraries/require.js" > < / script >
< / html >