jellyfin-web/dashboard-ui/autoorganizelog.html

58 lines
3.2 KiB
HTML
Raw Normal View History

2014-01-20 23:10:58 -07:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/metadataeditor.css">
2014-04-14 20:54:52 -07:00
<title>${TitleAutoOrganize}</title>
2014-01-20 23:10:58 -07:00
</head>
<body>
2016-02-12 20:39:36 -07:00
<div id="libraryFileOrganizerLogPage" data-role="page" class="page type-interior organizePage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Auto-Organize" data-require="jqmtable,scripts/autoorganizelog,scripts/taskbutton,detailtablecss">
2014-01-20 23:10:58 -07:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-04-14 20:54:52 -07:00
<a href="#" data-role="button" class="ui-btn-active">${TabActivityLog}</a>
<a href="autoorganizetv.html" data-role="button">${TabTV}</a>
2016-02-17 20:18:28 -07:00
<a href="autoorganizesmart.html" data-role="button">${TabSmartMatches}</a>
2014-01-20 23:10:58 -07:00
</div>
2014-03-01 10:53:56 -07:00
<div style="margin: -25px 0 1em; text-align: right;">
2014-01-22 10:05:06 -07:00
<div class="listTopPaging" style="float: left; position: relative; top: 15px;">
2014-01-20 23:10:58 -07:00
</div>
2014-01-22 10:05:06 -07:00
2015-01-20 14:32:48 -07:00
<div style="float: right; position: relative; top: 15px;margin-top: -5px;display:none;" class="organizeTaskPanel">
2016-02-08 19:15:26 -07:00
<paper-button type="button" class="btnClearLog" raised style="display: inline-block;"><iron-icon icon="clear-all"></iron-icon><span>${ButtonClear}</span></paper-button>
2015-10-14 15:35:32 -07:00
<paper-button type="button" class="btnOrganize" raised><iron-icon icon="check"></iron-icon><span>${ButtonOrganize}</span></paper-button>
2015-01-20 13:19:54 -07:00
<progress max="100" min="0" style="width:100px;display:none;" class="organizeProgress"></progress>
</div>
<br />
2014-01-22 10:05:06 -07:00
<div style="clear: both;"></div>
2014-01-20 23:10:58 -07:00
</div>
2014-07-11 19:31:08 -07:00
<table data-role="table" data-mode="reflow" class="tblOrganizationResults stripedTable ui-responsive table-stroke">
2014-01-20 23:10:58 -07:00
<thead>
<tr>
2014-04-14 20:54:52 -07:00
<th data-priority="2">${HeaderDate}</th>
<th data-priority="1">${HeaderSource}</th>
<th data-priority="3">${HeaderDestination}</th>
2015-09-06 12:09:36 -07:00
<th data-priority="1"></th>
2014-01-20 23:10:58 -07:00
</tr>
</thead>
<tbody class="resultBody"></tbody>
2014-01-20 23:10:58 -07:00
</table>
<br />
2015-01-20 13:19:54 -07:00
<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>
2014-04-14 20:54:52 -07:00
<span>${LabelCompleted}</span>
2015-01-20 13:19:54 -07:00
<div style="display: inline-block; height: 10px; width: 10px; background: red; margin-left: 1em;margin-right:1px;"></div>
2014-04-14 20:54:52 -07:00
<span>${LabelFailed}</span>
2015-01-20 13:19:54 -07:00
<div style="display: inline-block; height: 10px; width: 10px; background: blue; margin-left: 1em;margin-right:1px;"></div>
2014-04-14 20:54:52 -07:00
<span>${LabelSkipped}</span>
2014-01-22 10:05:06 -07:00
</div>
2014-01-20 23:10:58 -07:00
<div class="listBottomPaging">
</div>
</div>
</div>
</div>
</body>
</html>