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"> |
11 <include src="html_office/elements/viewer-page-indicator/viewer-page-indicator
.html"> | 11 <include src="html_office/elements/viewer-page-indicator/viewer-page-indicator
.html"> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 assetpath="html_office/elements/viewer-button/" | 46 assetpath="html_office/elements/viewer-button/" |
47 img="button_print.png"> | 47 img="button_print.png"> |
48 </viewer-button> | 48 </viewer-button> |
49 </viewer-toolbar> | 49 </viewer-toolbar> |
50 | 50 |
51 <viewer-error-screen id="error-screen"></viewer-error-screen> | 51 <viewer-error-screen id="error-screen"></viewer-error-screen> |
52 | 52 |
53 </body> | 53 </body> |
54 <script src="main.js"></script> | 54 <script src="main.js"></script> |
55 </html> | 55 </html> |
OLD | NEW |