2014-12-12 22:56:30 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleSync}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-12-31 01:24:49 -05:00
|
|
|
|
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage">
|
2014-12-12 22:56:30 -05: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>
|
|
|
|
|
<a href="syncsettings.html" data-role="button">${TabSettings}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-01-20 16:32:48 -05:00
|
|
|
|
<div style="text-align:right;margin-top:-40px;">
|
2015-01-20 15:19:54 -05:00
|
|
|
|
<button type="button" class="btnSync" data-icon="cloud" data-mini="true" data-inline="true">${ButtonConvertMedia}</button>
|
|
|
|
|
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2014-12-12 22:56:30 -05:00
|
|
|
|
<div class="syncActivity">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|