• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html i18n-values="dir:textdirection;">
3<head>
4  <meta charset="utf-8">
5  <title i18n-content="helpTitle"></title>
6  <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7  <link rel="stylesheet" href="../uber/uber_shared.css">
8  <link rel="stylesheet" href="help.css">
9<if expr="pp_ifdef('chromeos')">
10  <link rel="stylesheet" href="chrome://resources/css/bubble.css">
11  <link rel="stylesheet" href="chrome://resources/css/overlay.css">
12  <link rel="stylesheet" href="channel_change_page.css">
13</if>
14
15  <script src="chrome://resources/js/cr.js"></script>
16  <script src="chrome://resources/js/load_time_data.js"></script>
17  <script src="chrome://resources/js/util.js"></script>
18  <script src="chrome://resources/js/cr/ui.js"></script>
19  <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
20  <script src="chrome://help-frame/help_focus_manager.js"></script>
21  <script src="chrome://help-frame/help_base_page.js"></script>
22<if expr="pp_ifdef('chromeos')">
23  <script src="chrome://resources/js/cr/ui/bubble.js"></script>
24  <script src="chrome://resources/js/cr/ui/overlay.js"></script>
25  <script src="chrome://resources/js/event_tracker.js"></script>
26  <script src="chrome://help-frame/channel_change_page.js"></script>
27</if>
28  <script src="chrome://help-frame/help.js"></script>
29</head>
30<body class="uber-frame"
31    i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
32  <div id="overlay-container" class="overlay" hidden>
33<if expr="pp_ifdef('chromeos')">
34    <include src="channel_change_page.html">
35</if>
36  </div>
37  <div id="help-page" class="page">
38    <header>
39      <h1 i18n-content="aboutTitle"></h1>
40    </header>
41    <div id="about-container">
42      <img src="chrome://theme/IDR_PRODUCT_LOGO_32">
43      <div id="product-description">
44        <h2 i18n-content="aboutProductTitle"></h2>
45        <span i18n-content="aboutProductDescription"></span>
46      </div>
47    </div>
48    <div id="help-container">
49      <button id="get-help" i18n-content="getHelpWithChrome"></button>
50<if expr="pp_ifdef('_google_chrome')">
51      <button id="report-issue" i18n-content="reportAnIssue"></button>
52</if>
53    </div>
54    <div id="version-container">
55      <div i18n-content="browserVersion" dir="ltr"></div>
56<if expr="pp_ifdef('chromeos')">
57      <div>
58        <span i18n-content="platform"></span>&nbsp;<span id="os-version"></span>
59      </div>
60      <div>
61        <span i18n-content="firmware"></span>&nbsp;<span id="firmware"></span>
62      </div>
63</if>
64<if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux">
65      <div id="update-status-container" hidden>
66        <div id="update-status-icon" class="help-page-icon up-to-date"></div>
67        <div id="update-status-message-container">
68          <div id="update-status-message" i18n-content="updateCheckStarted">
69          </div>
70          <div id="allowed-connection-types-message" hidden></div>
71        </div>
72      </div>
73      <div id="update-buttons-container">
74        <div id="update-percentage" hidden></div>
75<if expr="is_macosx">
76        <button id="promote" i18n-content="promote" hidden></button>
77</if>
78        <button id="relaunch" i18n-content="relaunch" hidden></button>
79<if expr="pp_ifdef('chromeos')">
80        <button id="relaunch-and-powerwash"
81            i18n-content="relaunchAndPowerwash" hidden>
82        </button>
83</if>
84      </div>
85</if>
86<if expr="pp_ifdef('chromeos')">
87      <div id="more-info-container">
88        <section id="channel-changer-container" hidden>
89          <h3 i18n-content="channel"></h3>
90          <select id="channel-changer">
91            <option value="stable-channel" i18n-content="stable"></option>
92            <option value="beta-channel" i18n-content="beta"></option>
93            <option value="dev-channel" i18n-content="dev"></option>
94          </select>
95          <div id="channel-change-confirmation" hidden></div>
96        </section>
97        <section id="channel-change-page-container" hidden>
98          <h3 i18n-content="channel"></h3>
99          <div id="current-channel"></div>
100          <button id="change-channel"
101              i18n-content="channelChangeButton" disabled>
102          </button>
103          <div id="channel-change-disallowed-icon"
104              class="help-page-icon" hidden>
105          </div>
106        </section>
107        <section>
108          <h3 i18n-content="webkit"></h3>
109          <div i18n-content="webkitVersion" dir="ltr"></div>
110        </section>
111        <section>
112          <h3 i18n-content="jsEngine" dir="ltr"></h3>
113          <div i18n-content="jsEngineVersion"></div>
114        </section>
115        <section>
116          <h3 i18n-content="userAgent"></h3>
117          <div i18n-content="userAgentInfo" dir="ltr"></div>
118        </section>
119        <section>
120          <h3 i18n-content="commandLine"></h3>
121          <div i18n-content="commandLineInfo" dir="ltr"></div>
122        </section>
123        <section id="build-date-container" class="empty">
124          <h3 i18n-content="buildDate"></h3>
125          <div id="build-date"></div>
126        </section>
127      </div>
128      <button id="more-info-expander" class="link-button"
129          i18n-content="showMoreInfo">
130      </button>
131</if>
132    </div>
133    <div id="product-container">
134      <div i18n-content="productName"></div>
135      <div i18n-content="productCopyright"></div>
136      <div id="product-license"></div>
137<if expr="pp_ifdef('chromeos')">
138      <div id="product-os-license"></div>
139</if>
140<if expr="pp_ifdef('_google_chrome')">
141      <div id="product-tos"></div>
142</if>
143    </div>
144  </div>
145</body>
146<script src="chrome://help-frame/strings.js"></script>
147<script src="chrome://resources/js/i18n_template2.js"></script>
148</html>
149