2011-03-07 08:25:38 +00:00
|
|
|
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<NzbDrone.Web.Models.AddSeriesModel>" %>
|
|
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
|
|
|
Add Series
|
|
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Menu" ContentPlaceHolderID="ActionMenu" runat="server">
|
|
|
|
<%
|
|
|
|
Html.RenderPartial("SubMenu");
|
|
|
|
%>
|
|
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|
|
|
|
|
|
|
//Add New
|
|
|
|
|
|
|
|
|
|
|
|
//Add Existing
|
|
|
|
|
2011-03-09 07:40:48 +00:00
|
|
|
//Ask user for existing TV Root Folder...
|
|
|
|
//Get list of unmapped folders and allow the user to check off the ones they want to add...
|
|
|
|
//
|
|
|
|
|
2011-03-07 08:25:38 +00:00
|
|
|
</asp:Content>
|