OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <!-- NOTE: index.html/index.js are automatically generated from index.in.html | 2 <!-- NOTE: index.html/index.js are automatically generated from index.in.html |
3 using the command: vulcanize --csp index.in.html -o index.html | 3 using the command: vulcanize --csp index.in.html -o index.html |
4 index.html/index.js SHOULD NOT be modified manually. | 4 index.html/index.js SHOULD NOT be modified manually. |
5 TODO(raymes): Get rid of the need for vulcanize once HTMLImports is | 5 TODO(raymes): Get rid of the need for vulcanize once HTMLImports is |
6 working properly in polymer. --> | 6 working properly in polymer. --> |
7 <html i18n-values="dir:textdirection"> | 7 <html i18n-values="dir:textdirection"> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <script src="polymer_loader.js"></script> | 10 <script src="polymer_loader.js"></script> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable> | 57 <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable> |
58 </viewer-button> | 58 </viewer-button> |
59 <viewer-button id="fit-to-width-button" src="button_fit_width.png" | 59 <viewer-button id="fit-to-width-button" src="button_fit_width.png" |
60 latchable> | 60 latchable> |
61 </viewer-button> | 61 </viewer-button> |
62 <viewer-button id="zoom-in-button" src="button_zoom_in.png"> | 62 <viewer-button id="zoom-in-button" src="button_zoom_in.png"> |
63 </viewer-button> | 63 </viewer-button> |
64 <viewer-button id="zoom-out-button" src="button_zoom_out.png"> | 64 <viewer-button id="zoom-out-button" src="button_zoom_out.png"> |
65 </viewer-button> | 65 </viewer-button> |
66 </polymer-selector> | 66 </polymer-selector> |
67 <viewer-button id="save-button" src="button_save.png"></viewer-button> | 67 <a id="save-button-link" download> |
| 68 <viewer-button id="save-button" src="button_save.png"></viewer-button> |
| 69 </a> |
68 <viewer-button id="print-button" src="button_print.png"></viewer-button> | 70 <viewer-button id="print-button" src="button_print.png"></viewer-button> |
69 </viewer-toolbar> | 71 </viewer-toolbar> |
70 | 72 |
71 <viewer-error-screen id="error-screen"></viewer-error-screen> | 73 <viewer-error-screen id="error-screen"></viewer-error-screen> |
72 | 74 |
73 </body> | 75 </body> |
74 <script src="pdf.js"></script> | 76 <script src="pdf.js"></script> |
75 </html> | 77 </html> |
OLD | NEW |