Chromium Code Reviews| 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 <head> | 4 <head> |
| 4 <meta charset="utf-8"> | 5 <meta charset="utf-8"/> |
| 5 <title i18n-content="title"></title> | 6 <title i18n-content="title"></title> |
| 6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> | 7 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> |
| 7 | 8 |
| 8 <link rel="stylesheet" href="margins.css"> | 9 <link rel="stylesheet" href="print_preview.css"/> |
| 9 <link rel="stylesheet" href="print_preview.css"> | 10 <link rel="stylesheet" href="../shared/css/chrome_shared.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"/> |
| 12 <link rel="stylesheet" href="../shared/css/widgets.css"> | 13 <link rel="stylesheet" href="print_header.css"/> |
| 14 <link rel="stylesheet" href="settings/copies_settings.css"/> | |
| 15 <link rel="stylesheet" href="settings/page_settings.css"/> | |
| 16 <link rel="stylesheet" href="previewarea/preview_area.css"/> | |
| 17 <link rel="stylesheet" href="previewarea/margin_control_container.css"/> | |
| 18 <link rel="stylesheet" href="previewarea/margin_control.css"/> | |
| 19 <link rel="stylesheet" href="../shared/css/overlay.css"/> | |
| 13 | 20 |
| 14 <script src="chrome://resources/js/cr.js"></script> | 21 <script src="chrome://resources/js/cr.js"></script> |
| 15 <script src="chrome://resources/js/event_tracker.js"></script> | 22 <script src="chrome://resources/js/cr/event_target.js"></script> |
| 16 <script src="chrome://resources/js/local_strings.js"></script> | 23 <script src="chrome://resources/js/event_tracker.js"></script> |
| 17 <script src="chrome://resources/js/util.js"></script> | 24 <script src="chrome://resources/js/local_strings.js"></script> |
| 18 <script src="chrome://print/print_preview.js"></script> | 25 <script src="chrome://resources/js/util.js"></script> |
| 19 <script src="chrome://print/strings.js"></script> | 26 <script src="chrome://print/print_preview.js"></script> |
| 27 <script src="chrome://print/strings.js"></script> | |
| 28 <script src="chrome://resources/js/i18n_template.js"></script> | |
| 20 </head> | 29 </head> |
| 30 | |
| 21 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 31 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 22 <div id="navbar-container"> | 32 <div id="navbar-container"> |
| 23 <header> | 33 <header> |
| 24 <h1 id="navbar-content-title" i18n-content="title"></h1> | 34 <h1 id="navbar-content-title" i18n-content="title"></h1> |
| 25 <div id="print-header"> | 35 <include src="print_header.html"/> |
| 26 <span id="print-summary"></span> | |
| 27 <div class="button-strip"> | |
| 28 <button id="print-button" i18n-content="printButton" class="default"> | |
| 29 </button> | |
| 30 <button id="cancel-button" i18n-content="cancelButton"></button> | |
| 31 </div> | |
| 32 </div> | |
| 33 </header> | 36 </header> |
| 34 <div id="settings"> | 37 <div id="settings"> |
| 35 <div id="destination-option" class="two-column visible"> | 38 <include src="settings/destination_settings.html"/> |
| 36 <h1 i18n-content="destinationLabel"></h1> | 39 <include src="settings/page_settings.html"/> |
| 37 <div class="right-column"> | 40 <include src="settings/copies_settings.html"/> |
| 38 <select id="printer-list"></select> | 41 <include src="settings/layout_settings.html"/> |
| 39 </div> | 42 <include src="settings/color_settings.html"/> |
| 43 <include src="settings/margin_settings.html"/> | |
| 44 <include src="settings/other_options_settings.html"/> | |
| 45 </div> | |
| 46 <div id="link-container"> | |
| 47 <div> | |
| 48 <button id="cloud-print-dialog-link" | |
| 49 class="link-button navbar-link" | |
| 50 style="display: none;" | |
| 51 i18n-content="cloudPrintDialogOption"></button> | |
| 52 <button id="system-dialog-link" | |
| 53 class="link-button navbar-link" | |
| 54 style="display: none;" | |
| 55 i18n-content="systemDialogOption"></button> | |
|
kmadhusu
2012/05/18 20:13:46
Right before committing, please do a accessibility
| |
| 56 <div id="dialog-throbber" | |
| 57 style="display: none;" | |
| 58 class="throbber"></div> | |
| 40 </div> | 59 </div> |
| 41 <include src="page_settings.html"></include> | |
| 42 <include src="copies_settings.html"></include> | |
| 43 <include src="layout_settings.html"></include> | |
| 44 <include src="color_settings.html"></include> | |
| 45 <include src="margin_settings.html"></include> | |
| 46 <include src="more_options.html"></include> | |
| 47 <div> | 60 <div> |
| 48 <if expr="pp_ifdef('chromeos')"> | 61 <button id="open-pdf-in-preview-link" |
| 49 <button id="system-dialog-link" | 62 class="link-button navbar-link" |
| 50 class="link-button preview-link-button" | 63 style="display: none;" |
| 51 i18n-content="cloudPrintDialogOption"></button> | 64 i18n-content="openPdfInPreviewOption"></button> |
| 52 </if> | 65 <div id="open-preview-app-throbber" |
| 53 <if expr="not pp_ifdef('chromeos')"> | 66 style="display: none;" |
| 54 <button id="system-dialog-link" | 67 class="throbber"></div> |
| 55 class="link-button preview-link-button" | |
| 56 i18n-content="systemDialogOption"></button> | |
| 57 </if> | |
| 58 <div id="system-dialog-throbber" class="throbber" hidden></div> | |
| 59 </div> | |
| 60 <if expr="is_macosx"> | |
| 61 <div> | |
| 62 <button id="open-pdf-in-preview-link" | |
| 63 class="link-button preview-link-button" | |
| 64 i18n-content="openPdfInPreviewOption"></button> | |
| 65 <div id="open-preview-app-throbber" class="throbber" hidden></div> | |
| 66 </div> | |
| 67 </if> | |
| 68 </div> | |
| 69 </div> | |
| 70 <div id="mainview"> | |
| 71 <div id="overlay-layer" class="invisible"> | |
| 72 <div id="messages"> | |
| 73 <div id="dancing-dots-text" hidden> | |
| 74 <span id="loading"></span> | |
| 75 <span><span>.</span><span>.</span><span>.</span></span> | |
| 76 </div> | |
| 77 <div id="custom-message" hidden></div> | |
| 78 <div id="custom-message-with-dots" | |
| 79 class="message-with-dots" hidden></div> | |
| 80 <div id="error-action-area"> | |
| 81 <button id="error-button" hidden></button> | |
| 82 <div id="native-print-dialog-throbber" class="throbber" hidden></div> | |
| 83 </div> | |
| 84 </div> | 68 </div> |
| 85 </div> | 69 </div> |
| 86 </div> | 70 </div> |
| 87 <object id="dummy-viewer" | 71 <include src="previewarea/preview_area.html"/> |
| 88 type="application/x-google-chrome-print-preview-pdf" | 72 |
| 89 data="chrome://print/dummy.pdf"></object> | 73 <!-- HTML Templates --> |
| 90 <script src="chrome://resources/js/i18n_template.js"></script> | 74 <include src="previewarea/margin_control.html"/> |
| 91 <script src="chrome://resources/js/i18n_process.js"></script> | |
| 92 </body> | 75 </body> |
| 76 | |
| 93 </html> | 77 </html> |
| OLD | NEW |