mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleSync}</title>
|
|
</head>
|
|
<body>
|
|
<div id="mySyncActivityPage" data-role="page" class="page libraryPage syncActivityPage mySyncPage noSecondaryNavPage" data-contextname="${TitleSync}" data-require="scripts/syncactivity,scripts/taskbutton">
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="supporterPromotionContainer" style="display:none;text-align: right;">
|
|
<div class="customSupporterPromotion supporterPromotion inlineSupporterPromotion">
|
|
<a class="btn btnActionAccent" href="http://emby.media/donate" target="_blank" style="font-size:14px;">
|
|
<div class="mainText">
|
|
</div>
|
|
<div class="btnLearnMore" 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>
|