Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit 893b885

Browse files
committed
AMO validation errors: do not rely on innerHTML
1 parent acf318d commit 893b885

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/cloud-ui.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title></title>
6+
</head>
7+
<body>
8+
<button id="cloudPush" type="button" title="cloudPush"></button>
9+
<span data-i18n="cloudNoData"></span>
10+
<button id="cloudPull" type="button" title="cloudPull" disabled></button>
11+
<button id="cloudPullAndMerge" type="button" title="cloudPullAndMerge" disabled></button>
12+
<p id="cloudError"><span></span></p>
13+
<span id="cloudCog" class="fa">&#xf013;</span>
14+
<div id="cloudOptions">
15+
<div>
16+
<p><label data-i18n="cloudDeviceNamePrompt"></label> <input id="cloudDeviceName" type="text" value="">
17+
<p><button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button>
18+
</div>
19+
</div>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)