2 <html i18n-values=
"dir:textdirection;">
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">
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>
28 <script src=
"chrome://help-frame/help.js"></script>
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">
37 <div id=
"help-page" class=
"page">
39 <h1 i18n-content=
"aboutTitle"></h1>
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>
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>
54 <div id=
"version-container">
55 <div i18n-content=
"browserVersion" dir=
"ltr"></div>
56 <if expr=
"pp_ifdef('chromeos')">
58 <span i18n-content=
"platform"></span> <span id=
"os-version"></span>
61 <span i18n-content=
"firmware"></span> <span id=
"firmware"></span>
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">
70 <div id=
"allowed-connection-types-message" hidden
></div>
73 <div id=
"update-buttons-container">
74 <div id=
"update-percentage" hidden
></div>
76 <button id=
"promote" i18n-content=
"promote" hidden
></button>
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
>
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>
95 <div id=
"channel-change-confirmation" hidden
></div>
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
>
103 <div id=
"channel-change-disallowed-icon"
104 class=
"help-page-icon" hidden
>
108 <h3 i18n-content=
"webkit"></h3>
109 <div i18n-content=
"webkitVersion" dir=
"ltr"></div>
112 <h3 i18n-content=
"jsEngine" dir=
"ltr"></h3>
113 <div i18n-content=
"jsEngineVersion"></div>
116 <h3 i18n-content=
"userAgent"></h3>
117 <div i18n-content=
"userAgentInfo" dir=
"ltr"></div>
120 <h3 i18n-content=
"commandLine"></h3>
121 <div i18n-content=
"commandLineInfo" dir=
"ltr"></div>
123 <section id=
"build-date-container" class=
"empty">
124 <h3 i18n-content=
"buildDate"></h3>
125 <div id=
"build-date"></div>
128 <button id=
"more-info-expander" class=
"link-button"
129 i18n-content=
"showMoreInfo">
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>
140 <if expr=
"pp_ifdef('_google_chrome')">
141 <div id=
"product-tos"></div>
146 <script src=
"chrome://help-frame/strings.js"></script>
147 <script src=
"chrome://resources/js/i18n_template2.js"></script>