Radarr/UI/Series/Index/SeriesIndexTemplate.html

29 lines
866 B
HTML
Raw Normal View History

<div class="row">
<div class="span10"></div>
<div class="span2">
<div class="pull-right">
<div class="btn-toolbar">
<div class="btn-group">
<a class="btn x-series-change-view x-series-show-table active" href="#" title="table"><i class="icon-table"></i></a>
<a class="btn x-series-change-view x-series-show-grid" href="#" title="grid"><i class="icon-list"></i></a>
</div>
</div>
</div>
</div>
</div>
<table class="table table-hover x-series-table">
2013-02-15 23:38:53 +00:00
<thead>
2013-02-09 10:04:18 +00:00
<tr>
2013-02-14 04:56:05 +00:00
<th title="Status"></th>
2013-02-09 10:04:18 +00:00
<th>Title</th>
<th>Seasons</th>
<th>Quality</th>
<th>Network</th>
<th>Next Airing</th>
<th>Episodes</th>
<th></th>
</tr>
2013-02-15 23:38:53 +00:00
</thead>
<tbody id="x-series"></tbody>
2013-02-15 23:38:53 +00:00
</table>