2013-04-09 20:17:41 -07:00
|
|
|
<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 15:38:53 -08:00
|
|
|
<thead>
|
2013-02-09 02:04:18 -08:00
|
|
|
<tr>
|
2013-02-13 22:56:05 -06:00
|
|
|
<th title="Status"></th>
|
2013-02-09 02:04:18 -08: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 15:38:53 -08:00
|
|
|
</thead>
|
2013-04-09 20:17:41 -07:00
|
|
|
<tbody id="x-series"></tbody>
|
2013-02-15 15:38:53 -08:00
|
|
|
</table>
|