<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="NzbDrone.Web.Models" %> <%@ Import Namespace="Telerik.Web.Mvc.UI" %> Add New Series <% Html.RenderPartial("SubMenu"); %> //Add a new series <%= Html.Label("Enter a Series Name") %> <%= Html.TextBox("new_series_name", new { id="new_series_id" }) %> //Browse Button?? //Auto-Complete? //Search Button - Perform AJAX search for this Series on TVDB //Return results with Radio Box + First Aired information, (link to TVDB too?) + Hidden ID text User selects radio button and then presses add (or skips which clears results and #new_series_id) Add, ask user to choose where to save the show in (used when sorting) then add the show... Possibly ask user to choose Quality Profile