| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;" id="print-preview"> | 2 <html i18n-values="dir:textdirection;" id="print-preview"> |
| 3 | 3 |
| 4 <head> | 4 <head> |
| 5 <meta charset="utf-8"/> | 5 <meta charset="utf-8"/> |
| 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 | 8 |
| 9 <link rel="stylesheet" href="print_preview.css"/> | 9 <link rel="stylesheet" href="print_preview.css"/> |
| 10 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"/> | 10 <link rel="stylesheet" href="../shared/css/chrome_shared.css"/> |
| 11 <link rel="stylesheet" href="../shared/css/throbber.css"/> | 11 <link rel="stylesheet" href="../shared/css/throbber.css"/> |
| 12 <link rel="stylesheet" href="../shared/css/widgets.css"/> | |
| 13 <link rel="stylesheet" href="print_header.css"/> | 12 <link rel="stylesheet" href="print_header.css"/> |
| 14 <link rel="stylesheet" href="settings/copies_settings.css"/> | 13 <link rel="stylesheet" href="settings/copies_settings.css"/> |
| 15 <link rel="stylesheet" href="settings/page_settings.css"/> | 14 <link rel="stylesheet" href="settings/page_settings.css"/> |
| 16 <link rel="stylesheet" href="previewarea/preview_area.css"/> | 15 <link rel="stylesheet" href="previewarea/preview_area.css"/> |
| 17 <link rel="stylesheet" href="previewarea/margin_control_container.css"/> | 16 <link rel="stylesheet" href="previewarea/margin_control_container.css"/> |
| 18 <link rel="stylesheet" href="previewarea/margin_control.css"/> | 17 <link rel="stylesheet" href="previewarea/margin_control.css"/> |
| 19 <link rel="stylesheet" href="../shared/css/overlay.css"/> | 18 <link rel="stylesheet" href="../shared/css/overlay.css"/> |
| 20 | 19 |
| 21 <script src="chrome://resources/js/cr.js"></script> | 20 <script src="chrome://resources/js/cr.js"></script> |
| 22 <script src="chrome://resources/js/cr/event_target.js"></script> | 21 <script src="chrome://resources/js/cr/event_target.js"></script> |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 </div> | 67 </div> |
| 69 </div> | 68 </div> |
| 70 </div> | 69 </div> |
| 71 <include src="previewarea/preview_area.html"/> | 70 <include src="previewarea/preview_area.html"/> |
| 72 | 71 |
| 73 <!-- HTML Templates --> | 72 <!-- HTML Templates --> |
| 74 <include src="previewarea/margin_control.html"/> | 73 <include src="previewarea/margin_control.html"/> |
| 75 </body> | 74 </body> |
| 76 | 75 |
| 77 </html> | 76 </html> |
| OLD | NEW |