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 | a23bf1e | 2020-12-25 03:02:10 +0100 | [diff] [blame] | 8 | <link rel="stylesheet" href="chrome_style/chrome_style.css"> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 9 | </head> |
| 10 | <body> |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 11 | <a href="https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+/master/docs/features.md" target="_blank" class="features-link"> |
| 12 | <!-- |
| 13 | Material Design Icon - action/help_outline |
| 14 | - LICENSE: Apache License Version 2.0 |
| 15 | - Source: https://github.com/google/material-design-icons/ |
| 16 | - Author: Google LLC |
| 17 | --> |
| 18 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-4h2v2h-2zm1.61-9.96c-2.06-.3-3.88.97-4.43 2.79-.18.58.26 1.17.87 1.17h.2c.41 0 .74-.29.88-.67.32-.89 1.27-1.5 2.3-1.28.95.2 1.65 1.13 1.57 2.1-.1 1.34-1.62 1.63-2.45 2.88 0 .01-.01.01-.01.02-.01.02-.02.03-.03.05-.09.15-.18.32-.25.5-.01.03-.03.05-.04.08-.01.02-.01.04-.02.07-.12.34-.2.75-.2 1.25h2c0-.42.11-.77.28-1.07.02-.03.03-.06.05-.09.08-.14.18-.27.28-.39.01-.01.02-.03.03-.04.1-.12.21-.23.33-.34.96-.91 2.26-1.65 1.99-3.56-.24-1.74-1.61-3.21-3.35-3.47z"/></svg> |
| 19 | </a> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 20 | <form> |
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame] | 21 | <div class="option"><input type="checkbox" id="list"> <label for="list" data-i18n="list"></label></div> |
| 22 | <div class="option"><input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label></div> |
| 23 | <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] | 24 | <h4 data-i18n="enhancements"></h4> |
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame] | 25 | <div class="option"><input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label></div> |
| 26 | <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> |
| 27 | <div class="option"><input type="checkbox" id="history"> <label for="history" data-i18n="history"></label></div> |
| 28 | <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> |
| 29 | <div class="option"><input type="checkbox" id="increasecontrast"> <label for="increasecontrast" data-i18n="increasecontrast"></label></div> |
| 30 | <div class="option"><input type="checkbox" id="stickysidebarheaders"> <label for="stickysidebarheaders" data-i18n="stickysidebarheaders"></label></div> |
| 31 | <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> |
| 32 | <div class="option"><input type="checkbox" id="ccforcehidedrawer"> <label for="ccforcehidedrawer" data-i18n="ccforcehidedrawer"></label></div> |
| 33 | <div id="dragndrop-wrapper" class="option" hidden><input type="checkbox" id="ccdragndropfix"> <label for="ccdragndropfix" data-i18n="ccdragndropfix"></label></div> |
avm99963 | f592396 | 2020-12-07 16:44:37 +0100 | [diff] [blame] | 34 | <div class="option"><input type="checkbox" id="batchlock"> <label for="batchlock" data-i18n="batchlock"></label> <span class="experimental-label" data-i18n="experimental_label"></span></div> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 35 | <h4 data-i18n="profileindicator_header"></h4> |
avm99963 | cd7c88e | 2020-12-07 11:12:46 +0100 | [diff] [blame] | 36 | <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> |
| 37 | <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> |
| 38 | <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> |
| 39 | <div class="actions"><button id="save" data-i18n="save"></button></div> |
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 40 | </form> |
avm99963 | 8e03061 | 2020-08-20 02:54:17 +0200 | [diff] [blame] | 41 | <div id="save-indicator"></div> |
avm99963 | 0991c69 | 2020-12-25 03:18:02 +0100 | [diff] [blame^] | 42 | <script src="../common/common.js"></script> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 43 | <script src="options.js"></script> |
| 44 | </body> |
| 45 | </html> |