2016-08-16 22:46:15 -07:00
|
|
|
|
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
2016-08-17 12:28:43 -07:00
|
|
|
|
<style>
|
|
|
|
|
.status-text-icon {
|
|
|
|
|
font-size: 94%;
|
|
|
|
|
background-color: #444;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zeroProgressStatus {
|
|
|
|
|
background-color: #444;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="supporterPromotionContainer" style="display:none;">
|
|
|
|
|
<div class="customSupporterPromotion supporterPromotion">
|
|
|
|
|
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised block" style="text-transform:none;background-color:#52B54B;color:#fff;">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="mainText">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btnLearnMore" style="font-weight: normal; margin-top: 5px;">
|
|
|
|
|
${ButtonLearnMore}
|
|
|
|
|
</div>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</a>
|
2015-01-24 15:33:26 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-06-07 22:24:25 -07:00
|
|
|
|
<div style="text-align:right;">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnSync subdued">
|
|
|
|
|
<i class="md-icon">sync</i>
|
|
|
|
|
<span>${ButtonConvertMedia}</span>
|
|
|
|
|
</button>
|
2016-06-07 22:24:25 -07:00
|
|
|
|
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="syncActivity">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|