Index: go-back-with-backspace/pages/options.html |
diff --git a/go-back-with-backspace/pages/options.html b/go-back-with-backspace/pages/options.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aac59954b172321ff326a48afadda1c38421ab10 |
--- /dev/null |
+++ b/go-back-with-backspace/pages/options.html |
@@ -0,0 +1,31 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title i18n="optionsTitle">TITLE</title> |
+ <link rel="stylesheet" type="text/css" href="options.css"> |
+</head> |
+ |
+<body> |
+ <span i18n="optionsBlacklist"></span><br> |
+ <textarea id="blacklist" rows="8"></textarea><br> |
+ |
+ <div class="applets"> |
+ <input type="checkbox" id="disableInApplets"> |
+ <label i18n="optionsAppletCheckbox" for="disableInApplets"></label><br> |
+ <div class="whitelist"> |
+ <span i18n="optionsWhitelist" class="toggled"></span><br> |
+ <textarea id="whitelist" rows="8" class="toggled"></textarea><br> |
+ </div> |
+ </div> |
+ |
+ <div id="error"> </div> |
+ <a href="" i18n="sendFeedback" id="report_page"></a> |
+ <div class="buttons"> |
+ <button i18n="optionsSave" id="done_button"></button> |
+ <button i18n="optionsCancel" id="cancel_button"></button> |
+ </div> |
+ |
+ <script src="common.js"></script> |
+ <script src="options.js"></script> |
+</body> |
+</html> |