OLD | NEW |
1 <div class="page hidden" id="aboutPage"> | 1 <div class="page hidden" id="aboutPage"> |
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="os"></span> <span id="osVersion0"> | 7 <div><span i18n-content="os"></span> <span id="osVersion0"> |
8 <span class="loading" i18n-content="loading"></span></span></div> | 8 <span class="loading" i18n-content="loading"></span></span></div> |
9 <div> | 9 <div> |
10 <span i18n-content="browser"></span> | 10 <span i18n-content="browser"></span> |
11 <span i18n-content="browser_version"></span> | 11 <span i18n-content="browser_version"></span> |
12 </div> | 12 </div> |
13 <div> | 13 <div> |
14 <button class="link-button" id="moreInfoButton" | 14 <button class="link-button" id="moreInfoButton" |
15 i18n-content="more_info"></button> | 15 i18n-content="more_info"></button> |
16 </div> | 16 </div> |
17 </div> | 17 </div> |
18 </section> | 18 </section> |
19 </div> | 19 </div> |
20 <div class="hidden" id="aboutPageMoreInfo"> | 20 <div class="hidden" id="aboutPageMoreInfo"> |
21 <section> | 21 <section> |
22 <h3 i18n-content="channel"></h3> | 22 <h3 i18n-content="channel"></h3> |
23 <select id="channelSelect"> | 23 <select id="channelSelect"> |
24 <!-- There is no "release" channel at this moment --> | 24 <!-- There is no "release" channel at this moment --> |
25 <!-- <option value="release" i18n-content="release"></option> --> | 25 <!-- <option value="release" i18n-content="release"></option> --> |
26 <option value="beta-channel" i18n-content="beta"></option> | 26 <option value="beta-channel" i18n-content="beta"></option> |
27 <option value="dev-channel" i18n-content="development"></option> | 27 <option value="dev-channel" i18n-content="development"></option> |
| 28 <option value="canary-channel" i18n-content="canary"></option> |
28 </select> | 29 </select> |
29 </section> | 30 </section> |
30 <section> | 31 <section> |
31 <h3 i18n-content="os"></h3> | 32 <h3 i18n-content="os"></h3> |
32 <div id="osVersion1"> | 33 <div id="osVersion1"> |
33 <span class="loading" i18n-content="loading"></span> | 34 <span class="loading" i18n-content="loading"></span> |
34 </div> | 35 </div> |
35 </section> | 36 </section> |
36 <section> | 37 <section> |
37 <h3 i18n-content="browser"></h3> | 38 <h3 i18n-content="browser"></h3> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 <span id="updateStatus" i18n-content="update_status"></span> | 78 <span id="updateStatus" i18n-content="update_status"></span> |
78 </div> | 79 </div> |
79 <div> | 80 <div> |
80 <!-- TODO seanparent: fill in last checked. --> | 81 <!-- TODO seanparent: fill in last checked. --> |
81 <!-- <span i18n-content="last_check"></span> --> | 82 <!-- <span i18n-content="last_check"></span> --> |
82 <button disabled id="checkNow" i18n-content="check_now"></button> | 83 <button disabled id="checkNow" i18n-content="check_now"></button> |
83 </div> | 84 </div> |
84 </div> | 85 </div> |
85 </section> | 86 </section> |
86 </div> | 87 </div> |
OLD | NEW |