2011-12-01 06:04:44 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2011-12-09 05:57:23 +01:00
|
|
|
@using NzbDrone.Web.Helpers
|
2011-12-01 06:04:44 +01:00
|
|
|
@using Telerik.Web.Mvc.UI
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head runat="server">
|
|
|
|
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2011-12-13 07:08:55 +01:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
2011-12-09 05:57:23 +01:00
|
|
|
@Html.IncludeCss("2011.3.1115/telerik.common.min.css")
|
|
|
|
@Html.IncludeCss("2011.3.1115/telerik.sitefinity.min.css")
|
|
|
|
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")
|
|
|
|
@Html.IncludeCss("jquery.gritter.css")
|
|
|
|
@Html.IncludeCss("NzbDrone.css")
|
|
|
|
@Html.IncludeCss("ActionButton.css")
|
|
|
|
@Html.IncludeCss("overrides.css")
|
|
|
|
@Html.IncludeCss("Menu.css")
|
|
|
|
@Html.IncludeCss("Messages.css")
|
2011-12-01 06:04:44 +01:00
|
|
|
@RenderSection("HeaderContent", required: false)
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
@RenderBody()
|
|
|
|
@(Html.Telerik().ScriptRegistrar().jQuery(true))
|
2011-12-09 05:57:23 +01:00
|
|
|
@Html.IncludeScript("jquery-ui-1.8.16.min.js")
|
|
|
|
@Html.IncludeScript("jquery.livequery.js")
|
|
|
|
@Html.IncludeScript("MicrosoftAjax.js")
|
|
|
|
@Html.IncludeScript("MicrosoftMvcAjax.js")
|
|
|
|
@Html.IncludeScript("jquery.gritter.js")
|
|
|
|
@Html.IncludeScript("jquery.form.js")
|
|
|
|
@Html.IncludeScript("jquery-tgc-countdown-1.0.js")
|
|
|
|
@Html.IncludeScript("jquery.watermark.min.js")
|
|
|
|
@Html.IncludeScript("jquery.hotkeys.js")
|
|
|
|
@Html.IncludeScript("doTimeout.js")
|
|
|
|
@Html.IncludeScript("NzbDrone/episodeSearch.js")
|
|
|
|
@Html.IncludeScript("NzbDrone/AutoComplete.js")
|
|
|
|
@Html.IncludeScript("NzbDrone/Notification.js")
|
|
|
|
@Html.IncludeScript("NzbDrone/AutoBind.js")
|
2011-12-01 06:04:44 +01:00
|
|
|
@RenderSection("Scripts", required: false)
|
|
|
|
</body>
|
|
|
|
</html>
|