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

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

Issue 9147054: Revert 117136 - separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 months 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
Index: chrome/browser/resources/about_page/about_page.html
===================================================================
--- chrome/browser/resources/about_page/about_page.html (revision 117138)
+++ chrome/browser/resources/about_page/about_page.html (working copy)
@@ -1,145 +0,0 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textdirection;">
-<head>
-<meta charset="utf-8">
-<title i18n-content="pageTitle"></title>
-
-<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
-<link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css">
-<link rel="stylesheet" href="chrome://resources/css/open_sans.css">
-<link rel="stylesheet" href="about_page.css">
-
-<script src="chrome://resources/js/cr.js"></script>
-<script src="chrome://resources/js/util.js"></script>
-
-<script src="chrome://about-page-frame/about_page.js"></script>
-</head>
-
-<body>
-
-<div id="aboutPage" class="page">
- <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>
- <span i18n-content="copyright"></span>
- <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>
-
-</body>
-
-<script src="chrome://about-page-frame/strings.js"></script>
-<script src="chrome://resources/js/i18n_template.js"></script>
-<script src="chrome://resources/js/i18n_process.js"></script>
-</html>
« no previous file with comments | « chrome/browser/resources/about_page/about_page.css ('k') | chrome/browser/resources/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698