| 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> |
| 11 <script src="chrome://resources/js/cr.js"></script> | 11 <script src="chrome://resources/js/cr.js"></script> |
| 12 <script src="chrome://resources/js/util.js"></script> | 12 <script src="chrome://resources/js/util.js"></script> |
| 13 <script src="print_preview.js"></script> | 13 <script src="print_preview.js"></script> |
| 14 <script src="print_preview_animations.js"></script> | 14 <script src="print_preview_animations.js"></script> |
| 15 <script src="print_preview_cloud.js"></script> | 15 <script src="print_preview_cloud.js"></script> |
| 16 <script src="print_preview_utils.js"></script> | 16 <script src="print_preview_utils.js"></script> |
| 17 <script src="page_settings.js"></script> | 17 <script src="page_settings.js"></script> |
| 18 <script src="copies_settings.js"></script> | 18 <script src="copies_settings.js"></script> |
| 19 <script src="layout_settings.js"></script> |
| 19 </head> | 20 </head> |
| 20 <body> | 21 <body> |
| 21 <div id="sidebar"> | 22 <div id="sidebar"> |
| 22 <header> | 23 <header> |
| 23 <h1 i18n-content="title"></h1> | 24 <h1 i18n-content="title"></h1> |
| 24 <div id="print-header"> | 25 <div id="print-header"> |
| 25 <span id="print-summary"></span> | 26 <span id="print-summary"></span> |
| 26 <button id="print-button" i18n-content="printButton" class="default"> | 27 <button id="print-button" i18n-content="printButton" class="default"> |
| 27 </button> | 28 </button> |
| 28 <button id="cancel-button" i18n-content="cancelButton"></button> | 29 <button id="cancel-button" i18n-content="cancelButton"></button> |
| 29 </div> | 30 </div> |
| 30 </header> | 31 </header> |
| 31 <div id="main"> | 32 <div id="main"> |
| 32 <div id="destination-option" class="two-column"> | 33 <div id="destination-option" class="two-column"> |
| 33 <h1 i18n-content="destinationLabel"></h1> | 34 <h1 i18n-content="destinationLabel"></h1> |
| 34 <select id="printer-list"></select> | 35 <select id="printer-list"></select> |
| 35 </div> | 36 </div> |
| 36 <hr> | 37 <hr> |
| 37 <include src="page_settings.html"></include> | 38 <include src="page_settings.html"></include> |
| 38 <hr id="hr-before-copies" class="invisible"> | 39 <hr id="hr-before-copies" class="invisible"> |
| 39 <include src="copies_settings.html"></include> | 40 <include src="copies_settings.html"></include> |
| 40 <hr> | 41 <hr> |
| 41 <div id="landscape-option" class="two-column option visible"> | 42 <include src="layout_settings.html"></include> |
| 42 <h1 i18n-content="layoutLabel"></h1> | |
| 43 <div> | |
| 44 <div> | |
| 45 <input id="portrait" type="radio" name="layout" checked/> | |
| 46 <label for="portrait" i18n-content="optionPortrait"></label> | |
| 47 </div> | |
| 48 <div> | |
| 49 <input id="landscape" type="radio" name="layout"/> | |
| 50 <label for="landscape" i18n-content="optionLandscape"></label> | |
| 51 </div> | |
| 52 </div> | |
| 53 </div> | |
| 54 <hr> | 43 <hr> |
| 55 <div id="color-options" class="two-column option" aria-hidden="true" | 44 <div id="color-options" class="two-column option" aria-hidden="true" |
| 56 aria-live="polite"> | 45 aria-live="polite"> |
| 57 <h1 i18n-content="optionColor"></h1> | 46 <h1 i18n-content="optionColor"></h1> |
| 58 <div> | 47 <div> |
| 59 <div> | 48 <div> |
| 60 <input id="color" type="radio" name="color"/> | 49 <input id="color" type="radio" name="color"/> |
| 61 <label for="color" i18n-content="optionColor"></label> | 50 <label for="color" i18n-content="optionColor"></label> |
| 62 </div> | 51 </div> |
| 63 <div> | 52 <div> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 88 <div id="native-print-dialog-throbber" class="throbber hidden"></div> | 77 <div id="native-print-dialog-throbber" class="throbber hidden"></div> |
| 89 </div> | 78 </div> |
| 90 </div> | 79 </div> |
| 91 </div> | 80 </div> |
| 92 </div> | 81 </div> |
| 93 <object id="dummy-viewer" | 82 <object id="dummy-viewer" |
| 94 type="application/x-google-chrome-print-preview-pdf" | 83 type="application/x-google-chrome-print-preview-pdf" |
| 95 src="chrome://print/dummy.pdf"></object> | 84 src="chrome://print/dummy.pdf"></object> |
| 96 </body> | 85 </body> |
| 97 </html> | 86 </html> |
| OLD | NEW |