2012-02-04 04:34:02 +00:00
|
|
|
@model SeriesDetailsModel
|
2011-12-09 04:57:23 +00:00
|
|
|
@using NzbDrone.Web.Helpers
|
2011-04-21 07:14:47 +00:00
|
|
|
@using NzbDrone.Web.Models
|
2011-12-10 05:05:17 +00:00
|
|
|
@{ViewBag.Title = Model.Title;}
|
2011-12-09 04:57:23 +00:00
|
|
|
@section HeaderContent
|
|
|
|
{
|
|
|
|
@Html.IncludeCss("Grid.css")
|
|
|
|
}
|
2011-12-10 05:05:17 +00:00
|
|
|
@{ ViewBag.Title = Model.Title; }
|
2012-01-30 06:14:46 +00:00
|
|
|
<style>
|
2011-08-20 03:02:47 +00:00
|
|
|
.seasonToggleTopGroup
|
|
|
|
{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seasonToggleTop
|
2011-12-03 23:44:48 +00:00
|
|
|
{
|
2011-08-20 03:02:47 +00:00
|
|
|
background-color: #F1EDED;
|
|
|
|
background-position: 5px center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 15px;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 2px 5px;
|
2011-08-28 05:45:36 +00:00
|
|
|
width: 100px;
|
2011-08-20 03:02:47 +00:00
|
|
|
}
|
2011-12-03 23:44:48 +00:00
|
|
|
|
2011-08-20 03:02:47 +00:00
|
|
|
.seasonToggleLabel
|
|
|
|
{
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seasonToggleTop .ignoredEpisodesMaster
|
|
|
|
{
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
margin-bottom: -4px;
|
2011-08-23 03:52:08 +00:00
|
|
|
border-style: none;
|
2011-08-20 03:02:47 +00:00
|
|
|
}
|
2011-12-03 23:44:48 +00:00
|
|
|
|
2011-08-23 03:52:08 +00:00
|
|
|
.statusImage, .searchImage, .renameImage, .ignoreEpisode, .ignoreEpisodesMaster
|
2011-08-22 06:25:32 +00:00
|
|
|
{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
2012-02-04 22:05:56 +00:00
|
|
|
padding: 3px 1px;
|
2012-02-04 04:34:02 +00:00
|
|
|
margin: 0px;
|
2012-02-04 22:05:56 +00:00
|
|
|
vertical-align: middle;
|
2011-08-23 03:52:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchImage:hover, .renameImage:hover, .ignoreEpisode:hover, .ignoreEpisodesMaster:hover
|
|
|
|
{
|
2012-02-04 22:05:56 +00:00
|
|
|
background-color: #065EFE;
|
2011-08-23 03:52:08 +00:00
|
|
|
}
|
|
|
|
|
2011-09-10 23:01:15 +00:00
|
|
|
#banner-container
|
|
|
|
{
|
|
|
|
width: 758px;
|
|
|
|
height: 140px;
|
|
|
|
padding: 0px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2012-02-04 04:34:02 +00:00
|
|
|
|
|
|
|
.seriesTable {
|
|
|
|
width: 100%;
|
|
|
|
border-width: 1px;
|
|
|
|
border-spacing: 2px;
|
|
|
|
border-style: none;
|
|
|
|
border-color: white;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seriesTable th {
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 2px;
|
|
|
|
border-style: inset;
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
padding-left: 7px;
|
|
|
|
text-align: left;
|
2012-02-04 20:08:39 +00:00
|
|
|
background-color: white;
|
2012-02-04 04:34:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.seriesTable td {
|
|
|
|
border-width: 1px;
|
2012-02-04 22:05:56 +00:00
|
|
|
padding: 0px 0.6em 0 7px;
|
2012-02-04 04:34:02 +00:00
|
|
|
border-style: inset;
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
}
|
2012-02-04 20:08:39 +00:00
|
|
|
|
|
|
|
.detail-view {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Colour alternating rows */
|
|
|
|
.seriesTable tr:nth-child(4n) {background: #E5ECF9}
|
|
|
|
.seriesTable tr:nth-child(4n+1) {background: #E5ECF9}
|
2011-08-03 07:26:39 +00:00
|
|
|
</style>
|
2011-04-21 07:14:47 +00:00
|
|
|
@section ActionMenu{
|
2011-12-03 23:44:48 +00:00
|
|
|
<ul class="sub-menu">
|
2011-11-26 07:53:16 +00:00
|
|
|
<li>@Ajax.ActionLink("Scan Disk", "ScanDisk", "Command", new { seriesId = Model.SeriesId }, null)</li>
|
2011-08-06 02:04:35 +00:00
|
|
|
<li>@Ajax.ActionLink("Update Info", "UpdateInfo", "Command", new { seriesId = Model.SeriesId }, null)</li>
|
2011-11-26 07:53:16 +00:00
|
|
|
<li>@Ajax.ActionLink("Search for missing episodes", "BacklogSeries", "Episode", new { seriesId = Model.SeriesId }, null)</li>
|
|
|
|
<li>@Ajax.ActionLink("Rename Episodes", "RenameEpisodes", "Episode", new { seriesId = Model.SeriesId }, null)</li>
|
2011-08-06 02:04:35 +00:00
|
|
|
</ul>
|
2011-04-21 07:14:47 +00:00
|
|
|
}
|
2011-12-03 23:44:48 +00:00
|
|
|
<div id="banner-container">
|
|
|
|
@{
|
|
|
|
var bannerUrl = "../../Content/Images/img03.jpg";
|
2011-12-01 05:25:01 +00:00
|
|
|
|
2011-12-03 23:44:48 +00:00
|
|
|
if (Model.HasBanner)
|
2011-08-20 03:02:47 +00:00
|
|
|
{
|
2011-12-03 23:44:48 +00:00
|
|
|
bannerUrl = "../../MediaCover/Banners/" + Model.SeriesId + ".jpg";
|
2011-08-20 03:02:47 +00:00
|
|
|
}
|
2011-12-03 23:44:48 +00:00
|
|
|
}
|
|
|
|
<img src="@bannerUrl" alt="Banner"/>
|
|
|
|
</div>
|
|
|
|
<div class="seasonToggleTopGroup">
|
2012-02-04 07:36:52 +00:00
|
|
|
@foreach (var season in Model.Seasons.OrderBy(s => s.SeasonNumber))
|
2011-04-24 05:48:12 +00:00
|
|
|
{
|
2012-02-04 07:36:52 +00:00
|
|
|
var ignoreSeason = "ignoreSeason_" + season.SeasonNumber;
|
2011-12-03 23:44:48 +00:00
|
|
|
<div class="seasonToggleTop">
|
2012-02-04 07:36:52 +00:00
|
|
|
<img src='../../Content/Images/@(season.AnyWanted ? "notIgnored" : "ignored").png'
|
|
|
|
class='ignoredEpisodesMaster ignoreEpisode @ignoreSeason @(season.AnyWanted ? "" : "ignored")'
|
|
|
|
title='Click to toggle season ignore status' />
|
|
|
|
<span class="seasonToggleLabel">@(season.SeasonNumber == 0 ? "Specials" : "Season " + season.SeasonNumber)</span>
|
2011-05-19 15:08:00 +00:00
|
|
|
</div>
|
2011-04-24 05:48:12 +00:00
|
|
|
}
|
2011-12-03 23:44:48 +00:00
|
|
|
</div>
|
2012-02-04 04:34:02 +00:00
|
|
|
@foreach (var s in Model.Seasons.OrderByDescending(a => a.SeasonNumber))
|
2011-12-03 23:44:48 +00:00
|
|
|
{
|
|
|
|
var season = s;
|
2012-02-04 04:34:02 +00:00
|
|
|
Html.RenderPartial("Season", season);
|
2011-12-03 23:44:48 +00:00
|
|
|
}
|
2011-04-21 07:14:47 +00:00
|
|
|
@section Scripts{
|
2011-12-09 04:57:23 +00:00
|
|
|
@Html.IncludeScript("NzbDrone/seriesDetails.js")
|
2011-04-21 07:14:47 +00:00
|
|
|
<script type="text/javascript">
|
2011-08-04 01:45:45 +00:00
|
|
|
seriesId = @Model.SeriesId;
|
2010-10-30 02:46:32 +00:00
|
|
|
</script>
|
2011-04-21 07:14:47 +00:00
|
|
|
}
|