Chromium Code Reviews

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

Issue 217020: Add theme promo to NTP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_tab_theme.css » ('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 firstview:firstview; 4 firstview:firstview;
5 bookmarkbarattached:bookmarkbarattached; 5 bookmarkbarattached:bookmarkbarattached;
6 hasattribution:hasattribution; 6 hasattribution:hasattribution;
7 anim:anim; 7 anim:anim;
8 syncispresent:syncispresent; 8 syncispresent:syncispresent;
9 showsetashomepage:showsetashomepage"> 9 showsetashomepage:showsetashomepage">
10 10
(...skipping 228 matching lines...)
239 239
240 <div id="tip-line"></div> 240 <div id="tip-line"></div>
241 241
242 <div id="attribution" class="attribution"> 242 <div id="attribution" class="attribution">
243 <div i18n-content="attributionintro"></div> 243 <div i18n-content="attributionintro"></div>
244 <img id="attribution-img"> 244 <img id="attribution-img">
245 </div> 245 </div>
246 246
247 </div> <!-- main --> 247 </div> <!-- main -->
248 248
249 <div id="themes-promo">
250 <a i18n-values="href:themelink">
251 <img src="chrome://theme/newtab_themes_promo">
252 </a>
253 </div>
254
249 <div class="window-menu" id="window-tooltip"></div> 255 <div class="window-menu" id="window-tooltip"></div>
250 256
251 </body> 257 </body>
252 <script src="local_strings.js"></script> 258 <script src="local_strings.js"></script>
253 <script src="new_new_tab.js"></script> 259 <script src="new_new_tab.js"></script>
254 </html> 260 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine