blob: 6b120c51cef0f1126e995e2513c0b5e19685e562 [file] [log] [blame]
avm99963cbea3142019-03-28 00:48:15 +01001<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Options</title>
avm999636d9c5fe2019-06-04 00:35:53 +02006 <link rel="stylesheet" href="options.css">
avm99963cbea3142019-03-28 00:48:15 +01007 </head>
8 <body>
avm99963122dc9b2019-03-30 18:44:18 +01009 <p>
avm99963a3d1ef32019-03-30 23:33:29 +010010 <input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br>
avm999636d9c5fe2019-06-04 00:35:53 +020011 <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label><br>
12 <input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label>
avm99963122dc9b2019-03-30 18:44:18 +010013 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010014 <h4 data-i18n="enhancements"></h4>
avm99963122dc9b2019-03-30 18:44:18 +010015 <p>
avm99963a3d1ef32019-03-30 23:33:29 +010016 <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br>
17 <input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
avm999636d9c5fe2019-06-04 00:35:53 +020018 <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br>
19 <input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span style="color: gray;" data-i18n="experimental_label"></span>
avm99963122dc9b2019-03-30 18:44:18 +010020 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010021 <p style="text-align: center;"><button id="save" data-i18n="save"></button></p>
avm99963cbea3142019-03-28 00:48:15 +010022 <script src="options.js"></script>
23 </body>
24</html>