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 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame^] | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 7 | <link rel="stylesheet" href="options.css"> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 8 | </head> |
| 9 | <body> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 10 | <form> |
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame^] | 11 | <div class="option"><input type="checkbox" id="list"> <label for="list" data-i18n="list"></label></div> |
| 12 | <div class="option"><input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label></div> |
| 13 | <div class="option"><input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label></div> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 14 | <h4 data-i18n="enhancements"></h4> |
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame^] | 15 | <div class="option"><input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label></div> |
| 16 | <div class="option"><input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span class="experimental-label" data-i18n="experimental_label"></span></div> |
| 17 | <div class="option"><input type="checkbox" id="history"> <label for="history" data-i18n="history"></label></div> |
| 18 | <div class="option"><input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span class="experimental-label" data-i18n="experimental_label"></span></div> |
| 19 | <div class="option"><input type="checkbox" id="increasecontrast"> <label for="increasecontrast" data-i18n="increasecontrast"></label></div> |
| 20 | <div class="option"><input type="checkbox" id="stickysidebarheaders"> <label for="stickysidebarheaders" data-i18n="stickysidebarheaders"></label></div> |
| 21 | <div class="option"><input type="checkbox" id="ccdarktheme"> <label for="ccdarktheme" data-i18n="ccdarktheme"></label> <span class="experimental-label" data-i18n="experimental_label"></span></div> |
| 22 | <div class="option"><input type="checkbox" id="ccforcehidedrawer"> <label for="ccforcehidedrawer" data-i18n="ccforcehidedrawer"></label></div> |
| 23 | <div id="dragndrop-wrapper" class="option" hidden><input type="checkbox" id="ccdragndropfix"> <label for="ccdragndropfix" data-i18n="ccdragndropfix"></label></div> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 24 | <h4 data-i18n="profileindicator_header"></h4> |
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame^] | 25 | <div class="option"><input type="checkbox" id="profileindicator"> <label for="profileindicator" data-i18n="profileindicator"></label> <span class="experimental-label" data-i18n="experimental_label"></span></div> |
| 26 | <div class="option"><input type="checkbox" id="profileindicatoralt"> <label for="profileindicatoralt" data-i18n="profileindicatoralt"></label> <span class="experimental-label" data-i18n="experimental_label"></span></div> |
| 27 | <div class="option"><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></div> |
| 28 | <div class="actions"><button id="save" data-i18n="save"></button></div> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 29 | </form> |
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 30 | <div id="save-indicator"></div> |
avm99963 | 4c1a679 | 2020-08-31 21:30:42 +0200 | [diff] [blame] | 31 | <script src="common/common.js"></script> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 32 | <script src="options.js"></script> |
| 33 | </body> |
| 34 | </html> |