about_page.html revision 513209b27ff55e2841eac0e4120199c23acce758
1<div class="page hidden" id="aboutPage">
2  <h1 i18n-content="product"></h1>
3  <div id="aboutPageLessInfo">
4    <section>
5      <div>
6        <!-- White space is significant between spans. -->
7        <div><span i18n-content="os"></span> <span id="osVersion0">
8          <span class="loading" i18n-content="loading"></span></span></div>
9        <div>
10          <span i18n-content="browser"></span>
11          <span i18n-content="browser_version"></span>
12        </div>
13        <div>
14          <button class="link-button" id="moreInfoButton"
15                  i18n-content="more_info"></button>
16        </div>
17      </div>
18    </section>
19  </div>
20  <div class="hidden" id="aboutPageMoreInfo">
21    <section>
22      <h3 i18n-content="channel"></h3>
23      <select id="channelSelect">
24        <!-- There is no "release" channel at this moment -->
25        <!-- <option value="release" i18n-content="release"></option> -->
26        <option value="beta-channel" i18n-content="beta"></option>
27        <option value="dev-channel" i18n-content="development"></option>
28      </select>
29    </section>
30    <section>
31      <h3 i18n-content="os"></h3>
32      <div id="osVersion1">
33        <span class="loading" i18n-content="loading"></span>
34      </div>
35    </section>
36    <section>
37      <h3 i18n-content="browser"></h3>
38      <div i18n-content="browser_version"></div>
39    </section>
40    <section>
41      <h3>WebKit</h3>
42      <div i18n-content="webkit_version"></div>
43    </section>
44    <section>
45      <h3 i18n-content="js_engine"></h3>
46      <div i18n-content="js_engine_version"></div>
47    </section>
48    <section>
49      <h3 i18n-content="user_agent"></h3>
50      <div i18n-content="user_agent_info"></div>
51    </section>
52    <section>
53      <h3 i18n-content="command_line"></h3>
54      <div i18n-content="command_line_info"></div>
55    </section>
56  </div>
57  <section>
58    <div>
59      <div i18n-content="copyright"></div>
60      <div>
61        <!-- Odd formatting to avoid unwanted spaces between elements. -->
62        <span i18n-content="license_content_0">
63        </span><a i18n-values="href:license_link_0"
64                  i18n-content="license_link_content_0">
65        </a><span i18n-content="license_content_1">
66        </span><a i18n-values="href:license_link_1"
67                  i18n-content="license_link_content_1">
68        </a><span i18n-content="license_content_2">
69        </span>
70       </div>
71    </div>
72  </section>
73  <section>
74    <div>
75      <div>
76        <div id="updateIcon" class="update-icon up-to-date"></div>
77        <span id="updateStatus" i18n-content="update_status"></span>
78      </div>
79      <div>
80        <!-- TODO seanparent: fill in last checked. -->
81        <!-- <span i18n-content="last_check"></span> -->
82        <button disabled id="checkNow" i18n-content="check_now"></button>
83      </div>
84    </div>
85  </section>
86</div>
87