mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
40 lines
1.4 KiB
HTML
40 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleSync}</title>
|
|
</head>
|
|
<body>
|
|
<div id="mySyncActivityPage" data-role="page" class="page libraryPage syncActivityPage mySyncPage" data-contextname="${TitleSync}" data-require="scripts/syncactivity,scripts/taskbutton">
|
|
|
|
<div class="libraryViewNav">
|
|
<a href="#" class="ui-btn-active"><iron-icon icon="refresh"></iron-icon>${TabSyncJobs}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="supporterPromotionContainer" style="display:none;text-align: right;">
|
|
<div class="customSupporterPromotion supporterPromotion inlineSupporterPromotion">
|
|
<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>
|
|
<div class="ehsContent" style="clear:both;">
|
|
<br />
|
|
<div class="syncActivity">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|