| OLD | NEW |
| 1 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | 1 <!-- Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
| 4 | 4 |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe
s/iron-flex-layout.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe
s/iron-flex-layout.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i
conset-svg.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i
conset-svg.html"> |
| 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
| 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html
"> |
| 10 | 10 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 </g> | 36 </g> |
| 37 </defs> | 37 </defs> |
| 38 </svg> | 38 </svg> |
| 39 </iron-iconset-svg> | 39 </iron-iconset-svg> |
| 40 | 40 |
| 41 <dom-module id="oobe-eula-md"> | 41 <dom-module id="oobe-eula-md"> |
| 42 <template> | 42 <template> |
| 43 <link rel="stylesheet" href="oobe_eula.css"> | 43 <link rel="stylesheet" href="oobe_eula.css"> |
| 44 <link rel="stylesheet" href="oobe_dialog_parameters.css"> | 44 <link rel="stylesheet" href="oobe_dialog_parameters.css"> |
| 45 <oobe-dialog id="eulaLoadingDialog" hidden="[[!eulaLoadingScreenShown]]" | 45 <oobe-dialog id="eulaLoadingDialog" hidden="[[!eulaLoadingScreenShown]]" |
| 46 role="dialog" aria-label$="$i18n{termsOfServiceLoading}" | 46 role="dialog" i18n-values="aria-label:termsOfServiceLoading" |
| 47 has-buttons> | 47 has-buttons> |
| 48 <iron-icon icon="oobe-eula:googleg" class="oobe-icon"></iron-icon> | 48 <iron-icon icon="oobe-eula:googleg" class="oobe-icon"></iron-icon> |
| 49 <div class="header"> | 49 <div class="header"> |
| 50 <h1 class="title" i18n-content="termsOfServiceLoading"></h1> | 50 <h1 class="title" i18n-content="termsOfServiceLoading"></h1> |
| 51 </div> | 51 </div> |
| 52 </oobe-dialog> | 52 </oobe-dialog> |
| 53 <oobe-dialog id="eulaDialog" hidden="[[eulaLoadingScreenShown]]" | 53 <oobe-dialog id="eulaDialog" hidden="[[eulaLoadingScreenShown]]" |
| 54 role="dialog" aria-label$="$i18n{oobeEulaSectionTitle}" | 54 role="dialog" i18n-values="aria-label:oobeEulaSectionTitle" |
| 55 has-buttons> | 55 has-buttons> |
| 56 <hd-iron-icon class="oobe-icon" | 56 <hd-iron-icon class="oobe-icon" |
| 57 icon1x="oobe-eula-32:googleg" icon2x="oobe-eula-64:googleg"> | 57 icon1x="oobe-eula-32:googleg" icon2x="oobe-eula-64:googleg"> |
| 58 </hd-iron-icon> | 58 </hd-iron-icon> |
| 59 <div class="header"> | 59 <div class="header"> |
| 60 <h1 class="title" i18n-content="oobeEulaSectionTitle"></h1> | 60 <h1 class="title" i18n-content="oobeEulaSectionTitle"></h1> |
| 61 </div> | 61 </div> |
| 62 <div class="footer flex layout vertical"> | 62 <div class="footer flex layout vertical"> |
| 63 <iframe id="crosEulaFrame" src="chrome://terms" | 63 <iframe id="crosEulaFrame" src="chrome://terms" |
| 64 role="document" class="flex focus-on-show" | 64 role="document" class="flex focus-on-show" |
| 65 aria-label$="$i18n{oobeEulaIframeLabel}" | 65 i18n-values="aria-label:oobeEulaIframeLabel" |
| 66 on-load="onFrameLoad_"> | 66 on-load="onFrameLoad_"> |
| 67 </iframe> | 67 </iframe> |
| 68 <a id="installationSettings" href="#" | 68 <a id="installationSettings" href="#" |
| 69 on-tap="onInstallationSettingsClicked_" | 69 on-tap="onInstallationSettingsClicked_" |
| 70 i18n-content="eulaSystemInstallationSettings"> | 70 i18n-content="eulaSystemInstallationSettings"> |
| 71 </a> | 71 </a> |
| 72 <div id="logging" class="layout horizontal"> | 72 <div id="logging" class="layout horizontal"> |
| 73 <paper-checkbox aria-labelledby="usage-stats-label" id="usageStats" | 73 <paper-checkbox aria-labelledby="usage-stats-label" id="usageStats" |
| 74 checked="{{usageStatsChecked}}" on-change="onUsageChanged_"> | 74 checked="{{usageStatsChecked}}" on-change="onUsageChanged_"> |
| 75 </paper-checkbox> | 75 </paper-checkbox> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 89 <oobe-text-button id="eula-accept-button" inverse on-tap="eulaAccepted_" | 89 <oobe-text-button id="eula-accept-button" inverse on-tap="eulaAccepted_" |
| 90 disabled="[[acceptButtonDisabled]]"> | 90 disabled="[[acceptButtonDisabled]]"> |
| 91 <div i18n-content="oobeEulaAcceptAndContinueButtonText" | 91 <div i18n-content="oobeEulaAcceptAndContinueButtonText" |
| 92 id="accept-button-text"> | 92 id="accept-button-text"> |
| 93 </div> | 93 </div> |
| 94 </oobe-text-button> | 94 </oobe-text-button> |
| 95 </div> | 95 </div> |
| 96 </oobe-dialog> | 96 </oobe-dialog> |
| 97 </template> | 97 </template> |
| 98 </dom-module> | 98 </dom-module> |
| OLD | NEW |