-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.html
27 lines (26 loc) · 875 Bytes
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<link rel="stylesheet" href="styles.css">
<script src="js/options.js"></script>
</head>
<body class="options-page">
<h1 data-translate="optTitle">Options</h1>
<p data-translate="optHelp">
Replace search string with %s and use %i for current site url
</p>
<div class="options-list">
</div>
<div class="options-new">
<h3 data-translate="optAddElementTitle">Add new element</h3>
<div class="options-row">
<input type="text" name="name" value=""/><input type="text" name="url" value=""/><button>X</button>
</div>
<button data-translate="optAdd">
Add
</button>
<button data-translate="optSave">
Save
</button>
</div>
</body>
</html>