summaryrefslogtreecommitdiffstats
path: root/templates/importScreen.html
blob: bcfb79f924791c855c2a3cd252b0db29acb663ae (plain)
1
2
3
4
5
6
7
8
9
<div id="importscreen-wrapper" ng-show="ctrl.importing">
	<div id="importscreen-content">
		<span class="icon-upload"></span>
		<h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
		<progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
		<span id="importscreen-user">{{ctrl.importedUser}}</span>
		<span id="importscreen-percent">{{ctrl.importPercent}} %</span>
	</div>
</div>