summaryrefslogtreecommitdiffstats
path: root/toolkit/content/aboutGlean.html
blob: 86e09467306610179c3a9aeccdfda25e9ec8b670 (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
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE html>

<html>
  <head>
    <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'"/>
    <meta charset="utf-8">
    <meta name="color-scheme" content="light dark">
    <title data-l10n-id="about-glean-page-title"></title>
    <link rel="stylesheet" href="chrome://global/content/aboutGlean.css"/>

    <script src="chrome://global/content/aboutGlean.js"></script>
    <link rel="localization" href="branding/brand.ftl"/>
    <link rel="localization" href="toolkit/about/aboutGlean.ftl"/>
  </head>

  <body>
    <section class="main-content">
      <div id="description">
        <p data-l10n-id="about-glean-description">
          <a data-l10n-name="glean-sdk-doc-link" href="https://mozilla.github.io/glean/book/index.html"></a>
          <a data-l10n-name="fog-debug-doc-link" href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html"></a>
        </p>
        <p data-l10n-id="about-glean-warning"></p>
      </div>
      <div id="controls">
        <div id="tag-pings-section">
          <label for="tag-pings" data-l10n-id="tag-pings-label"></label>
          <input type="text" name="tag-pings" id="tag-pings">
        </div>
        <div id="log-pings-section">
          <label for="log-pings" data-l10n-id="log-pings-label"></label>
          <input type="checkbox" name="log-pings" id="log-pings">
        </div>
        <div id="send-pings-section">
          <label for="send-pings" data-l10n-id="send-pings-label"></label>
          <input type="text" name="send-pings" id="send-pings">
        </div>
        <div id="submit">
          <button id="controls-submit" data-l10n-id="controls-button-label-verbose"></button>
        </div>
      </div>
    </section>
  </body>

</html>