Layout file updated
This commit is contained in:
parent
e7c5ceb865
commit
fc51bcf366
|
@ -1,8 +1,10 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
@using NzbDrone.Web.Helpers
|
@using NzbDrone.Web.Helpers
|
||||||
|
@using StackExchange.Profiling
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
|
@this.InitClientTimings()
|
||||||
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
||||||
|
@ -15,8 +17,8 @@
|
||||||
@Html.IncludeCss("DataTables-1.9.0/media/css/jquery.dataTables.css")
|
@Html.IncludeCss("DataTables-1.9.0/media/css/jquery.dataTables.css")
|
||||||
@Html.IncludeCss("overrides.css")
|
@Html.IncludeCss("overrides.css")
|
||||||
@RenderSection("HeaderContent", required: false)
|
@RenderSection("HeaderContent", required: false)
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@RenderBody()
|
@RenderBody()
|
||||||
@Html.IncludeScript("jquery-1.7.1.min.js")
|
@Html.IncludeScript("jquery-1.7.1.min.js")
|
||||||
@Html.IncludeScript("jquery-ui-1.8.17.min.js")
|
@Html.IncludeScript("jquery-ui-1.8.17.min.js")
|
||||||
|
@ -45,5 +47,5 @@
|
||||||
@Html.IncludeScript("DataTables-1.9.0/media/js/jquery.jeditable.js")
|
@Html.IncludeScript("DataTables-1.9.0/media/js/jquery.jeditable.js")
|
||||||
@Html.IncludeScript("jquery.dataTables.4button.pagination.js")
|
@Html.IncludeScript("jquery.dataTables.4button.pagination.js")
|
||||||
@RenderSection("Scripts", required: false)
|
@RenderSection("Scripts", required: false)
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue