File: interstitial_large.html

package info (click to toggle)
chromium 139.0.7258.138-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,120,676 kB
  • sloc: cpp: 35,100,869; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (78 lines) | stat: -rw-r--r-- 3,388 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
  <meta charset="utf-8">
  <meta name="color-scheme" content="light dark">
  <meta name="theme-color" content="#fff">
  <meta name="viewport"
      content="initial-scale=1, minimum-scale=1, width=device-width">
  <meta http-equiv="Content-Security-Policy"
      content="require-trusted-types-for 'script'; trusted-types;">
  <title>$i18n{tabTitle}</title>
  <link rel="stylesheet" href="../../common/resources/interstitial_core.css">
  <link rel="stylesheet" href="../../common/resources/interstitial_common.css">
  <link rel="stylesheet" href="interstitial_badclock.css">
  <link rel="stylesheet" href="interstitial_captiveportal.css">
  <link rel="stylesheet" href="interstitial_httpsonly.css">
  <link rel="stylesheet" href="interstitial_insecureform.css">
  <link rel="stylesheet" href="interstitial_lookalikeurl.css">
  <link rel="stylesheet" href="interstitial_safebrowsing.css">
  <link rel="stylesheet" href="interstitial_safebrowsing_shared.css">
  <link rel="stylesheet" href="interstitial_ssl.css">
  <link rel="stylesheet" href="interstitial_enterpriseblock.css">
  <link rel="stylesheet" href="interstitial_enterprisewarn.css">
  <link rel="stylesheet" href="interstitial_superviseduserverify.css">
  <link rel="stylesheet" href="interstitial_managedprofilerequired.css">
<if expr="not optimize_webui">
  <script src="%ROOT_GEN_DIR%/components/security_interstitials/core/browser/resources/interstitial_large/interstitial_large.rollup.js"></script>
</if>
<if expr="optimize_webui">
  <script src="%ROOT_GEN_DIR%/components/security_interstitials/core/browser/resources/minified/interstitial_large/interstitial_large.rollup.js"></script>
</if>
</head>
<body id="body" <if expr="is_ios">style="font-size: $i18n{fontsize}"</if>>
  <div class="interstitial-wrapper">
    <div id="main-content">
      <div class="icon" id="icon"></div>
      <div id="main-message">
        <h1>$i18nRaw{heading}</h1>
        <p>$i18nRaw{primaryParagraph}</p>
        <div id="debugging">
          <div id="error-code" class="error-code"></div>
          <div id="error-debugging-info" class="hidden"></div>
        </div>
      </div>
      <div id="blocked-site-message" class="hidden">
        <p id="blocked-site-message-header"></p>
        <p id="blocked-site-message-reason"></p>
      </div>
      <div id="extended-reporting-opt-in" class="hidden">
        <label>
          <div class="checkboxes">
            <input type="checkbox" id="opt-in-checkbox">
            <span class="checkbox"></span>
          </div>
          <span id="opt-in-label">$i18nRaw{optInLink}</span>
        </label>
      </div>
      <div id="enhanced-protection-message" class="hidden">
        <label>
          <div class="icon"></div>
          <div>$i18nRaw{enhancedProtectionMessage}</div>
        </label>
      </div>
    </div>
    <div class="nav-wrapper">
      <button id="primary-button">$i18n{primaryButtonText}</button>
      <button id="proceed-button" class="secondary-button small-link hidden"></button>
      <button id="details-button" class="secondary-button small-link">
        $i18n{openDetails}
      </button>
    </div>
    <div id="details" class="hidden">
      <p>$i18nRaw{explanationParagraph}</p>
      <p id="final-paragraph">$i18nRaw{finalParagraph}</p>
    </div>
  </div>
</body>
</html>