2014-12-30 23:24:49 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleSync}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-08 22:56:46 -07:00
|
|
|
|
<div id="mySyncActivityPage" data-role="page" class="page libraryPage syncActivityPage mySyncPage" data-contextname="${TitleSync}" data-require="scripts/syncactivity,scripts/taskbutton">
|
2014-12-30 23:24:49 -07:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav">
|
2015-07-09 21:44:21 -07:00
|
|
|
|
<a href="#" class="ui-btn-active"><iron-icon icon="refresh"></iron-icon>${TabSyncJobs}</a>
|
2014-12-30 23:24:49 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
2015-07-29 10:16:00 -07:00
|
|
|
|
<div class="supporterPromotionContainer" style="display:none;text-align: right;">
|
|
|
|
|
<div class="customSupporterPromotion supporterPromotion inlineSupporterPromotion">
|
|
|
|
|
<a class="btn btnActionAccent" href="supporter.html" style="font-size:14px;">
|
|
|
|
|
<div>
|
|
|
|
|
${HeaderSyncRequiresSupporterMembership}
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
${HeaderEnjoyDayTrial}
|
|
|
|
|
</div>
|
|
|
|
|
<div style="font-weight:normal;font-size:90%;margin-top:5px;">
|
|
|
|
|
${ButtonLearnMore}
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ehsContent" style="clear:both;">
|
2015-06-08 22:56:46 -07:00
|
|
|
|
<br />
|
2014-12-30 23:24:49 -07:00
|
|
|
|
<div class="syncActivity">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|