You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
455 B
21 lines
455 B
@using NzbDrone.Core.Repository
|
|
@section TitleContent{
|
|
Add Series
|
|
}
|
|
|
|
@section MainContent{
|
|
<h2>Add New Series</h2>
|
|
<div id="addNewSeries">
|
|
@{ Html.RenderAction("AddNew", "AddSeries"); }
|
|
</div>
|
|
<h2>
|
|
Add Series Already on Disk</h2>
|
|
<h3>
|
|
Manage Root Folders
|
|
</h3>
|
|
@{Html.RenderAction("RootDir");}
|
|
<div id="existingSeries">
|
|
@{ Html.RenderAction("ExistingSeries", "AddSeries"); }
|
|
</div>
|
|
}
|