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 28 matching lines...) Expand all Loading... |
39 <hr> | 39 <hr> |
40 <include src="color_settings.html"></include> | 40 <include src="color_settings.html"></include> |
41 <hr> | 41 <hr> |
42 <div id="display-margin-options" hidden> | 42 <div id="display-margin-options" hidden> |
43 <include src="margin_settings.html"></include> | 43 <include src="margin_settings.html"></include> |
44 <hr> | 44 <hr> |
45 </div> | 45 </div> |
46 <include src="header_footer_settings.html"></include> | 46 <include src="header_footer_settings.html"></include> |
47 <hr> | 47 <hr> |
48 <div id="system-dialog-div"> | 48 <div id="system-dialog-div"> |
49 <if expr="pp_ifdef('chromeos')"> | 49 <button id="system-dialog-link" class="link-button" |
50 <button id="system-dialog-link" class="link-button" | 50 i18n-content="systemDialogOption"></button> |
51 i18n-content="cloudPrintDialogOption"></button> | |
52 </if> | |
53 <if expr="not pp_ifdef('chromeos')"> | |
54 <button id="system-dialog-link" class="link-button" | |
55 i18n-content="systemDialogOption"></button> | |
56 </if> | |
57 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> | 51 <!-- TODO(dpapad): Investigate whey hidden attribute does not work. --> |
58 <div id="system-dialog-throbber" class="throbber hidden"></div> | 52 <div id="system-dialog-throbber" class="throbber hidden"></div> |
59 </div> | 53 </div> |
60 </div> | 54 </div> |
61 </div> | 55 </div> |
62 <div id="mainview"> | 56 <div id="mainview"> |
63 <div id="overlay-layer" class="invisible"> | 57 <div id="overlay-layer" class="invisible"> |
64 <div id="messages"> | 58 <div id="messages"> |
65 <div id="dancing-dots-text" hidden> | 59 <div id="dancing-dots-text" hidden> |
66 <span id="loading"></span> | 60 <span id="loading"></span> |
67 <span><span>.</span><span>.</span><span>.</span></span> | 61 <span><span>.</span><span>.</span><span>.</span></span> |
68 </div> | 62 </div> |
69 <div id="custom-message" hidden></div> | 63 <div id="custom-message" hidden></div> |
70 <div id="custom-message-with-dots" | 64 <div id="custom-message-with-dots" |
71 class="message-with-dots" hidden></div> | 65 class="message-with-dots" hidden></div> |
72 <div id="error-action-area"> | 66 <div id="error-action-area"> |
73 <button id="error-button" class="hidden"></button> | 67 <button id="error-button" class="hidden"></button> |
74 <div id="native-print-dialog-throbber" class="throbber hidden"></div> | 68 <div id="native-print-dialog-throbber" class="throbber hidden"></div> |
75 </div> | 69 </div> |
76 </div> | 70 </div> |
77 </div> | 71 </div> |
78 </div> | 72 </div> |
79 <object id="dummy-viewer" | 73 <object id="dummy-viewer" |
80 type="application/x-google-chrome-print-preview-pdf" | 74 type="application/x-google-chrome-print-preview-pdf" |
81 data="chrome://print/dummy.pdf"></object> | 75 data="chrome://print/dummy.pdf"></object> |
82 <script src="chrome://resources/js/i18n_template.js"></script> | 76 <script src="chrome://resources/js/i18n_template.js"></script> |
83 <script src="chrome://resources/js/i18n_process.js"></script> | 77 <script src="chrome://resources/js/i18n_process.js"></script> |
84 </body> | 78 </body> |
85 </html> | 79 </html> |
OLD | NEW |