mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
TopSlider added for local series searching!
Should be easy to add others (would want to have it close other open ones, I think).
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<link type="text/css" rel="stylesheet" href="/Content/ActionButton.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/Content/overrides.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/Content/Menu.css" />
|
||||
<link type="text/css" rel="stylesheet" href="/Content/Slider.css" />
|
||||
|
||||
<script type="text/javascript" src="/Scripts/Plugins/jquery-1.6.3.min.js"></script>
|
||||
<script type="text/javascript" src="/Scripts/Plugins/jquery-ui-1.8.16.min.js"></script>
|
||||
@@ -28,12 +29,14 @@
|
||||
<script type="text/javascript" src="/Scripts/episodeSearch.js"></script>
|
||||
<script type="text/javascript" src="/Scripts/autocomplete.js"></script>
|
||||
<script type="text/javascript" src="/Scripts/addSeries.js"></script>
|
||||
<script type="text/javascript" src="/Scripts/slider.js"></script>
|
||||
|
||||
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
|
||||
@RenderSection("HeaderContent", required: false)
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
@{Html.RenderAction("LocalSearch", "Shared");}
|
||||
<div id="menu" class="span-24 last prepend-top append-bottom">
|
||||
<ul>
|
||||
@MvcHtmlString.Create(Html.CurrentActionLink("Series", "Index", "Series"))
|
||||
|
||||
Reference in New Issue
Block a user