mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
removed backbone from VS solution,
renamed NzbDrone.Backbone to UI
This commit is contained in:
parent
c7776f74e1
commit
663160c06a
230 changed files with 57 additions and 386 deletions
37
UI/Missing/MissingCollectionTemplate.html
Normal file
37
UI/Missing/MissingCollectionTemplate.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<table class="table table-hover x-missing-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Series Title</th>
|
||||
<th>Episode</th>
|
||||
<th>Episode Title</th>
|
||||
<th>Air Date</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
<div class="x-missing-table-pager">
|
||||
<div class="row">
|
||||
<div class="pagination span8">
|
||||
<ul>
|
||||
<li class="first">
|
||||
<a href="#"><i class="icon-fast-backward"></i></a>
|
||||
</li>
|
||||
<li class="prev">
|
||||
<a href="#"><i class="icon-backward"></i></a></li>
|
||||
<li>
|
||||
<span class="page-number">0</span>
|
||||
</li>
|
||||
<li class="next">
|
||||
<a href="#"><i class="icon-forward"></i></a>
|
||||
</li>
|
||||
<li class="last">
|
||||
<a href="#"><i class="icon-fast-forward"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="pull-right pagedisplay-container">
|
||||
<span class="pagedisplay"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue