summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 19:51:30 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 19:51:30 +0200
commit6a50ae44867b6ca9dd14692cb1cd402f50f653e2 (patch)
treee73c4e8e97a3dc528b8a94f393ec9dfe706fa075 /templates
parent4237fb27ebca53ee6698026cd503601fccd432c2 (diff)
Import service, screen and design
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/importScreen.html6
-rw-r--r--templates/main.php1
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/importScreen.html b/templates/importScreen.html
new file mode 100644
index 00000000..3559631b
--- /dev/null
+++ b/templates/importScreen.html
@@ -0,0 +1,6 @@
+<div id="importscreen-wrapper" ng-show="ctrl.importing">
+ <div id="importscreen-content">
+ <h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
+ <progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
+ </div>
+</div> \ No newline at end of file
diff --git a/templates/main.php b/templates/main.php
index 1f4a7f24..da634fa2 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -51,5 +51,6 @@ vendor_style('select2/select2');
<contactlist></contactlist>
</div>
<div class="app-content-detail" ng-view></div>
+ <importscreen></importscreen>
</div>
</div>