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

Unified Diff: chrome/browser/resources/print_tab.html

Issue 155051: Foundations for Print Preview and Setup HTML Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/print_tab.css ('k') | chrome/browser/resources/print_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_tab.html
===================================================================
--- chrome/browser/resources/print_tab.html (revision 0)
+++ chrome/browser/resources/print_tab.html (revision 0)
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html id="t" >
+ <head>
+ <meta charset="utf-8">
+ <title>Print Page</title>
+ <link rel="stylesheet" href="print_tab.css">
+ </head>
+ <body>
+ <center>
+ <h1>Chromium Print Page</h1>
+ </center>
+ <div class="text">
+ <p>This is an <i>in-progress</i> print preview and settings page
+ in chromium.</p>
+ </div>
+ </body>
+ <script src="print_tab.js"></script>
+</html>
+
« no previous file with comments | « chrome/browser/resources/print_tab.css ('k') | chrome/browser/resources/print_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698