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

Side by Side Diff: chrome/browser/resources/help/help.html

Issue 17437004: Implemented new channel switcher UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed FakeUpdateEngineClient. Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="helpTitle"></title> 5 <title i18n-content="helpTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="../uber/uber_shared.css"> 7 <link rel="stylesheet" href="../uber/uber_shared.css">
8 <link rel="stylesheet" href="help.css"> 8 <link rel="stylesheet" href="help.css">
9 <if expr="pp_ifdef('chromeos')">
10 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
11 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
12 <link rel="stylesheet" href="channel_change_page.css">
13 </if>
14
9 <script src="chrome://resources/js/cr.js"></script> 15 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/load_time_data.js"></script> 16 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 17 <script src="chrome://resources/js/util.js"></script>
18 <if expr="pp_ifdef('chromeos')">
19 <script src="chrome://resources/js/cr/ui.js"></script>
20 <script src="chrome://resources/js/cr/ui/bubble.js"></script>
21 <script src="chrome://resources/js/cr/ui/overlay.js"></script>
22 <script src="chrome://resources/js/event_tracker.js"></script>
23 <script src="chrome://help-frame/channel_change_page.js"></script>
24 </if>
12 <script src="chrome://help-frame/help.js"></script> 25 <script src="chrome://help-frame/help.js"></script>
13 </head> 26 </head>
14 <body class="uber-frame" 27 <body class="uber-frame"
15 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 28 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
29 <div id="overlay-container" class="overlay" hidden>
30 <if expr="pp_ifdef('chromeos')">
31 <include src="channel_change_page.html">
32 </if>
33 </div>
16 <div class="page"> 34 <div class="page">
17 <header> 35 <header>
18 <h1 i18n-content="aboutTitle"></h1> 36 <h1 i18n-content="aboutTitle"></h1>
19 </header> 37 </header>
20 <div id="about-container"> 38 <div id="about-container">
21 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> 39 <img src="chrome://theme/IDR_PRODUCT_LOGO_32">
22 <div id="product-description"> 40 <div id="product-description">
23 <h2 i18n-content="aboutProductTitle"></h2> 41 <h2 i18n-content="aboutProductTitle"></h2>
24 <span i18n-content="aboutProductDescription"></span> 42 <span i18n-content="aboutProductDescription"></span>
25 </div> 43 </div>
26 </div> 44 </div>
27 <div id="help-container"> 45 <div id="help-container">
28 <button id="get-help" i18n-content="getHelpWithChrome"></button> 46 <button id="get-help" i18n-content="getHelpWithChrome"></button>
29 <button id="report-issue" i18n-content="reportAnIssue"></button> 47 <button id="report-issue" i18n-content="reportAnIssue"></button>
30 </div> 48 </div>
31 <div id="version-container"> 49 <div id="version-container">
32 <div i18n-content="browserVersion" dir="ltr"></div> 50 <div i18n-content="browserVersion" dir="ltr"></div>
33 <if expr="pp_ifdef('chromeos')"> 51 <if expr="pp_ifdef('chromeos')">
34 <div> 52 <div>
35 <span i18n-content="platform"></span>&nbsp;<span id="os-version"></span> 53 <span i18n-content="platform"></span>&nbsp;<span id="os-version"></span>
36 </div> 54 </div>
37 <div> 55 <div>
38 <span i18n-content="firmware"></span>&nbsp;<span id="firmware"></span> 56 <span i18n-content="firmware"></span>&nbsp;<span id="firmware"></span>
39 </div> 57 </div>
40 </if> 58 </if>
41 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> 59 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux">
42 <div id="update-status-container" hidden> 60 <div id="update-status-container" hidden>
43 <div id="update-status-icon" class="up-to-date"></div> 61 <div id="update-status-icon" class="help-page-icon up-to-date"></div>
44 <div id="update-status-message-container"> 62 <div id="update-status-message-container">
45 <div id="update-status-message" i18n-content="updateCheckStarted"> 63 <div id="update-status-message" i18n-content="updateCheckStarted">
46 </div> 64 </div>
47 <div id="allowed-connection-types-message" hidden></div> 65 <div id="allowed-connection-types-message" hidden></div>
48 </div> 66 </div>
49 </div> 67 </div>
50 <div id="update-buttons-container"> 68 <div id="update-buttons-container">
51 <div id="update-percentage" hidden></div> 69 <div id="update-percentage" hidden></div>
52 <if expr="is_macosx"> 70 <if expr="is_macosx">
53 <button id="promote" i18n-content="promote" hidden></button> 71 <button id="promote" i18n-content="promote" hidden></button>
54 </if> 72 </if>
55 <button id="relaunch" i18n-content="relaunch" hidden></button> 73 <button id="relaunch" i18n-content="relaunch" hidden></button>
74 <if expr="pp_ifdef('chromeos')">
75 <button id="relaunch-and-powerwash"
76 i18n-content="relaunchAndPowerwash" hidden>
77 </button>
78 </if>
56 </div> 79 </div>
57 </if> 80 </if>
58 <if expr="pp_ifdef('chromeos')"> 81 <if expr="pp_ifdef('chromeos')">
59 <div id="more-info-container"> 82 <div id="more-info-container">
60 <section id="channel-changer-container"> 83 <section id="channel-changer-container" hidden>
61 <h3 i18n-content="channel"></h3> 84 <h3 i18n-content="channel"></h3>
62 <select id="channel-changer"> 85 <select id="channel-changer">
63 <option value="stable-channel" i18n-content="stable"></option> 86 <option value="stable-channel" i18n-content="stable"></option>
64 <option value="beta-channel" i18n-content="beta"></option> 87 <option value="beta-channel" i18n-content="beta"></option>
65 <option value="dev-channel" i18n-content="dev"></option> 88 <option value="dev-channel" i18n-content="dev"></option>
66 </select> 89 </select>
67 <div id="channel-change-confirmation" hidden></div> 90 <div id="channel-change-confirmation" hidden></div>
68 </section> 91 </section>
92 <section id="channel-change-page-container" hidden>
93 <h3 i18n-content="channel"></h3>
94 <div id="current-channel"></div>
95 <button id="change-channel"
96 i18n-content="channelChangeButton" disabled>
97 </button>
98 <div id="channel-change-disallowed-icon"
99 class="help-page-icon" hidden>
100 </div>
101 </section>
69 <section> 102 <section>
70 <h3 i18n-content="webkit"></h3> 103 <h3 i18n-content="webkit"></h3>
71 <div i18n-content="webkitVersion" dir="ltr"></div> 104 <div i18n-content="webkitVersion" dir="ltr"></div>
72 </section> 105 </section>
73 <section> 106 <section>
74 <h3 i18n-content="jsEngine" dir="ltr"></h3> 107 <h3 i18n-content="jsEngine" dir="ltr"></h3>
75 <div i18n-content="jsEngineVersion"></div> 108 <div i18n-content="jsEngineVersion"></div>
76 </section> 109 </section>
77 <section> 110 <section>
78 <h3 i18n-content="userAgent"></h3> 111 <h3 i18n-content="userAgent"></h3>
(...skipping 22 matching lines...) Expand all
101 </if> 134 </if>
102 <if expr="pp_ifdef('_google_chrome')"> 135 <if expr="pp_ifdef('_google_chrome')">
103 <div id="product-tos"></div> 136 <div id="product-tos"></div>
104 </if> 137 </if>
105 </div> 138 </div>
106 </div> 139 </div>
107 </body> 140 </body>
108 <script src="chrome://help-frame/strings.js"></script> 141 <script src="chrome://help-frame/strings.js"></script>
109 <script src="chrome://resources/js/i18n_template2.js"></script> 142 <script src="chrome://resources/js/i18n_template2.js"></script>
110 </html> 143 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698