<!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 >
< link rel = "SHORTCUT ICON" href = "../../favicon.ico" / >
< link rel = "apple-touch-icon" sizes = "57x57" href = "Static/Content/Images/apple-touch-icon-114.png" / >
< link rel = "apple-touch-icon" sizes = "114x114" href = "Static/Content/Images/apple-touch-icon-114.png" / >
< link rel = "apple-touch-icon" sizes = "72x72" href = "Static/Content/Images/apple-touch-icon-144.png" / >
< link rel = "apple-touch-icon" sizes = "144x144" href = "Static/Content/Images/apple-touch-icon-144.png" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< link href = '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300' rel = 'stylesheet' type = 'text/css' >
< link href = "/static/content/bootstrap/bootstrap.less" rel = 'stylesheet' type = 'text/css' / >
< link href = "/static/Content/base.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/static/Content/menu.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/static/Content/tablesorter.bootstrap.css" rel = 'stylesheet' type = 'text/css' / >
< link href = "/static/AddSeries/addseries.css" rel = 'stylesheet' type = 'text/css' / >
< / head >
< script type = "text/html" id = "notification-template" >
< div class = "alert alert-{{level}}" >
< button type = "button" class = "close x-close icon-remove-sign" > < / button >
< i class = "{{iconClass}}" / > < strong > {{title}}< / strong >
{{#if isPreFormatted}}
< pre > {{{preFormattedMessage}}}< / pre >
{{else}}
{{message}}
{{/if}}
< / div >
< / script >
< body >
< div class = "container" >
< div id = "menu" class = "row" >
< div class = "span20" >
< ul >
< li class = 'current_page_item' > < a href = "/" > Series< / a > < / li >
< li > < a href = "/upcoming" > Upcoming< / a > < / li >
< li > < a href = "/history" > History< / a > < / li >
< li > < a href = "/missing" > Missing< / a > < / li >
< li > < a href = "/settings" > Settings< / a > < / li >
< li > < a href = "/system" > System< / a >
< li id = "donate" title = "Donate to support the development of NzbDrone" >
< a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KRTE52U3XJDSQ" target = "_blank" > Donate< / a >
< / li >
< / ul >
< input id = "localSeriesLookup" type = "text" class = "pull-right" placeholder = "Search..." / >
< / div >
< / div >
< div id = "logo" class = "row" >
< div id = "title-region" class = "span18 offset2" >
< / div >
< / div >
< div id = "content" class = "row" >
< div class = "span20" >
< div id = "notification-region" class = "row" >
< / div >
< div id = "sub-menu-region" class = "row" >
< / div >
< div class = "row" >
< div id = "main-region" class = "span20 nz-center" >
< / div >
< / div >
< div id = "modal-region" > < / div >
< / div >
< / div >
< div id = "footer" class = "row nz-center" >
< div id = "footer-region" class = "span20" > < / div >
< / div >
< / div >
< script src = "/static/JsLibraries/jquery.js" > < / script >
< script src = "/static/JsLibraries/bootstrap.js" > < / script >
< script src = "/static/JsLibraries/underscore.js" > < / script >
< script src = "/static/JsLibraries/handlebars.js" > < / script >
< script src = "/static/JsLibraries/backbone.js" > < / script >
< script src = "/static/JsLibraries/backbone.modelbinder.js" > < / script >
< script src = "/static/JsLibraries/backbone.mutators.js" > < / script >
< script src = "/static/JsLibraries/backbone.marionette.js" > < / script >
< script src = "/static/JsLibraries/jquery.tablesorter.js" > < / script >
< script src = "/static/JsLibraries/jquery.tablesorter.bootstrap.js" > < / script >
< script src = "/static/JsLibraries/sugar.js" > < / script >
< script src = "/static/Mixins/backbone.marionette.templates.js" > < / script >
< script src = "/static/Mixins/backbone.ajax.js" > < / script >
< script src = "/static/Mixins/tablesorter.extensions.js" > < / script >
< script data-main = "/static/app" src = "/static/JsLibraries/require.js" > < / script >
< script src = "/static/Routing.js" > < / script >
< / body >
< / html >