1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/mysync.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2014-12-31 01:24:49 -05:00
<!DOCTYPE html>
<html>
<head>
<title>${TitleSync}</title>
</head>
<body>
2015-07-29 22:08:35 -04:00
<div id="mySyncActivityPage" data-role="page" class="page libraryPage syncActivityPage mySyncPage noSecondaryNavPage" data-contextname="${TitleSync}" data-require="scripts/syncactivity,scripts/taskbutton">
2014-12-31 01:24:49 -05:00
<div data-role="content">
2015-07-29 13:16:00 -04:00
<div class="supporterPromotionContainer" style="display:none;text-align: right;">
<div class="customSupporterPromotion supporterPromotion inlineSupporterPromotion">
2015-07-29 22:08:35 -04:00
<a class="btn btnActionAccent" href="http://emby.media/donate" target="_blank" style="font-size:14px;">
<div class="mainText">
2015-07-29 13:16:00 -04:00
</div>
2015-07-29 22:08:35 -04:00
<div class="btnLearnMore" style="font-weight:normal;font-size:90%;margin-top:5px;">
2015-07-29 13:16:00 -04:00
${ButtonLearnMore}
</div>
</a>
</div>
</div>
<div class="ehsContent" style="clear:both;">
2015-06-09 01:56:46 -04:00
<br />
2014-12-31 01:24:49 -05:00
<div class="syncActivity">
</div>
</div>
</div>
</div>
</body>
</html>