blob: 79b90935de77b222d9ecace57f946051b08ad46d (
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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<div class="content-area">
<div id="about-container">
<img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x,
chrome://theme/current-channel-logo@2x 2x"
alt="">
<div id="product-description">
<h2 i18n-content="aboutProductTitle"></h2>
<span i18n-content="aboutProductDescription"></span>
</div>
</div>
<div id="help-container">
<button id="get-help" i18n-content="getHelpWithChrome"></button>
<if expr="_google_chrome">
<button id="report-issue" i18n-content="reportAnIssue"></button>
</if>
</div>
<div id="version-container">
<div i18n-content="browserVersion" dir="ltr"></div>
<if expr="chromeos">
<div>
<span i18n-content="platform"></span> <span id="os-version"></span>
</div>
<div>
<span i18n-content="firmware"></span> <span id="firmware"></span>
</div>
</if>
<if expr="chromeos or _google_chrome or is_linux">
<div id="update-status-container" hidden>
<div id="update-status-icon" class="help-page-icon up-to-date"></div>
<div id="update-status-message-container">
<div id="update-status-message" i18n-content="updateCheckStarted">
</div>
<if expr="is_macosx or is_win">
<div id="update-obsolete-system-container" hidden>
<span id="update-obsolete-system"
i18n-content="updateObsoleteSystem"></span>
<a i18n-values="href:updateObsoleteSystemURL"
i18n-content="learnMore" target="_blank"></a>
</div>
</if>
<div id="allowed-connection-types-message" hidden></div>
</div>
</div>
<div id="update-buttons-container">
<div id="update-percentage" hidden></div>
<if expr="is_macosx">
<button id="promote" i18n-content="promote" hidden></button>
</if>
<button id="relaunch" i18n-content="relaunch" hidden></button>
<if expr="chromeos">
<button id="relaunch-and-powerwash"
i18n-content="relaunchAndPowerwash" hidden>
</button>
<button id="request-update" i18n-content="updateButton">
</button>
<div id="controlled-feature-icon" class="help-page-icon" hidden></div>
</if>
</div>
</if>
<if expr="chromeos">
<div id="more-info-container">
<section id="channel-changer-container" hidden>
<h3 i18n-content="channel"></h3>
<select id="channel-changer">
<option value="stable-channel" i18n-content="stable"></option>
<option value="beta-channel" i18n-content="beta"></option>
<option value="dev-channel" i18n-content="dev"></option>
</select>
<div id="channel-change-confirmation" hidden></div>
</section>
<section id="channel-change-page-container" hidden>
<h3 i18n-content="channel"></h3>
<div id="current-channel"></div>
<button id="change-channel"
i18n-content="channelChangeButton" disabled>
</button>
<div id="channel-change-disallowed-icon"
class="help-page-icon" hidden>
</div>
</section>
<section>
<h3 i18n-content="webkit"></h3>
<div i18n-content="webkitVersion" dir="ltr"></div>
</section>
<section>
<h3 i18n-content="jsEngine" dir="ltr"></h3>
<div i18n-content="jsEngineVersion"></div>
</section>
<section>
<h3 i18n-content="userAgent"></h3>
<div i18n-content="userAgentInfo" dir="ltr"></div>
</section>
<section>
<h3 i18n-content="commandLine"></h3>
<div i18n-content="commandLineInfo" dir="ltr"></div>
</section>
<section id="build-date-container" class="empty">
<h3 i18n-content="buildDate"></h3>
<div id="build-date"></div>
</section>
</div>
<a is="action-link" id="more-info-expander" i18n-content="showMoreInfo"></a>
</if>
</div>
<div id="product-container">
<div i18n-content="productName"></div>
<div i18n-content="productCopyright"></div>
<div id="product-license"></div>
<if expr="chromeos">
<div id="product-os-license"></div>
</if>
<if expr="_google_chrome">
<div id="product-tos"></div>
</if>
</div>
<if expr="chromeos">
<div id="regulatory-label-container" hidden>
<img id="regulatory-label">
</div>
</if>
</div>
|