| 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="firmware"></span> <span id="osFirmware0"> |
| 8 <span class="loading" i18n-content="loading"></span></span></div> |
| 7 <div><span i18n-content="os"></span> <span id="osVersion0"> | 9 <div><span i18n-content="os"></span> <span id="osVersion0"> |
| 8 <span class="loading" i18n-content="loading"></span></span></div> | 10 <span class="loading" i18n-content="loading"></span></span></div> |
| 9 <div> | 11 <div> |
| 10 <span i18n-content="browser"></span> | 12 <span i18n-content="browser"></span> |
| 11 <span i18n-content="browser_version"></span> | 13 <span i18n-content="browser_version"></span> |
| 12 </div> | 14 </div> |
| 13 <div> | 15 <div> |
| 14 <button class="link-button" id="moreInfoButton" | 16 <button class="link-button" id="moreInfoButton" |
| 15 i18n-content="more_info"></button> | 17 i18n-content="more_info"></button> |
| 16 </div> | 18 </div> |
| 17 </div> | 19 </div> |
| 18 </section> | 20 </section> |
| 19 </div> | 21 </div> |
| 20 <div class="hidden" id="aboutPageMoreInfo"> | 22 <div class="hidden" id="aboutPageMoreInfo"> |
| 21 <section> | 23 <section> |
| 22 <h3 i18n-content="channel"></h3> | 24 <h3 i18n-content="channel"></h3> |
| 23 <div> | 25 <div> |
| 24 <select id="channelSelect"> | 26 <select id="channelSelect"> |
| 25 <option value="stable-channel" i18n-content="stable"></option> | 27 <option value="stable-channel" i18n-content="stable"></option> |
| 26 <option value="beta-channel" i18n-content="beta"></option> | 28 <option value="beta-channel" i18n-content="beta"></option> |
| 27 <option value="dev-channel" i18n-content="dev"></option> | 29 <option value="dev-channel" i18n-content="dev"></option> |
| 28 </select> | 30 </select> |
| 29 <div hidden id="channelWarningBlock"> | 31 <div hidden id="channelWarningBlock"> |
| 30 <div id="channelWarning" i18n-content="channel_warning_header"></div> | 32 <div id="channelWarning" i18n-content="channel_warning_header"></div> |
| 31 <div i18n-content="channel_warning_text"></div> | 33 <div i18n-content="channel_warning_text"></div> |
| 32 </div> | 34 </div> |
| 33 </div> | 35 </div> |
| 34 </section> | 36 </section> |
| 35 <section> | 37 <section> |
| 38 <h3 i18n-content="firmware"></h3> |
| 39 <div id="osFirmware1"> |
| 40 <span class="loading" i18n-content="loading"></span> |
| 41 </section> |
| 42 <section> |
| 36 <h3 i18n-content="os"></h3> | 43 <h3 i18n-content="os"></h3> |
| 37 <div id="osVersion1"> | 44 <div id="osVersion1"> |
| 38 <span class="loading" i18n-content="loading"></span> | 45 <span class="loading" i18n-content="loading"></span> |
| 39 </div> | 46 </div> |
| 40 </section> | 47 </section> |
| 41 <section> | 48 <section> |
| 42 <h3 i18n-content="browser"></h3> | 49 <h3 i18n-content="browser"></h3> |
| 43 <div i18n-content="browser_version"></div> | 50 <div i18n-content="browser_version"></div> |
| 44 </section> | 51 </section> |
| 45 <section> | 52 <section> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 <span id="updateStatus" i18n-content="update_status"></span> | 99 <span id="updateStatus" i18n-content="update_status"></span> |
| 93 </div> | 100 </div> |
| 94 <div> | 101 <div> |
| 95 <!-- TODO seanparent: fill in last checked. --> | 102 <!-- TODO seanparent: fill in last checked. --> |
| 96 <!-- <span i18n-content="last_check"></span> --> | 103 <!-- <span i18n-content="last_check"></span> --> |
| 97 <button disabled id="checkNow" i18n-content="check_now"></button> | 104 <button disabled id="checkNow" i18n-content="check_now"></button> |
| 98 </div> | 105 </div> |
| 99 </div> | 106 </div> |
| 100 </section> | 107 </section> |
| 101 </div> | 108 </div> |
| OLD | NEW |