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

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

Issue 155067: Hookup Print HTML page to the DOM UI for Print Preview and Settings... (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') | chrome/renderer/render_thread.cc » ('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 id="t" > 2 <html id="t" >
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Print Page</title> 5 <title jscontent="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 </div> 16 </div>
16 </body> 17 </body>
17 <script src="print_tab.js"></script> 18 <script src="print_tab.js"></script>
18 </html> 19 </html>
19 20
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/print_ui.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698