2014-12-12 20:56:30 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleSync}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-08 22:56:46 -07:00
|
|
|
|
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync" data-require="scripts/syncactivity,scripts/taskbutton">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabActivity}</a>
|
2015-03-30 09:16:34 -07:00
|
|
|
|
<a href="appservices.html?context=sync" data-role="button">${TabServices}</a>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<a href="syncsettings.html" data-role="button">${TabSettings}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-07-29 19:08:35 -07:00
|
|
|
|
<div style="text-align:right;margin-top:-10px;">
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<paper-button raised class="btnSync"><iron-icon icon="sync"></iron-icon><span>${ButtonConvertMedia}</span></paper-button>
|
2015-01-20 13:19:54 -07:00
|
|
|
|
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<div class="supporterPromotionContainer" style="display:none;">
|
|
|
|
|
<div class="customSupporterPromotion supporterPromotion">
|
2016-02-11 21:33:14 -07:00
|
|
|
|
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<paper-button raised class="block" style="text-transform:none;background-color:#52B54B;color:#fff;">
|
|
|
|
|
<div class="mainText">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btnLearnMore" style="font-weight: normal; margin-top: 5px;">
|
|
|
|
|
${ButtonLearnMore}
|
|
|
|
|
</div>
|
|
|
|
|
</paper-button>
|
2015-07-29 10:16:00 -07:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2015-01-24 15:33:26 -07:00
|
|
|
|
</div>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<div class="syncActivity">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|