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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable> | 56 <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable> |
57 </viewer-button> | 57 </viewer-button> |
58 <viewer-button id="fit-to-width-button" src="button_fit_width.png" | 58 <viewer-button id="fit-to-width-button" src="button_fit_width.png" |
59 latchable> | 59 latchable> |
60 </viewer-button> | 60 </viewer-button> |
61 <viewer-button id="zoom-in-button" src="button_zoom_in.png"> | 61 <viewer-button id="zoom-in-button" src="button_zoom_in.png"> |
62 </viewer-button> | 62 </viewer-button> |
63 <viewer-button id="zoom-out-button" src="button_zoom_out.png"> | 63 <viewer-button id="zoom-out-button" src="button_zoom_out.png"> |
64 </viewer-button> | 64 </viewer-button> |
65 </polymer-selector> | 65 </polymer-selector> |
66 <viewer-button id="save-button" src="button_save.png"></viewer-button> | 66 <a id="save-button-link" download> |
| 67 <viewer-button id="save-button" src="button_save.png"></viewer-button> |
| 68 </a> |
67 <viewer-button id="print-button" src="button_print.png"></viewer-button> | 69 <viewer-button id="print-button" src="button_print.png"></viewer-button> |
68 </viewer-toolbar> | 70 </viewer-toolbar> |
69 | 71 |
70 </body> | 72 </body> |
71 <script src="pdf.js"></script> | 73 <script src="pdf.js"></script> |
72 </html> | 74 </html> |
OLD | NEW |