| OLD | NEW |
| 1 <dom-module id="user-pod-template-shared-styles"> | 1 <dom-module id="user-pod-template-shared-styles"> |
| 2 <template> | 2 <template> |
| 3 <link rel="stylesheet" href="md_user_pod_template.css"> | 3 <link rel="stylesheet" href="md_user_pod_template.css"> |
| 4 </template> | 4 </template> |
| 5 </dom-module> | 5 </dom-module> |
| 6 | 6 |
| 7 <style is="custom-style" include="user-pod-template-shared-styles"></style> | 7 <style is="custom-style" include="user-pod-template-shared-styles"></style> |
| 8 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 8 | 9 |
| 9 <iron-iconset-svg name="user-pod" size="24"> | 10 <iron-iconset-svg name="user-pod" size="24"> |
| 10 <svg> | 11 <svg> |
| 11 <defs> | 12 <defs> |
| 12 <!-- | 13 <!-- |
| 13 Inlined from Polymer's iron-icons to avoid importing everything. | 14 Inlined from Polymer's iron-icons to avoid importing everything. |
| 14 See http://goo.gl/Y1OdAq for instructions on adding additional icons. | 15 See http://goo.gl/Y1OdAq for instructions on adding additional icons. |
| 15 --> | 16 --> |
| 16 <g id="arrow-forward"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5
.59L12 20l8-8z"/></g> | 17 <g id="arrow-forward" stroke="none" stroke-width="1"> |
| 17 <g id="close"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5
17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></g> | 18 <polygon id="arrow" points="10.5 4 9.354375 5.145625 13.888125 9.6875
4 9.6875 4 11.3126 13.888125 11.3125 9.354375 15.854375 10.5 17 17 10.5"></polyg
on> |
| 19 </g> |
| 20 <g id="dropdown" fill="#FFFFFF" stroke="none" stroke-width="1" fill-rule="
evenodd" opacity="0.34"> |
| 21 <polygon points="16.59 8.59 12 13.17 7.41 8.59 6 10 12 16 18 10"></pol
ygon> |
| 22 </g> |
| 18 </defs> | 23 </defs> |
| 19 </svg> | 24 </svg> |
| 20 </iron-iconset-svg> | 25 </iron-iconset-svg> |
| 21 | 26 |
| 22 <div id="user-pod-template" class="pod disabled" hidden> | 27 <div id="user-pod-template" class="pod disabled" hidden> |
| 23 <div class="user-image-pane"> | 28 <div class="user-image-pane"> |
| 24 <div class="user-image-container"> | 29 <div class="user-image-container"> |
| 25 <img class="user-image" alt> | 30 <img class="user-image" alt> |
| 26 </div> | 31 </div> |
| 27 <div class="signed-in-indicator" i18n-content="signedIn"></div> | 32 <div class="signed-in-indicator" i18n-content="signedIn"></div> |
| 28 <div class="indicator-container"> | 33 <div class="indicator-container"> |
| 29 <div class="indicator legacy-supervised-indicator"></div> | 34 <div class="indicator legacy-supervised-indicator"></div> |
| 30 <div class="indicator child-indicator"></div> | 35 <div class="indicator child-indicator"></div> |
| 31 <div class="indicator locked-indicator"></div> | 36 <div class="indicator locked-indicator"></div> |
| 32 </div> | 37 </div> |
| 33 </div> | 38 </div> |
| 34 <if expr="chromeos"> | 39 <if expr="chromeos"> |
| 35 <div class="pin-container pin-disabled pin-tag"> | 40 <div class="pin-container pin-disabled pin-tag"> |
| 36 <pin-keyboard enable-password hide-input></pin-keyboard> | 41 <pin-keyboard enable-password hide-input></pin-keyboard> |
| 37 </div> | 42 </div> |
| 38 </if> | 43 </if> |
| 39 <div class="main-pane"> | 44 <div class="main-pane"> |
| 40 <div class="name-container"> | 45 <div class="name-container"> |
| 41 <div class="learn-more-container"> | 46 <div class="learn-more-container"> |
| 42 <div class="learn-more"></div> | 47 <div class="learn-more"></div> |
| 43 </div> | 48 </div> |
| 44 <div class="name"></div> | 49 <div class="name"></div> |
| 50 <div class="action-box-area"> |
| 51 <paper-icon-button class="action-box-button" disabled |
| 52 icon="user-pod:dropdown" tabindex="-1"> |
| 53 </paper-icon-button> |
| 54 <iron-icon icon="cr:more-vert" class="action-box-icon"></iron-icon> |
| 55 </div> |
| 56 <div class="action-box-menu"> |
| 57 <div class="action-box-menu-title"> |
| 58 <span class="action-box-menu-title-name"></span> |
| 59 <span class="action-box-menu-title-email"></span> |
| 60 </div> |
| 61 <div class="action-box-menu-remove" |
| 62 i18n-content="removeUserWarningButtonTitle"> |
| 63 </div> |
| 64 <div class="action-box-remove-user-warning" hidden> |
| 65 <div class="action-box-remove-user-warning-text"></div> |
| 66 <table class="action-box-remove-user-warning-table-nonsync |
| 67 non-sync has-stats"> |
| 68 <tbody> |
| 69 <tr> |
| 70 <td i18n-content="removeUserWarningTextHistory"></td> |
| 71 <td class="action-box-remove-user-warning-history |
| 72 action-box-remove-user-warning-table-numbers" |
| 73 i18n-content="removeUserWarningTextCalculating"></td> |
| 74 </tr> |
| 75 <tr> |
| 76 <td i18n-content="removeUserWarningTextPasswords"></td> |
| 77 <td class="action-box-remove-user-warning-passwords |
| 78 action-box-remove-user-warning-table-numbers" |
| 79 i18n-content="removeUserWarningTextCalculating"></td> |
| 80 </tr> |
| 81 <tr> |
| 82 <td i18n-content="removeUserWarningTextBookmarks"></td> |
| 83 <td class="action-box-remove-user-warning-bookmarks |
| 84 action-box-remove-user-warning-table-numbers" |
| 85 i18n-content="removeUserWarningTextCalculating"></td> |
| 86 </tr> |
| 87 <tr> |
| 88 <td i18n-content="removeUserWarningTextSettings"></td> |
| 89 <td class="action-box-remove-user-warning-settings |
| 90 action-box-remove-user-warning-table-numbers" |
| 91 i18n-content="removeUserWarningTextCalculating"></td> |
| 92 </tr> |
| 93 </tbody> |
| 94 </table> |
| 95 <div class="action-box-remove-legacy-supervised-user-warning-text" |
| 96 i18n-content="removeLegacySupervisedUserWarningText"></div> |
| 97 <div class="action-box-remove-non-owner-user-warning-text" |
| 98 i18n-content="removeNonOwnerUserWarningText"></div> |
| 99 <!-- paper-button is imported inside user_manager.html --> |
| 100 <paper-button class="remove-warning-button" |
| 101 i18n-content="removeUserWarningButtonTitle"></paper-button> |
| 102 </div> |
| 103 </div> |
| 45 </div> | 104 </div> |
| 46 <div class="auth-container"> | 105 <div class="auth-container"> |
| 47 <!-- Password Authentication --> | 106 <!-- Password Authentication --> |
| 48 <div class="custom-icon-container" hidden></div> | 107 <div class="custom-icon-container" hidden></div> |
| 49 <if expr="chromeos"> | 108 <if expr="chromeos"> |
| 50 <div class="fingerprint-icon-container" hidden | 109 <div class="fingerprint-icon-container" hidden |
| 51 i18n-values="aria-label:fingerprintIconMessage"> | 110 i18n-values="aria-label:fingerprintIconMessage"> |
| 52 <div class="custom-icon fingerprint-icon-image"></div> | 111 <div class="custom-icon fingerprint-icon-image"></div> |
| 53 </div> | 112 </div> |
| 54 </if> | 113 </if> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 77 <span class="animated-ellipsis-component2">.</span> | 136 <span class="animated-ellipsis-component2">.</span> |
| 78 </div> | 137 </div> |
| 79 <div class="reauth-hint-container"> | 138 <div class="reauth-hint-container"> |
| 80 <span class="reauth-warning"></span> | 139 <span class="reauth-warning"></span> |
| 81 <span class="reauth-name-hint"></span> | 140 <span class="reauth-name-hint"></span> |
| 82 </div> | 141 </div> |
| 83 <div class="launch-app-button-container" hidden> | 142 <div class="launch-app-button-container" hidden> |
| 84 <button class="launch-app-button" i18n-content="launchAppButton"> | 143 <button class="launch-app-button" i18n-content="launchAppButton"> |
| 85 </button> | 144 </button> |
| 86 </div> | 145 </div> |
| 146 <div id="input-line"> |
| 147 <svg> |
| 148 <line x1="0" y1="0" x2="204" y2="0"> |
| 149 </svg> |
| 150 </div> |
| 87 </div> | 151 </div> |
| 88 </div> | 152 </div> |
| 89 <div class="action-box-area"> | |
| 90 <div class="custom-appearance action-box-button"></div> | |
| 91 <!-- iron-icon is imported inside user_manager.html --> | |
| 92 <iron-icon icon="cr:more-vert" class="action-box-icon"></iron-icon> | |
| 93 </div> | |
| 94 <div class="user-image-gradient-area"> | 153 <div class="user-image-gradient-area"> |
| 95 </div> | 154 </div> |
| 96 <div class="user-type-icon-area" hidden> | 155 <div class="user-type-icon-area" hidden> |
| 97 <div class="custom-appearance user-type-icon-image"></div> | 156 <div class="custom-appearance user-type-icon-image"></div> |
| 98 </div> | 157 </div> |
| 99 <div class="action-box-menu"> | |
| 100 <div class="action-box-menu-title"> | |
| 101 <span class="action-box-menu-title-name"></span> | |
| 102 <span class="action-box-menu-title-email"></span> | |
| 103 </div> | |
| 104 <div class="action-box-menu-remove"> | |
| 105 <span class="action-box-menu-remove-command"/> | |
| 106 </div> | |
| 107 <div class="action-box-remove-user-warning" hidden> | |
| 108 <div class="action-box-remove-user-warning-text"></div> | |
| 109 <table class="action-box-remove-user-warning-table-nonsync | |
| 110 non-sync has-stats"> | |
| 111 <tbody> | |
| 112 <tr> | |
| 113 <td i18n-content="removeUserWarningTextHistory"></td> | |
| 114 <td class="action-box-remove-user-warning-history | |
| 115 action-box-remove-user-warning-table-numbers" | |
| 116 i18n-content="removeUserWarningTextCalculating"></td> | |
| 117 </tr> | |
| 118 <tr> | |
| 119 <td i18n-content="removeUserWarningTextPasswords"></td> | |
| 120 <td class="action-box-remove-user-warning-passwords | |
| 121 action-box-remove-user-warning-table-numbers" | |
| 122 i18n-content="removeUserWarningTextCalculating"></td> | |
| 123 </tr> | |
| 124 <tr> | |
| 125 <td i18n-content="removeUserWarningTextBookmarks"></td> | |
| 126 <td class="action-box-remove-user-warning-bookmarks | |
| 127 action-box-remove-user-warning-table-numbers" | |
| 128 i18n-content="removeUserWarningTextCalculating"></td> | |
| 129 </tr> | |
| 130 <tr> | |
| 131 <td i18n-content="removeUserWarningTextSettings"></td> | |
| 132 <td class="action-box-remove-user-warning-settings | |
| 133 action-box-remove-user-warning-table-numbers" | |
| 134 i18n-content="removeUserWarningTextCalculating"></td> | |
| 135 </tr> | |
| 136 </tbody> | |
| 137 </table> | |
| 138 <div class="action-box-remove-legacy-supervised-user-warning-text" | |
| 139 i18n-content="removeLegacySupervisedUserWarningText"></div> | |
| 140 <div class="action-box-remove-non-owner-user-warning-text" | |
| 141 i18n-content="removeNonOwnerUserWarningText"></div> | |
| 142 <!-- paper-button is imported inside user_manager.html --> | |
| 143 <paper-button class="remove-warning-button" | |
| 144 i18n-content="removeUserWarningButtonTitle"></paper-button> | |
| 145 </div> | |
| 146 </div> | |
| 147 <div class="user-type-bubble"> | 158 <div class="user-type-bubble"> |
| 148 <div class="user-type-bubble-header"> | 159 <div class="user-type-bubble-header"> |
| 149 <span class="mp-policy-title" | 160 <span class="mp-policy-title" |
| 150 i18n-content="multiProfilesRestrictedPolicyTitle"></span> | 161 i18n-content="multiProfilesRestrictedPolicyTitle"></span> |
| 151 </div> | 162 </div> |
| 152 <div class="user-type-bubble-body"> | 163 <div class="user-type-bubble-body"> |
| 153 <span class="mp-policy-not-allowed-msg" | 164 <span class="mp-policy-not-allowed-msg" |
| 154 i18n-content="multiProfilesNotAllowedPolicyMsg" hidden></span> | 165 i18n-content="multiProfilesNotAllowedPolicyMsg" hidden></span> |
| 155 <span class="mp-policy-primary-only-msg" | 166 <span class="mp-policy-primary-only-msg" |
| 156 i18n-content="multiProfilesPrimaryOnlyPolicyMsg" hidden></span> | 167 i18n-content="multiProfilesPrimaryOnlyPolicyMsg" hidden></span> |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 i18n-values="aria-label:publicAccountEnterAccessibleName"> | 218 i18n-values="aria-label:publicAccountEnterAccessibleName"> |
| 208 </paper-button> | 219 </paper-button> |
| 209 <div class="language-and-input-container"> | 220 <div class="language-and-input-container"> |
| 210 <a class="language-and-input" href="#" role="button" | 221 <a class="language-and-input" href="#" role="button" |
| 211 i18n-content="publicSessionLanguageAndInput"></a> | 222 i18n-content="publicSessionLanguageAndInput"></a> |
| 212 </div> | 223 </div> |
| 213 </div> | 224 </div> |
| 214 </div> | 225 </div> |
| 215 </div> | 226 </div> |
| 216 </div> | 227 </div> |
| OLD | NEW |