1 <div id=
"manage-profile-overlay" class=
"page" hidden
>
2 <div class=
"close-button"></div>
3 <!-- Dialog for managing profiles. -->
4 <div id=
"manage-profile-overlay-manage" hidden
>
5 <h1 i18n-content=
"manageProfile"></h1>
6 <div id=
"manage-profile-content" class=
"content-area">
7 <div id=
"manage-profile-icon-label"
8 i18n-content=
"manageProfilesIconLabel">
10 <grid id=
"manage-profile-icon-grid"></grid>
11 <div id=
"manage-profile-name-input-container">
13 <span id=
"manage-profile-name-label" for=
"manage-profile-name"
14 i18n-content=
"manageProfilesNameLabel">
16 <input id=
"manage-profile-name" type=
"text" required
>
19 <div id=
"manage-profile-error-bubble" hidden
></div>
21 <div class=
"action-area">
22 <div class=
"action-area-shortcut-container">
23 <button id=
"remove-shortcut-button"
24 i18n-content=
"removeProfileShortcutButton" hidden
>
26 <button id=
"add-shortcut-button"
27 i18n-content=
"createProfileShortcutButton" hidden
>
30 <div class=
"button-strip">
31 <button id=
"manage-profile-cancel" i18n-content=
"cancel"></button>
32 <button id=
"manage-profile-ok" i18n-content=
"ok"
33 class=
"default-button"></button>
37 <!-- Dialog for deleting profiles. -->
38 <div id=
"manage-profile-overlay-delete" hidden
>
39 <h1 i18n-content=
"deleteProfileTitle"></h1>
40 <div class=
"content-area">
41 <div id=
"delete-profile-message">
42 <img id=
"delete-profile-icon" class=
"profile-icon">
43 <div id=
"delete-profile-text"></div>
45 <div id=
"delete-managed-profile-addendum"
46 i18n-values=
".innerHTML:deleteManagedProfileAddendum" hidden
>
49 <div class=
"action-area button-strip">
50 <button id=
"delete-profile-cancel" i18n-content=
"cancel"></button>
51 <button id=
"delete-profile-ok" class=
"default-button"
52 i18n-content=
"deleteProfileOK"></button>
55 <!-- Dialog for creating profiles. -->
56 <div id=
"manage-profile-overlay-create" hidden
>
57 <h1 i18n-content=
"createProfileTitle"></h1>
58 <div id=
"create-profile-content" class=
"content-area">
59 <div id=
"create-profile-instructions"></div>
60 <grid id=
"create-profile-icon-grid"></grid>
61 <div id=
"create-profile-name-input-container">
63 <span id=
"create-profile-name-label" for=
"create-profile-name"
64 i18n-content=
"manageProfilesNameLabel">
66 <input id=
"create-profile-name" type=
"text" required
>
70 <div id=
"create-profile-managed-content-area" class=
"content-area">
71 <div id=
"create-shortcut-container" class=
"checkbox" hidden
>
73 <input id=
"create-shortcut" type=
"checkbox">
74 <span for=
"create-shortcut"
75 i18n-content=
"createProfileShortcutCheckbox">
79 <div id=
"create-profile-managed-container" class=
"checkbox">
81 <input id=
"create-profile-managed" type=
"checkbox">
82 <span id=
"create-profile-managed-signed-in">
83 <span id=
"create-profile-managed-signed-in-label"></span>
84 <span id=
"create-profile-managed-account-details-out-of-date-label"
87 <button id=
"create-profile-managed-signed-in-learn-more-link"
88 class=
"link-button" i18n-content=
"learnMore">
90 <button id=
"create-profile-managed-sign-in-again-link"
92 i18n-content=
"manageProfilesManagedSignInAgainLink" hidden
>
95 <span id=
"create-profile-managed-not-signed-in" hidden
>
96 <span id=
"create-profile-managed-not-signed-in-label"
97 i18n-content=
"manageProfilesManagedNotSignedInLabel">
99 <button id=
"create-profile-managed-not-signed-in-link"
101 i18n-content=
"manageProfilesManagedNotSignedInLink">
105 <span id=
"create-profile-managed-indicator"
106 class=
"bubble-button controlled-setting-indicator">
109 <div id=
"create-profile-error-bubble" hidden
></div>
111 <div class=
"action-area">
112 <div id=
"create-profile-throbber" class=
"throbber"></div>
113 <button id=
"import-existing-managed-user-link" class=
"link-button"
114 i18n-content=
"importExistingManagedUserLink" hidden
>
116 <div class=
"button-strip">
117 <button id=
"create-profile-cancel" i18n-content=
"cancel"></button>
118 <button id=
"create-profile-ok" i18n-content=
"createProfileConfirm"
119 class=
"default-button">