OLD | NEW |
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 Loading... |
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"> |
42 <div id="system-dialog-div"> | 44 <div id="system-dialog-div"> |
43 <button id="system-dialog-link" class="link-button" | 45 <button id="system-dialog-link" class="link-button" |
44 i18n-content="systemDialogOption"></button> | 46 i18n-content="systemDialogOption"></button> |
45 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> | 47 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> |
46 <div id="system-dialog-throbber" class="throbber hidden"></div> | 48 <div id="system-dialog-throbber" class="throbber hidden"></div> |
47 </div> | 49 </div> |
48 </div> | 50 </div> |
49 </div> | 51 </div> |
50 <div id="mainview"> | 52 <div id="mainview"> |
51 <div id="overlay-layer" class="invisible"> | 53 <div id="overlay-layer" class="invisible"> |
(...skipping 10 matching lines...) Expand all Loading... |
62 </div> | 64 </div> |
63 </div> | 65 </div> |
64 </div> | 66 </div> |
65 <object id="dummy-viewer" | 67 <object id="dummy-viewer" |
66 type="application/x-google-chrome-print-preview-pdf" | 68 type="application/x-google-chrome-print-preview-pdf" |
67 data="chrome://print/dummy.pdf"></object> | 69 data="chrome://print/dummy.pdf"></object> |
68 <script src="chrome://resources/js/i18n_template.js"></script> | 70 <script src="chrome://resources/js/i18n_template.js"></script> |
69 <script src="chrome://resources/js/i18n_process.js"></script> | 71 <script src="chrome://resources/js/i18n_process.js"></script> |
70 </body> | 72 </body> |
71 </html> | 73 </html> |
OLD | NEW |