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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 9303005: [NTP4] Experiment for adding Chrome Web Store link to footer. (Closed)
Patch Set: rebase Created 8 years, 10 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <div id="footer-border"></div> 99 <div id="footer-border"></div>
100 <div id="footer-content"> 100 <div id="footer-content">
101 <img id="logo-img"> 101 <img id="logo-img">
102 102
103 <ul id="dot-list"> 103 <ul id="dot-list">
104 </ul> 104 </ul>
105 105
106 <button id="recently-closed-menu-button" class="custom-appearance"> 106 <button id="recently-closed-menu-button" class="custom-appearance">
107 <span i18n-content="recentlyclosed"></span> 107 <span i18n-content="recentlyclosed"></span>
108 <div class="disclosure-triangle"></div> 108 <div class="disclosure-triangle"></div>
109 <div id="vertical-separator"></div>
109 </button> 110 </button>
110 111
112 <a id="chrome-web-store-href">
113 <div id="chrome-web-store-title" i18n-content="webStoreTitle"></div>
114 <img id="chrome-web-store-icon"
115 src="chrome://theme/IDR_WEBSTORE_ICON_24"></img>
116 </a>
117
111 <div id="trash" class="trash"> 118 <div id="trash" class="trash">
112 <span class="lid"></span> 119 <span class="lid"></span>
113 <span class="can"></span> 120 <span class="can"></span>
114 <span class="trash-text" i18n-content="appuninstall"></span> 121 <span class="trash-text" i18n-content="appuninstall"></span>
115 </div> 122 </div>
116 </div> 123 </div>
117 </div> 124 </div>
118 </body> 125 </body>
119 126
120 <!-- A div to hold all the templates, and in the darkness bind them. --> 127 <!-- A div to hold all the templates, and in the darkness bind them. -->
(...skipping 14 matching lines...) Expand all
135 </div> 142 </div>
136 <div class="login-status-row"> 143 <div class="login-status-row">
137 <div id="login-status-advanced-container"> 144 <div id="login-status-advanced-container">
138 <a id="login-status-advanced" 145 <a id="login-status-advanced"
139 i18n-content="login_status_advanced" href="#"></a> 146 i18n-content="login_status_advanced" href="#"></a>
140 </div> 147 </div>
141 <button id="login-status-dismiss" i18n-content="login_status_dismiss"> 148 <button id="login-status-dismiss" i18n-content="login_status_dismiss">
142 </button> 149 </button>
143 </div> 150 </div>
144 </div> 151 </div>
145 152
146 <!-- Apps promo. --> 153 <!-- Apps promo. -->
147 <div id="apps-promo-extras-template" class="apps-promo-extras"> 154 <div id="apps-promo-extras-template" class="apps-promo-extras">
148 <h3 class="apps-promo-heading"></h3> 155 <h3 class="apps-promo-heading"></h3>
149 <a class="apps-promo-link g-button-basic"></a> 156 <a class="apps-promo-link g-button-basic"></a>
150 </div> 157 </div>
151 158
152 <!-- App Contents w/ Large Icon --> 159 <!-- App Contents w/ Large Icon -->
153 <div id="app-large-icon-template" class="app-contents"> 160 <div id="app-large-icon-template" class="app-contents">
154 <div class="app-img-container"> 161 <div class="app-img-container">
155 <img class="invisible"> 162 <img class="invisible">
(...skipping 11 matching lines...) Expand all
167 </div> 174 </div>
168 <span class="title"></span> 175 <span class="title"></span>
169 </div> 176 </div>
170 177
171 </div> 178 </div>
172 179
173 <!-- This is used to measure text in the current locale. It is not visible. --> 180 <!-- This is used to measure text in the current locale. It is not visible. -->
174 <div id="fontMeasuringDiv"></div> 181 <div id="fontMeasuringDiv"></div>
175 182
176 </html> 183 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698