aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-ui.html
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-02-19 21:06:09 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-02-19 21:06:09 +0100
commitfe2f8acc8210c2ddead4621797b47106a9b38f5b (patch)
tree5fb103d45d7e4345f56fc068ce8173b82fa7051f /cloud-ui.html
downloadematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.tar.lz
ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.tar.xz
ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.zip
Fork uMatrix
Pretty much just changing the name and the copyright.
Diffstat (limited to 'cloud-ui.html')
-rw-r--r--cloud-ui.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/cloud-ui.html b/cloud-ui.html
new file mode 100644
index 0000000..3053d7a
--- /dev/null
+++ b/cloud-ui.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title></title>
+</head>
+<body>
+<button id="cloudPush" type="button" title="cloudPush"></button>
+<span data-i18n="cloudNoData"></span>
+<button id="cloudPull" type="button" title="cloudPull" disabled></button>
+<button id="cloudPullAndMerge" type="button" title="cloudPullAndMerge" disabled></button>
+<p id="cloudError"><span></span></p>
+<span id="cloudCog" class="fa">&#xf013;</span>
+<div id="cloudOptions">
+ <div>
+ <p><label data-i18n="cloudDeviceNamePrompt"></label> <input id="cloudDeviceName" type="text" value="">
+ <p><button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button>
+ </div>
+</div>
+</body>
+</html>