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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 <polymer-selector> | 416 <polymer-selector> |
417 <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable="
"> | 417 <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable="
"> |
418 </viewer-button> | 418 </viewer-button> |
419 <viewer-button id="fit-to-width-button" src="button_fit_width.png" latchable
=""> | 419 <viewer-button id="fit-to-width-button" src="button_fit_width.png" latchable
=""> |
420 </viewer-button> | 420 </viewer-button> |
421 <viewer-button id="zoom-in-button" src="button_zoom_in.png"> | 421 <viewer-button id="zoom-in-button" src="button_zoom_in.png"> |
422 </viewer-button> | 422 </viewer-button> |
423 <viewer-button id="zoom-out-button" src="button_zoom_out.png"> | 423 <viewer-button id="zoom-out-button" src="button_zoom_out.png"> |
424 </viewer-button> | 424 </viewer-button> |
425 </polymer-selector> | 425 </polymer-selector> |
426 <viewer-button id="save-button" src="button_save.png"></viewer-button> | 426 <a id="save-button-link" download=""> |
| 427 <viewer-button id="save-button" src="button_save.png"></viewer-button> |
| 428 </a> |
427 <viewer-button id="print-button" src="button_print.png"></viewer-button> | 429 <viewer-button id="print-button" src="button_print.png"></viewer-button> |
428 </viewer-toolbar> | 430 </viewer-toolbar> |
429 | 431 |
430 | 432 |
431 <script src="index.js"></script> | 433 <script src="index.js"></script> |
432 </body> | 434 </body> |
433 <script src="pdf.js"></script> | 435 <script src="pdf.js"></script> |
434 </html> | 436 </html> |
OLD | NEW |