| 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="print_preview.css"> | 8 <link rel="stylesheet" href="print_preview.css"> |
| 9 <script src="chrome://resources/js/local_strings.js"></script> | 9 <script src="chrome://resources/js/local_strings.js"></script> |
| 10 <script src="chrome://resources/js/util.js"></script> | 10 <script src="chrome://resources/js/util.js"></script> |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 </div> | 104 </div> |
| 105 </div> | 105 </div> |
| 106 <hr> | 106 <hr> |
| 107 <div id="system-dialog-div"> | 107 <div id="system-dialog-div"> |
| 108 <a id="system-dialog-link" href="#" | 108 <a id="system-dialog-link" href="#" |
| 109 i18n-content="systemDialogOption"></a> | 109 i18n-content="systemDialogOption"></a> |
| 110 </div> | 110 </div> |
| 111 </div> | 111 </div> |
| 112 </div> | 112 </div> |
| 113 <div id="mainview"> | 113 <div id="mainview"> |
| 114 <div id="dancing-dots" class="invisible"> | 114 <div id="overlay-layer" class="invisible"> |
| 115 <div id="messages"> | 115 <div id="messages"> |
| 116 <div id="dancing-dots-text"> | 116 <div id="dancing-dots-text" class="hidden"> |
| 117 <span id="loading" i18n-content="loading"></span> | 117 <span id="loading" i18n-content="loading"></span> |
| 118 <span><span>.</span><span>.</span><span>.</span></span> | 118 <span><span>.</span><span>.</span><span>.</span></span> |
| 119 </div> | 119 </div> |
| 120 <div id="error-text" class="hidden"></div> | 120 <div id="error-text" class="hidden"></div> |
| 121 <br> | 121 <br> |
| 122 <button id="reopen-page" class="hidden" | 122 <button id="reopen-page" class="hidden" |
| 123 i18n-content="reopenPage"></button> | 123 i18n-content="reopenPage"></button> |
| 124 </div> | 124 </div> |
| 125 </div> | 125 </div> |
| 126 </div> | 126 </div> |
| 127 <object id="dummy-viewer" type="application/pdf" | 127 <object id="dummy-viewer" type="application/pdf" |
| 128 src="chrome://print/dummy.pdf"/> | 128 src="chrome://print/dummy.pdf"/> |
| 129 </body> | 129 </body> |
| 130 </html> | 130 </html> |
| OLD | NEW |