Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: chrome/browser/resources/options2/about_page.html

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options2/about_page.css ('k') | chrome/browser/resources/options2/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/about_page.html
diff --git a/chrome/browser/resources/options2/about_page.html b/chrome/browser/resources/options2/about_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..3ed27e1538579fefcead17d43812f505122c66b2
--- /dev/null
+++ b/chrome/browser/resources/options2/about_page.html
@@ -0,0 +1,119 @@
+<div id="aboutPage" class="page" hidden>
+ <h1 i18n-content="product"></h1>
+ <div id="aboutPageLessInfo">
+ <section>
+ <div>
+ <!-- White space is significant between spans. -->
+ <div>
+ <span i18n-content="browser"></span>
+ <span i18n-content="browser_version"></span>
+ </div>
+ <div>
+<if expr="not pp_ifdef('chromeos')">
+ <span i18n-content="os"></span> <span id="osVersion0">
+</if>
+<if expr="pp_ifdef('chromeos')">
+ <span i18n-content="platform"></span> <span id="osVersion0">
+</if>
+ <span class="loading" i18n-content="loading"></span></span></div>
+ <div><span i18n-content="firmware"></span> <span id="osFirmware0">
+ <span class="loading" i18n-content="loading"></span></span></div>
+ <div>
+ <button id="moreInfoButton" class="link-button"
+ i18n-content="more_info"></button>
+ </div>
+ </div>
+ </section>
+ </div>
+ <div id="aboutPageMoreInfo" hidden>
+ <section>
+ <h3 i18n-content="channel"></h3>
+ <div>
+ <select id="channelSelect">
+ <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="channelWarningBlock" hidden>
+ <div id="channelWarning" i18n-content="channel_warning_header"></div>
+ <div i18n-content="channel_warning_text"></div>
+ </div>
+ </div>
+ </section>
+ <section>
+ <h3 i18n-content="browser"></h3>
+ <div i18n-content="browser_version"></div>
+ </section>
+ <section>
+<if expr="not pp_ifdef('chromeos')">
+ <h3 i18n-content="os"></h3>
+</if>
+<if expr="pp_ifdef('chromeos')">
+ <h3 i18n-content="platform"></h3>
+</if>
+ <div id="osVersion1">
+ <span class="loading" i18n-content="loading"></span>
+ </div>
+ </section>
+ <section>
+ <h3 i18n-content="firmware"></h3>
+ <div id="osFirmware1">
+ <span class="loading" i18n-content="loading"></span>
+ </section>
+ <section>
+ <h3>WebKit</h3>
+ <div i18n-content="webkit_version"></div>
+ </section>
+ <section>
+ <h3 i18n-content="js_engine"></h3>
+ <div i18n-content="js_engine_version"></div>
+ </section>
+ <section>
+ <h3 i18n-content="user_agent"></h3>
+ <div i18n-content="user_agent_info"></div>
+ </section>
+ <section>
+ <h3 i18n-content="command_line"></h3>
+ <div i18n-content="command_line_info"></div>
+ </section>
+ </div>
+ <section>
+ <div>
+ <div i18n-content="copyright"></div>
+ <div>
+ <!-- Odd formatting to avoid unwanted spaces between elements. -->
+ <span i18n-content="license_content_0">
+ </span><a target="_blank"
+ i18n-values="href:license_link_0"
+ i18n-content="license_link_content_0">
+ </a><span i18n-content="license_content_1">
+ </span><a target="_blank"
+ i18n-values="href:license_link_1"
+ i18n-content="license_link_content_1">
+ </a><span i18n-content="license_content_2">
+ </span>
+ </div>
+ <div>
+ <span i18n-content="cros_license_content_0">
+ </span><a target="_blank"
+ i18n-values="href:cros_license_link_0"
+ i18n-content="cros_license_link_content_0">
+ </a><span i18n-content="cros_license_content_1">
+ </span>
+ </div>
+ </div>
+ </section>
+ <section>
+ <div>
+ <div>
+ <div id="updateIcon" class="update-icon up-to-date"></div>
+ <span id="updateStatus" i18n-content="update_status"></span>
+ </div>
+ <div>
+ <!-- TODO seanparent: fill in last checked. -->
+ <!-- <span i18n-content="last_check"></span> -->
+ <button id="checkNow" i18n-content="check_now" disabled></button>
+ </div>
+ </div>
+ </section>
+</div>
« no previous file with comments | « chrome/browser/resources/options2/about_page.css ('k') | chrome/browser/resources/options2/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698