| 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 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are | 5 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are |
| 6 fully implemented. At that point includes.js can be removed | 6 fully implemented. At that point includes.js can be removed |
| 7 as the scripts will be pulled in automatically. --> | 7 as the scripts will be pulled in automatically. --> |
| 8 <script src="includes.js"></script> | 8 <script src="includes.js"></script> |
| 9 <include src="html_office/elements/viewer-button/viewer-button.html"> | 9 <include src="html_office/elements/viewer-button/viewer-button.html"> |
| 10 <include src="html_office/elements/viewer-error-screen/viewer-error-screen.htm
l"> | 10 <include src="html_office/elements/viewer-error-screen/viewer-error-screen.htm
l"> |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 </a> | 46 </a> |
| 47 <viewer-button id="print-button" | 47 <viewer-button id="print-button" |
| 48 assetpath="html_office/elements/viewer-button/" | 48 assetpath="html_office/elements/viewer-button/" |
| 49 img="button_print.png"> | 49 img="button_print.png"> |
| 50 </viewer-button> | 50 </viewer-button> |
| 51 </viewer-toolbar> | 51 </viewer-toolbar> |
| 52 | 52 |
| 53 <viewer-error-screen id="error-screen"></viewer-error-screen> | 53 <viewer-error-screen id="error-screen"></viewer-error-screen> |
| 54 | 54 |
| 55 </body> | 55 </body> |
| 56 <script src="pdf.js"></script> | 56 <script src="main.js"></script> |
| 57 </html> | 57 </html> |
| OLD | NEW |