| 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/event_tracker.js"></script> |
| 10 <script src="chrome://resources/js/local_strings.js"></script> | 11 <script src="chrome://resources/js/local_strings.js"></script> |
| 11 <script src="chrome://resources/js/cr.js"></script> | 12 <script src="chrome://resources/js/cr.js"></script> |
| 12 <script src="chrome://resources/js/util.js"></script> | 13 <script src="chrome://resources/js/util.js"></script> |
| 13 <script src="chrome://print/print_preview.js"></script> | 14 <script src="chrome://print/print_preview.js"></script> |
| 14 <script src="chrome://print/strings.js"></script> | 15 <script src="chrome://print/strings.js"></script> |
| 15 </head> | 16 </head> |
| 16 <body> | 17 <body> |
| 17 <div id="sidebar"> | 18 <div id="sidebar"> |
| 18 <header> | 19 <header> |
| 19 <h1 i18n-content="title"></h1> | 20 <h1 i18n-content="title"></h1> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 </div> | 74 </div> |
| 74 </div> | 75 </div> |
| 75 </div> | 76 </div> |
| 76 <object id="dummy-viewer" | 77 <object id="dummy-viewer" |
| 77 type="application/x-google-chrome-print-preview-pdf" | 78 type="application/x-google-chrome-print-preview-pdf" |
| 78 data="chrome://print/dummy.pdf"></object> | 79 data="chrome://print/dummy.pdf"></object> |
| 79 <script src="chrome://resources/js/i18n_template.js"></script> | 80 <script src="chrome://resources/js/i18n_template.js"></script> |
| 80 <script src="chrome://resources/js/i18n_process.js"></script> | 81 <script src="chrome://resources/js/i18n_process.js"></script> |
| 81 </body> | 82 </body> |
| 82 </html> | 83 </html> |
| OLD | NEW |