jellyfin-web/dashboard-ui/autoorganizelog.html

44 lines
2.4 KiB
HTML
Raw Normal View History

<div id="libraryFileOrganizerLogPage" data-role="page" class="page type-interior organizePage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Auto-Organize">
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2014-01-20 23:10:58 -07:00
2016-06-07 22:24:25 -07:00
<div>
<div style="text-align:right;" class="organizeTaskPanel hide">
2016-07-23 13:50:12 -07:00
<button is="emby-button" type="button" class="btnClearLog raised subdued">
<i class="md-icon">clear_all</i><span>${ButtonClear}</span>
</button>
2016-07-23 11:43:07 -07:00
<button is="emby-button" type="button" class="btnOrganize raised subdued"><i class="md-icon">check</i><span>${ButtonOrganize}</span></button>
2016-06-07 22:24:25 -07:00
<progress max="100" min="0" style="width:100px;" class="organizeProgress"></progress>
</div>
<div class="listTopPaging">
2014-01-20 23:10:58 -07:00
</div>
2016-08-20 16:30:53 -07:00
<div class="autoorganizetable">
<table class="tblOrganizationResults table" style="border-collapse:collapse;">
<thead>
<tr>
<th data-priority="1"></th>
<th data-priority="2">${HeaderDate}</th>
<th data-priority="1">${HeaderSource}</th>
<th data-priority="3">${HeaderDestination}</th>
<th data-priority="1"></th>
</tr>
</thead>
<tbody class="resultBody"></tbody>
</table>
</div>
<br />
<div style="text-align: right;vertical-align:middle;" class="legend">
<div style="display: inline-block; height: 10px; width: 10px; background: green;margin-right:1px;"></div>
<span>${LabelCompleted}</span>
<div style="display: inline-block; height: 10px; width: 10px; background: red; margin-left: 1em;margin-right:1px;"></div>
<span>${LabelFailed}</span>
<div style="display: inline-block; height: 10px; width: 10px; background: blue; margin-left: 1em;margin-right:1px;"></div>
<span>${LabelSkipped}</span>
</div>
<div class="listBottomPaging">
</div>
2014-01-20 23:10:58 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>