mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 19:02:34 +00:00
WIP
This commit is contained in:
parent
e186f6470f
commit
574b4dfe99
2 changed files with 30 additions and 34 deletions
|
@ -98,24 +98,22 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<!-- ============================================================== -->
|
||||
<!-- Bread crumb and right sidebar toggle -->
|
||||
<!-- ============================================================== -->
|
||||
<table id="episodes" class="table table-striped" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Episode</th>
|
||||
<th>Title</th>
|
||||
<th>Existing Subtitles</th>
|
||||
<th>Missing Subtitles</th>
|
||||
<th>Manual Search</th>
|
||||
<th>Manual Upload</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
<!-- ============================================================== -->
|
||||
<!-- Bread crumb and right sidebar toggle -->
|
||||
<!-- ============================================================== -->
|
||||
<table id="episodes" class="table table-striped" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Episode</th>
|
||||
<th>Title</th>
|
||||
<th>Existing Subtitles</th>
|
||||
<th>Missing Subtitles</th>
|
||||
<th>Manual Search</th>
|
||||
<th>Manual Upload</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<div id="manualSearchModal" class="modal" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
|
|
|
@ -108,22 +108,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<!-- Bread crumb and right sidebar toggle -->
|
||||
<!-- ============================================================== -->
|
||||
<table id="movieSubtitles" class="table table-striped" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Subtitles Path</th>
|
||||
<th>Language(s)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<br>
|
||||
<h5 style="font-weight: 500;">Missing Subtitles</h5>
|
||||
<span id="missingSubtitles"></span>
|
||||
</div>
|
||||
<!-- Bread crumb and right sidebar toggle -->
|
||||
<!-- ============================================================== -->
|
||||
<table id="movieSubtitles" class="table table-striped" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Subtitles Path</th>
|
||||
<th>Language(s)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<br>
|
||||
<h5 style="font-weight: 500;">Missing Subtitles</h5>
|
||||
<span id="missingSubtitles"></span>
|
||||
|
||||
<div id="manualSearchModal" class="modal" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
|
|
Loading…
Reference in a new issue