summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/pages/options/index.html
blob: b6bdc337cfb3262310be821d13f64591459859c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title></title>
    <link href="style.css" rel="stylesheet">
  </head>
  <body class="font">
    <section class="header-wrapper">
      <span class="button section-header-span active" data-show="general-settings-wrapper" data-i18n="options_generalSettings"></span>
      <span class="button section-header-span inactive" data-show="advanced-settings-wrapper" data-i18n="options_advancedSettings"></span>
      <span class="button section-header-span inactive" data-show="update-channels-wrapper" data-i18n="options_updateChannels"></span>
    </section>
    <div class="section-wrapper" id="general-settings-wrapper">
      <div id="update-wrapper" class="settings-wrapper">
        <input type="checkbox" id="autoUpdateRulesets">
        <label for="autoUpdateRulesets" data-i18n="options_autoUpdateRulesets"></label>
      </div>
      <div id="user-rules-wrapper">
        <p class="user-rules-wrapper-header" data-i18n="options_userRulesListed"></p>
      </div>
      <div id="disabled-rules-wrapper">
        <p class="disabled-rules-wrapper-header" data-i18n="options_disabledUrlsListed"></p>
        <div id="add-disabled-site-wrapper">
          <button class="button" id="add-disabled-site" data-i18n="options_addDisabledSite"></button>
          <input type="text" id="disabled-site" />
        </div>
        <div id="add-disabled-site-invalid-host" data-i18n="options_hostNotFormattedCorrectly"></div>
      </div>
    </div>

    <div class="section-wrapper" id="advanced-settings-wrapper">
      <div id="mixed-rulesets-wrapper" class="settings-wrapper">
        <input type="checkbox" id="enableMixedRulesets">
        <label for="enableMixedRulesets" data-i18n="options_enableMixedRulesets"></label>
      </div>
      <div id="show-devtools-tab-wrapper" class="settings-wrapper">
        <input type="checkbox" id="showDevtoolsTab">
        <label for="showDevtoolsTab" data-i18n="options_showDevtoolsTab"></label>
      </div>
    </div>

    <div class="section-wrapper" id="update-channels-wrapper">
      <div id="update-channels-error">
        <span id="update-channels-error-text"></span>
        <img id="update-channels-error-hide" src="/images/remove.png">
      </div>
      <div id="update-channels-warning" data-i18n="options_updateChannelsWarning"></div>
      <div id="update-channels-last-checked"></div>
      <div class="clearer"></div>
      <div id="update-channels-list"></div>
      <div id="add-update-channel-wrapper">
        <button class="button" id="add-update-channel" data-i18n="options_addUpdateChannel"></button>
        <input type="text" id="update-channel-name" />
      </div>
    </div>

    <a id="secretArea" href="/pages/debugging-rulesets/index.html" target="_blank" class="hidden" data-i18n="options_debuggingRulesets"></a>

    <script src="ux.js"></script>
    <script src="../translation.js"></script>
    <script src="../util.js"></script>
  </body>
</html>