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

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

Issue 155479: Make use of the new Js Template i18n for print domui... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | no next file » | 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 id="t" > 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title jscontent="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="print_tab.css"> 6 <link rel="stylesheet" href="print_tab.css">
7 </head> 7 </head>
8 <body> 8 <body>
9 <center> 9 <center>
10 <h1>Chromium Print Page</h1> 10 <h1>Chromium Print Page</h1>
11 </center> 11 </center>
12 <div class="text"> 12 <div class="text">
13 <p>This is an <i>in-progress</i> print preview and settings page 13 <p>This is an <i>in-progress</i> print preview and settings page
14 in chromium.</p> 14 in chromium.</p>
15 <p>Borat says &quot;Very nice!&quot;</p> 15 <p>Borat says &quot;Very nice!&quot;</p>
16 </div> 16 </div>
17 </body> 17 </body>
18 <script src="print_tab.js"></script> 18 <script src="print_tab.js"></script>
19 </html> 19 </html>
20 20
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698