aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
diff options
context:
space:
mode:
authorTeddy Wing2013-03-25 02:09:58 -0400
committerTeddy Wing2013-03-25 02:09:58 -0400
commit46c32a0728414a82560e3a521be61207fe6a727e (patch)
tree3ced2397190c80480f6e7802ee2e48a951066669 /options.html
parent7aa3121d48aa3399518e9a82d981edaee3a8d7ba (diff)
downloadScrumDo-Trellic-46c32a0728414a82560e3a521be61207fe6a727e.tar.bz2
Add options page
A minimal, unstyled options page for the extension is now accessible via the Chrome Extensions panel. This options page allows users to customise the refresh interval of the ScrumDo board page.
Diffstat (limited to 'options.html')
-rw-r--r--options.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/options.html b/options.html
new file mode 100644
index 0000000..083f5ba
--- /dev/null
+++ b/options.html
@@ -0,0 +1,22 @@
+<html>
+<head>
+ <title>ScrumDo Trellic Options</title>
+</head>
+
+<body>
+ <h1>ScrumDo Trellic Options</h1>
+
+ <div>
+ <label for="refresh-interval">Refresh Interval: </label>
+ <input type="text" id="refresh-interval" name="refresh-interval" />
+ in seconds (default: 60)
+ </div>
+
+ <br>
+ <div id="status"></div>
+ <button id="save">Save</button>
+</body>
+
+<script src="options.js"></script>
+
+</html> \ No newline at end of file