mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
44 lines
1.9 KiB
HTML
44 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleSync}</title>
|
|
</head>
|
|
<body>
|
|
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabActivity}</a>
|
|
<a href="appservices.html?context=sync" data-role="button">${TabServices}</a>
|
|
<a href="syncsettings.html" data-role="button">${TabSettings}</a>
|
|
</div>
|
|
|
|
<div style="text-align:right;margin-top:-30px;">
|
|
<button type="button" class="btnSync" data-icon="refresh" data-mini="true" data-inline="true">${ButtonConvertMedia}</button>
|
|
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
|
|
</div>
|
|
<br />
|
|
<div class="staticSupporterPromotion supporterPromotion syncPromotion" style="display:none;">
|
|
<a class="btn btnActionAccent" href="supporter.html" style="font-size:14px;">
|
|
<div>
|
|
${HeaderSyncRequiresSupporterMembership}
|
|
</div>
|
|
<div>
|
|
${HeaderEnjoyDayTrial}
|
|
</div>
|
|
<div style="font-weight:normal;font-size:90%;margin-top:5px;">
|
|
${ButtonLearnMore}
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="syncActivity">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|