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 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> | 6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> |
7 <link rel="stylesheet" href="../webui.css"> | 7 <link rel="stylesheet" href="../webui.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
9 <link rel="stylesheet" href="print_preview.css"> | 9 <link rel="stylesheet" href="print_preview.css"> |
10 <script src="chrome://resources/js/local_strings.js"></script> | 10 <script src="chrome://resources/js/local_strings.js"></script> |
(...skipping 27 matching lines...) Expand all Loading... |
38 </div> | 38 </div> |
39 <hr> | 39 <hr> |
40 <include src="page_settings.html"></include> | 40 <include src="page_settings.html"></include> |
41 <hr id="hr-before-copies" class="invisible"> | 41 <hr id="hr-before-copies" class="invisible"> |
42 <include src="copies_settings.html"></include> | 42 <include src="copies_settings.html"></include> |
43 <hr> | 43 <hr> |
44 <include src="layout_settings.html"></include> | 44 <include src="layout_settings.html"></include> |
45 <hr> | 45 <hr> |
46 <include src="color_settings.html"></include> | 46 <include src="color_settings.html"></include> |
47 <hr> | 47 <hr> |
| 48 <div id="options-option" class="two-column option visible"> |
| 49 <h1 i18n-content="optionsLabel"></h1> |
| 50 <div> |
| 51 <input id="header-footer" type="checkbox" checked/> |
| 52 <label for="header-footer" i18n-content="optionHeaderFooter"></label> |
| 53 </div> |
| 54 </div> |
| 55 <hr id="options-horizontal-separator"> |
48 <div id="system-dialog-div"> | 56 <div id="system-dialog-div"> |
49 <button id="system-dialog-link" class="link-button" | 57 <button id="system-dialog-link" class="link-button" |
50 i18n-content="systemDialogOption"></button> | 58 i18n-content="systemDialogOption"></button> |
51 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> | 59 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> |
52 <div id="system-dialog-throbber" class="throbber hidden"></div> | 60 <div id="system-dialog-throbber" class="throbber hidden"></div> |
53 </div> | 61 </div> |
54 </div> | 62 </div> |
55 </div> | 63 </div> |
56 <div id="mainview"> | 64 <div id="mainview"> |
57 <div id="overlay-layer" class="invisible"> | 65 <div id="overlay-layer" class="invisible"> |
58 <div id="messages"> | 66 <div id="messages"> |
59 <div id="dancing-dots-text" class="hidden"> | 67 <div id="dancing-dots-text" class="hidden"> |
60 <span id="loading" i18n-content="loading"></span> | 68 <span id="loading" i18n-content="loading"></span> |
61 <span><span>.</span><span>.</span><span>.</span></span> | 69 <span><span>.</span><span>.</span><span>.</span></span> |
62 </div> | 70 </div> |
63 <div id="error-text" class="hidden"></div> | 71 <div id="error-text" class="hidden"></div> |
64 <div id="error-action-area"> | 72 <div id="error-action-area"> |
65 <button id="error-button" class="hidden"></button> | 73 <button id="error-button" class="hidden"></button> |
66 <div id="native-print-dialog-throbber" class="throbber hidden"></div> | 74 <div id="native-print-dialog-throbber" class="throbber hidden"></div> |
67 </div> | 75 </div> |
68 </div> | 76 </div> |
69 </div> | 77 </div> |
70 </div> | 78 </div> |
71 <object id="dummy-viewer" | 79 <object id="dummy-viewer" |
72 type="application/x-google-chrome-print-preview-pdf" | 80 type="application/x-google-chrome-print-preview-pdf" |
73 src="chrome://print/dummy.pdf"></object> | 81 src="chrome://print/dummy.pdf"></object> |
74 </body> | 82 </body> |
75 </html> | 83 </html> |
OLD | NEW |