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

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

Issue 7670045: Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for Skia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <include src="../content_security_policy.html"/> 5 <include src="../content_security_policy.html"/>
6 <title i18n-content="title"></title> 6 <title i18n-content="title"></title>
7 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> 7 <link rel="icon" href="../../../app/theme/print_preview_favicon.png">
8 <link rel="stylesheet" href="../webui.css"> 8 <link rel="stylesheet" href="../webui.css">
9 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 9 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
10 <link rel="stylesheet" href="print_preview.css"> 10 <link rel="stylesheet" href="print_preview.css">
(...skipping 21 matching lines...) Expand all
32 </div> 32 </div>
33 <hr> 33 <hr>
34 <include src="page_settings.html"></include> 34 <include src="page_settings.html"></include>
35 <hr id="hr-before-copies" class="invisible"> 35 <hr id="hr-before-copies" class="invisible">
36 <include src="copies_settings.html"></include> 36 <include src="copies_settings.html"></include>
37 <hr> 37 <hr>
38 <include src="layout_settings.html"></include> 38 <include src="layout_settings.html"></include>
39 <hr> 39 <hr>
40 <include src="color_settings.html"></include> 40 <include src="color_settings.html"></include>
41 <hr> 41 <hr>
42 <include src="header_footer_settings.html"></include>
43 <hr id="options-horizontal-separator">
44 <div id="system-dialog-div"> 42 <div id="system-dialog-div">
45 <button id="system-dialog-link" class="link-button" 43 <button id="system-dialog-link" class="link-button"
46 i18n-content="systemDialogOption"></button> 44 i18n-content="systemDialogOption"></button>
47 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> 45 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. -->
48 <div id="system-dialog-throbber" class="throbber hidden"></div> 46 <div id="system-dialog-throbber" class="throbber hidden"></div>
49 </div> 47 </div>
50 </div> 48 </div>
51 </div> 49 </div>
52 <div id="mainview"> 50 <div id="mainview">
53 <div id="overlay-layer" class="invisible"> 51 <div id="overlay-layer" class="invisible">
(...skipping 10 matching lines...) Expand all
64 </div> 62 </div>
65 </div> 63 </div>
66 </div> 64 </div>
67 <object id="dummy-viewer" 65 <object id="dummy-viewer"
68 type="application/x-google-chrome-print-preview-pdf" 66 type="application/x-google-chrome-print-preview-pdf"
69 data="chrome://print/dummy.pdf"></object> 67 data="chrome://print/dummy.pdf"></object>
70 <script src="chrome://resources/js/i18n_template.js"></script> 68 <script src="chrome://resources/js/i18n_template.js"></script>
71 <script src="chrome://resources/js/i18n_process.js"></script> 69 <script src="chrome://resources/js/i18n_process.js"></script>
72 </body> 70 </body>
73 </html> 71 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698