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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 <hr> | 108 <hr> |
109 <div id="system-dialog-div"> | 109 <div id="system-dialog-div"> |
110 <a id="system-dialog-link" href="#" | 110 <a id="system-dialog-link" href="#" |
111 i18n-content="systemDialogOption"></a> | 111 i18n-content="systemDialogOption"></a> |
112 </div> | 112 </div> |
113 </div> | 113 </div> |
114 </form> | 114 </form> |
115 </div> | 115 </div> |
116 <div id="mainview"> | 116 <div id="mainview"> |
117 <div id="dancing-dots" class="invisible"> | 117 <div id="dancing-dots" class="invisible"> |
118 <div id="dancing-dots-text" class="messages"> | 118 <div id="messages"> |
119 <span id="loading" i18n-content="loading"></span> | 119 <div id="dancing-dots-text"> |
120 <span><span>.</span><span>.</span><span>.</span></span> | 120 <span id="loading" i18n-content="loading"></span> |
| 121 <span><span>.</span><span>.</span><span>.</span></span> |
| 122 </div> |
| 123 <div id="error-text" class="hidden"></div> |
| 124 <br> |
| 125 <button id="reopen-page" class="hidden" |
| 126 i18n-content="reopenPage"></button> |
121 </div> | 127 </div> |
122 <div id="error-text" class="messages hidden"></div> | |
123 </div> | 128 </div> |
124 </div> | 129 </div> |
125 <object id="dummy-viewer" type="application/pdf" | 130 <object id="dummy-viewer" type="application/pdf" |
126 src="chrome://print/dummy.pdf"/> | 131 src="chrome://print/dummy.pdf"/> |
127 </body> | 132 </body> |
128 </html> | 133 </html> |
OLD | NEW |