avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>Options</title> |
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 6 | <link rel="stylesheet" href="options.css"> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 7 | </head> |
| 8 | <body> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 9 | <form> |
| 10 | <p> |
| 11 | <input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br> |
| 12 | <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label><br> |
| 13 | <input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label> |
| 14 | </p> |
| 15 | <h4 data-i18n="enhancements"></h4> |
| 16 | <p> |
| 17 | <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br> |
| 18 | <input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| 19 | <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br> |
| 20 | <input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| 21 | <input type="checkbox" id="increasecontrast"> <label for="increasecontrast" data-i18n="increasecontrast"></label><br> |
| 22 | <input type="checkbox" id="stickysidebarheaders"> <label for="stickysidebarheaders" data-i18n="stickysidebarheaders"></label><br> |
avm99963 | 0bc113a | 2020-09-07 13:02:11 +0200 | [diff] [blame] | 23 | <input type="checkbox" id="ccdarktheme"> <label for="ccdarktheme" data-i18n="ccdarktheme"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
avm99963 | 129942f | 2020-09-08 02:07:18 +0200 | [diff] [blame^] | 24 | <input type="checkbox" id="ccforcehidedrawer"> <label for="ccforcehidedrawer" data-i18n="ccforcehidedrawer"></label><br> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 25 | </p> |
| 26 | <h4 data-i18n="profileindicator_header"></h4> |
| 27 | <p> |
| 28 | <input type="checkbox" id="profileindicator"> <label for="profileindicator" data-i18n="profileindicator"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| 29 | <input type="checkbox" id="profileindicatoralt"> <label for="profileindicatoralt" data-i18n="profileindicatoralt"></label> <span class="experimental-label" data-i18n="experimental_label"></span><br> |
| 30 | <a href="https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+/refs/heads/master/docs/op_indicator.md" target="_blank" rel="noreferrer noopener" data-i18n="profileindicator_moreinfo"></a><br> |
| 31 | </p> |
| 32 | <p class="actions"><button id="save" data-i18n="save"></button></p> |
| 33 | </form> |
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 34 | <div id="save-indicator"></div> |
avm99963 | 4c1a679 | 2020-08-31 21:30:42 +0200 | [diff] [blame] | 35 | <script src="common/common.js"></script> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 36 | <script src="options.js"></script> |
| 37 | </body> |
| 38 | </html> |