OLD | NEW |
1 <div id="aboutPage" class="page" hidden> | 1 <div id="aboutPage" class="page" hidden> |
2 <h1 i18n-content="product"></h1> | 2 <h1 i18n-content="product"></h1> |
3 <div id="aboutPageLessInfo"> | 3 <div id="aboutPageLessInfo"> |
4 <section> | 4 <section> |
5 <div> | 5 <div> |
6 <!-- White space is significant between spans. --> | 6 <!-- White space is significant between spans. --> |
| 7 <div><span i18n-content="firmware"></span> <span id="osFirmware0"> |
| 8 <span class="loading" i18n-content="loading"></span></span></div> |
| 9 <div><span i18n-content="os"></span> <span id="osVersion0"> |
| 10 <span class="loading" i18n-content="loading"></span></span></div> |
7 <div> | 11 <div> |
8 <span i18n-content="browser"></span> | 12 <span i18n-content="browser"></span> |
9 <span i18n-content="browser_version"></span> | 13 <span i18n-content="browser_version"></span> |
10 </div> | 14 </div> |
11 <div><span i18n-content="os"></span> <span id="osVersion0"> | |
12 <span class="loading" i18n-content="loading"></span></span></div> | |
13 <div><span i18n-content="firmware"></span> <span id="osFirmware0"> | |
14 <span class="loading" i18n-content="loading"></span></span></div> | |
15 <div> | 15 <div> |
16 <button id="moreInfoButton" class="link-button" | 16 <button id="moreInfoButton" class="link-button" |
17 i18n-content="more_info"></button> | 17 i18n-content="more_info"></button> |
18 </div> | 18 </div> |
19 </div> | 19 </div> |
20 </section> | 20 </section> |
21 </div> | 21 </div> |
22 <div id="aboutPageMoreInfo" hidden> | 22 <div id="aboutPageMoreInfo" hidden> |
23 <section> | 23 <section> |
24 <h3 i18n-content="channel"></h3> | 24 <h3 i18n-content="channel"></h3> |
25 <div> | 25 <div> |
26 <select id="channelSelect"> | 26 <select id="channelSelect"> |
27 <option value="stable-channel" i18n-content="stable"></option> | 27 <option value="stable-channel" i18n-content="stable"></option> |
28 <option value="beta-channel" i18n-content="beta"></option> | 28 <option value="beta-channel" i18n-content="beta"></option> |
29 <option value="dev-channel" i18n-content="dev"></option> | 29 <option value="dev-channel" i18n-content="dev"></option> |
30 </select> | 30 </select> |
31 <div id="channelWarningBlock" hidden> | 31 <div id="channelWarningBlock" hidden> |
32 <div id="channelWarning" i18n-content="channel_warning_header"></div> | 32 <div id="channelWarning" i18n-content="channel_warning_header"></div> |
33 <div i18n-content="channel_warning_text"></div> | 33 <div i18n-content="channel_warning_text"></div> |
34 </div> | 34 </div> |
35 </div> | 35 </div> |
36 </section> | 36 </section> |
37 <section> | 37 <section> |
38 <h3 i18n-content="browser"></h3> | 38 <h3 i18n-content="firmware"></h3> |
39 <div i18n-content="browser_version"></div> | 39 <div id="osFirmware1"> |
| 40 <span class="loading" i18n-content="loading"></span> |
40 </section> | 41 </section> |
41 <section> | 42 <section> |
42 <h3 i18n-content="os"></h3> | 43 <h3 i18n-content="os"></h3> |
43 <div id="osVersion1"> | 44 <div id="osVersion1"> |
44 <span class="loading" i18n-content="loading"></span> | 45 <span class="loading" i18n-content="loading"></span> |
45 </div> | 46 </div> |
46 </section> | 47 </section> |
47 <section> | 48 <section> |
48 <h3 i18n-content="firmware"></h3> | 49 <h3 i18n-content="browser"></h3> |
49 <div id="osFirmware1"> | 50 <div i18n-content="browser_version"></div> |
50 <span class="loading" i18n-content="loading"></span> | |
51 </section> | 51 </section> |
52 <section> | 52 <section> |
53 <h3>WebKit</h3> | 53 <h3>WebKit</h3> |
54 <div i18n-content="webkit_version"></div> | 54 <div i18n-content="webkit_version"></div> |
55 </section> | 55 </section> |
56 <section> | 56 <section> |
57 <h3 i18n-content="js_engine"></h3> | 57 <h3 i18n-content="js_engine"></h3> |
58 <div i18n-content="js_engine_version"></div> | 58 <div i18n-content="js_engine_version"></div> |
59 </section> | 59 </section> |
60 <section> | 60 <section> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 <span id="updateStatus" i18n-content="update_status"></span> | 99 <span id="updateStatus" i18n-content="update_status"></span> |
100 </div> | 100 </div> |
101 <div> | 101 <div> |
102 <!-- TODO seanparent: fill in last checked. --> | 102 <!-- TODO seanparent: fill in last checked. --> |
103 <!-- <span i18n-content="last_check"></span> --> | 103 <!-- <span i18n-content="last_check"></span> --> |
104 <button id="checkNow" i18n-content="check_now" disabled></button> | 104 <button id="checkNow" i18n-content="check_now" disabled></button> |
105 </div> | 105 </div> |
106 </div> | 106 </div> |
107 </section> | 107 </section> |
108 </div> | 108 </div> |
OLD | NEW |