1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/UI/AddSeries/SearchResultTemplate.html

33 lines
1.0 KiB
HTML
Raw Normal View History

2013-06-04 18:04:34 -07:00
<div class="search-item {{#unless isExisting}}search-item-new{{/unless}}">
<div class="row">
<div class="span2">
<a href="{{traktUrl}}" target="_blank">
2013-06-20 22:19:41 -07:00
<img class="add-series-poster" src="{{remotePoster}}"
{{defaultImg}}>
</a>
</div>
<div class="span9">
2013-03-31 14:45:16 -07:00
<div class="row">
<h2>{{title}}</h2>
</div>
<div class="row new-series-overview x-overview">
{{overview}}
</div>
<div class="row">
<div class="btn btn-success x-add pull-right new-series-add">
Add
<icon class="icon-plus"></icon>
</div>
{{#unless isExisting}}
2013-06-20 22:19:41 -07:00
{{> RootFolderSelectionPartial rootFolders}}
{{/unless}}
<div class='pull-right'>
2013-06-20 22:19:41 -07:00
{{> QualityProfileSelectionPartial qualityProfiles}}
</div>
</div>
2013-01-26 18:14:42 -08:00
</div>
2013-01-25 12:47:44 -08:00
</div>
2013-06-04 18:04:34 -07:00
</div>
2013-06-20 22:19:41 -07:00
{{debug}}