File: archive.template.html

package info (click to toggle)
firefox 141.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,550,588 kB
  • sloc: cpp: 7,426,506; javascript: 6,367,238; ansic: 3,707,351; python: 1,369,002; xml: 623,983; asm: 426,918; java: 184,324; sh: 64,488; makefile: 19,203; objc: 13,059; perl: 12,955; yacc: 4,583; cs: 3,846; pascal: 3,352; lex: 1,720; ruby: 1,071; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10
file content (57 lines) | stat: -rw-r--r-- 2,148 bytes parent folder | download | duplicates (4)
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
#if 0
#
# 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/.
#
# This template file is used to construct the single-file archive of a backup.
# This template file is part of our source code, and so this is why we include
# the license header above. We do not, however, want to apply the header to
# backup files that are generated via this template. This is why we use the
# pre-processor mechanism to remove this comment block at build time.
#
# See Archive.worker.mjs for more details on how this template is used.
#
#endif
<!DOCTYPE html>
<!-- Version: 1 -->
<html>
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title data-l10n-id="backup-file-title"></title>
    <style>
    {{styles}}
    </style>
  </head>
  <body>
    <img id="logo" role="presentation" />
    <h1 data-l10n-id="backup-file-header"></h1>
    <p data-l10n-id="backup-file-intro">
      <a data-l10n-name="backup-file-support-link" id="support-link" target="_blank"></a>
    </p>
    <ul>
      <li id="last-backed-up" data-l10n-id="backup-file-last-backed-up"></li>
      <li id="encryption-state"></li>
      <li id="creation-device" data-l10n-id="backup-file-creation-device"></li>
    </ul>
    <hr />
    <section class="moz-browser">
      <h2 data-l10n-id="backup-file-how-to-restore-header"></h2>
      <ol>
        <li data-l10n-id="backup-file-moz-browser-restore-step-1"></li>
        <li data-l10n-id="backup-file-moz-browser-restore-step-2"></li>
        <li data-l10n-id="backup-file-moz-browser-restore-step-3"></li>
      </ol>
    </section>
    <section class="other-browser">
      <ol>
        <li><span data-l10n-id="backup-file-other-browser-restore-step-1"></span><a id="download-moz-browser" class="button-link" data-l10n-id="backup-file-download-moz-browser-button"></a></li>
        <li data-l10n-id="backup-file-other-browser-restore-step-2"></li>
      </ol>
    </section>
  </body>
  <script>
  {{script}}
  </script>
</html>