mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 23:01:10 +00:00
Layout file updated
This commit is contained in:
parent
e7c5ceb865
commit
fc51bcf366
1 changed files with 46 additions and 44 deletions
|
@ -1,8 +1,10 @@
|
|||
<!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 StackExchange.Profiling
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<head runat="server">
|
||||
@this.InitClientTimings()
|
||||
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
||||
<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'>
|
||||
|
@ -15,8 +17,8 @@
|
|||
@Html.IncludeCss("DataTables-1.9.0/media/css/jquery.dataTables.css")
|
||||
@Html.IncludeCss("overrides.css")
|
||||
@RenderSection("HeaderContent", required: false)
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
@RenderBody()
|
||||
@Html.IncludeScript("jquery-1.7.1.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("jquery.dataTables.4button.pagination.js")
|
||||
@RenderSection("Scripts", required: false)
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue