OLD | NEW |
1 <html><head><!-- | 1 <html><head><!-- |
2 @license | 2 @license |
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. |
4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
7 Code distributed by Google as part of the polymer project is also | 7 Code distributed by Google as part of the polymer project is also |
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
9 --><!-- | 9 --><!-- |
10 @license | 10 @license |
(...skipping 3539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3550 </iron-pages> | 3550 </iron-pages> |
3551 | 3551 |
3552 <template is="cr-lazy-render" id="dialog"> | 3552 <template is="cr-lazy-render" id="dialog"> |
3553 <dialog is="cr-dialog"> | 3553 <dialog is="cr-dialog"> |
3554 <div class="title">$i18n{removeSelected}</div> | 3554 <div class="title">$i18n{removeSelected}</div> |
3555 <div class="body">$i18n{deleteWarning}</div> | 3555 <div class="body">$i18n{deleteWarning}</div> |
3556 <div class="button-container"> | 3556 <div class="button-container"> |
3557 <paper-button class="cancel-button" on-tap="onDialogCancelTap_"> | 3557 <paper-button class="cancel-button" on-tap="onDialogCancelTap_"> |
3558 $i18n{cancel} | 3558 $i18n{cancel} |
3559 </paper-button> | 3559 </paper-button> |
3560 <paper-button class="action-button" on-tap="onDialogConfirmTap_" autof
ocus=""> | 3560 <paper-button class="action-button" on-tap="onDialogConfirmTap_"> |
3561 $i18n{deleteConfirm} | 3561 $i18n{deleteConfirm} |
3562 </paper-button> | 3562 </paper-button> |
3563 </div> | 3563 </div> |
3564 </dialog> | 3564 </dialog> |
3565 </template> | 3565 </template> |
3566 | 3566 |
3567 <template is="cr-lazy-render" id="sharedMenu"> | 3567 <template is="cr-lazy-render" id="sharedMenu"> |
3568 <cr-shared-menu> | 3568 <cr-shared-menu> |
3569 <paper-item id="menuMoreButton" class="menu-item" on-tap="onMoreFromSite
Tap_"> | 3569 <paper-item id="menuMoreButton" class="menu-item" on-tap="onMoreFromSite
Tap_"> |
3570 $i18n{moreFromSite} | 3570 $i18n{moreFromSite} |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3962 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> | 3962 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> |
3963 </history-side-bar> | 3963 </history-side-bar> |
3964 </app-drawer> | 3964 </app-drawer> |
3965 </template> | 3965 </template> |
3966 | 3966 |
3967 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3967 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
3968 </iron-media-query> | 3968 </iron-media-query> |
3969 </template> | 3969 </template> |
3970 </dom-module> | 3970 </dom-module> |
3971 <script src="app.crisper.js"></script></body></html> | 3971 <script src="app.crisper.js"></script></body></html> |
OLD | NEW |