jellyfin-web/dashboard-ui/mysync.html

40 lines
1.5 KiB
HTML
Raw Normal View History

<div id="mySyncActivityPage" data-role="page" class="page libraryPage syncActivityPage mySyncPage noSecondaryNavPage" data-title="${TitleSync}">
2014-12-30 23:24:49 -07:00
2016-08-16 22:29:05 -07:00
<style>
.status-text-icon {
2016-08-17 12:28:43 -07:00
font-size: 94%;
2016-08-16 22:29:05 -07:00
background-color: #444;
2016-08-17 12:28:43 -07:00
display: inline-flex;
align-items: center;
text-align: center;
justify-content: center;
2016-08-16 22:29:05 -07:00
}
2016-08-17 12:28:43 -07:00
2016-08-16 22:29:05 -07:00
.zeroProgressStatus {
background-color: #444;
}
</style>
2016-03-15 22:33:31 -07:00
<div data-role="content">
2014-12-30 23:24:49 -07:00
2016-08-16 22:29:05 -07:00
<div class="supporterPromotionContainer hide" style="text-align: right; position: static;">
2016-03-15 22:33:31 -07:00
<div class="customSupporterPromotion supporterPromotion inlineSupporterPromotion">
2016-09-08 23:59:23 -07:00
<button is="emby-button" type="button" class="raised button-accent block btnSyncSupporter">
2016-03-15 22:33:31 -07:00
<div class="mainText">
</div>
<div class="btnLearnMore" style="font-weight: normal; margin-top: .25em;">
${ButtonLearnMore}
</div>
2016-06-04 20:50:07 -07:00
</button>
2015-07-29 10:16:00 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
<div class="ehsContent" style="clear:both;">
<br />
<div class="localSyncStatus hide" style="text-align:right;margin:0 0 1em;">
2016-09-08 23:59:23 -07:00
<button type="button" is="emby-button" class="btnSyncNow mini button-accent fab autoSize" style="margin-right:.5em;"><i class="md-icon">sync</i></button>
2016-03-15 22:33:31 -07:00
</div>
<div class="syncActivity">
2014-12-30 23:24:49 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>