2013-02-10 11:28:56 +01:00
|
|
|
|
<div class="modal-header">
|
2013-03-08 05:31:25 +01:00
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
2013-07-24 06:17:50 +02:00
|
|
|
|
<h3>{{title}}</h3>
|
2013-02-10 11:28:56 +01:00
|
|
|
|
</div>
|
2013-07-14 08:05:51 +02:00
|
|
|
|
<div class="modal-body edit-series-modal">
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="span2">
|
2013-07-24 06:17:50 +02:00
|
|
|
|
<img class="series-poster" src="{{poster}}"
|
|
|
|
|
{{defaultImg}}>
|
2013-07-20 02:17:20 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="span7">
|
|
|
|
|
<div class="form-horizontal">
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="control-group">
|
|
|
|
|
<label class="control-label">Monitored</label>
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="controls">
|
|
|
|
|
<label class="checkbox toggle well">
|
|
|
|
|
<input type="checkbox" name="monitored"/>
|
|
|
|
|
<p>
|
|
|
|
|
<span>Yes</span>
|
|
|
|
|
<span>No</span>
|
|
|
|
|
</p>
|
2013-04-26 17:31:56 +02:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="btn btn-primary slide-button"/>
|
|
|
|
|
</label>
|
2013-04-26 17:31:56 +02:00
|
|
|
|
|
2013-03-08 05:31:25 +01:00
|
|
|
|
<span class="help-inline-checkbox">
|
2013-06-19 08:33:16 +02:00
|
|
|
|
<i class="icon-question-sign" title="Should NzbDrone download episodes for this series?"/>
|
2013-03-08 05:31:25 +01:00
|
|
|
|
</span>
|
2013-07-20 02:17:20 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="control-group">
|
|
|
|
|
<label class="control-label">Use Season Folder</label>
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="controls">
|
|
|
|
|
<label class="checkbox toggle well">
|
|
|
|
|
<input type="checkbox" name="seasonFolder"/>
|
|
|
|
|
<p>
|
|
|
|
|
<span>Yes</span>
|
|
|
|
|
<span>No</span>
|
|
|
|
|
</p>
|
2013-04-26 17:31:56 +02:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="btn btn-primary slide-button"/>
|
|
|
|
|
</label>
|
2013-04-26 17:31:56 +02:00
|
|
|
|
|
2013-03-08 05:31:25 +01:00
|
|
|
|
<span class="help-inline-checkbox">
|
2013-06-19 08:33:16 +02:00
|
|
|
|
<i class="icon-question-sign" title="Should downloaded episodes be stored in season folders?"/>
|
2013-03-08 05:31:25 +01:00
|
|
|
|
</span>
|
2013-07-20 02:17:20 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-10 11:28:56 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="control-group">
|
|
|
|
|
<label class="control-label" for="inputQualityProfile">Quality Profile</label>
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="controls">
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<select class="x-quality-profile" id="inputQualityProfile" name="qualityProfileId">
|
|
|
|
|
{{#each qualityProfiles.models}}
|
|
|
|
|
<option value="{{id}}">{{attributes.name}}</option>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</select>
|
2013-03-08 05:31:25 +01:00
|
|
|
|
<span class="help-inline">
|
2013-06-19 08:33:16 +02:00
|
|
|
|
<i class="icon-question-sign" title="Which Quality Profile should NzbDrone use to download episodes?"/>
|
2013-03-08 05:31:25 +01:00
|
|
|
|
</span>
|
2013-07-20 02:17:20 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-10 11:28:56 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="control-group">
|
|
|
|
|
<label class="control-label" for="inputPath">Path</label>
|
2013-03-30 00:28:58 +01:00
|
|
|
|
|
2013-07-20 02:17:20 +02:00
|
|
|
|
<div class="controls">
|
|
|
|
|
<input type="text" id="inputPath" class="x-path" placeholder="Path" name="path">
|
2013-03-08 05:31:25 +01:00
|
|
|
|
<span class="help-inline">
|
2013-06-19 08:33:16 +02:00
|
|
|
|
<i class="icon-question-sign" title="Where should NzbDrone store episodes for this series?"/>
|
2013-03-08 05:31:25 +01:00
|
|
|
|
</span>
|
2013-07-20 02:17:20 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-10 11:28:56 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
2013-03-30 00:28:58 +01:00
|
|
|
|
<button class="btn btn-danger pull-left x-remove">delete</button>
|
2013-02-10 11:28:56 +01:00
|
|
|
|
<button class="btn" data-dismiss="modal">cancel</button>
|
|
|
|
|
<button class="btn btn-primary x-save">save</button>
|
2013-06-19 08:33:16 +02:00
|
|
|
|
</div>
|