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 i18n-content=
"manageProfilesNameLabel"></span>
14 <input id=
"manage-profile-name" type=
"text" pattern=
".*\S.*" required
>
17 <div id=
"manage-profile-error-bubble" hidden
></div>
19 <div class=
"action-area">
20 <div class=
"action-area-shortcut-container">
21 <button id=
"remove-shortcut-button"
22 i18n-content=
"removeProfileShortcutButton" hidden
>
24 <button id=
"add-shortcut-button"
25 i18n-content=
"createProfileShortcutButton" hidden
>
28 <div class=
"button-strip">
29 <button id=
"manage-profile-cancel" i18n-content=
"cancel"></button>
30 <button id=
"manage-profile-ok" i18n-content=
"manageProfilesConfirm"
31 class=
"default-button"></button>
35 <!-- Dialog for deleting profiles. -->
36 <div id=
"manage-profile-overlay-delete" hidden
>
37 <h1 i18n-content=
"deleteProfileTitle"></h1>
38 <div class=
"content-area">
39 <div id=
"delete-profile-message">
40 <img id=
"delete-profile-icon" class=
"profile-icon">
41 <div id=
"delete-profile-text"></div>
43 <div id=
"delete-supervised-profile-addendum"
44 i18n-values=
".innerHTML:deleteSupervisedProfileAddendum" hidden
>
47 <div class=
"action-area button-strip">
48 <button id=
"delete-profile-ok" i18n-content=
"deleteProfileOK"></button>
49 <button id=
"delete-profile-cancel" i18n-content=
"cancel"
50 class=
"default-button"></button>
53 <!-- Dialog for disconnecting enterprise managed profiles. -->
54 <div id=
"manage-profile-overlay-disconnect-managed" hidden
>
55 <h1 i18n-content=
"disconnectManagedProfileTitle"></h1>
56 <div class=
"content-area"
57 id=
"disconnect-managed-profile-domain-information"
58 i18n-values=
".innerHTML:disconnectManagedProfileDomainInformation">
60 <div class=
"content-area">
61 <div id=
"disconnect-managed-profile-message">
62 <div id=
"disconnect-managed-profile-text"
63 i18n-values=
".innerHTML:disconnectManagedProfileText">
67 <div class=
"action-area">
68 <div class=
"button-strip">
69 <button id=
"disconnect-managed-profile-ok"
70 i18n-content=
"disconnectManagedProfileOK"></button>
71 <button id=
"disconnect-managed-profile-cancel" class=
"default-button"
72 i18n-content=
"cancel"></button>
76 <!-- Dialog for creating profiles. -->
77 <div id=
"manage-profile-overlay-create" hidden
>
78 <h1 i18n-content=
"createProfileTitle"></h1>
79 <div id=
"create-profile-content" class=
"content-area">
80 <div id=
"create-profile-instructions"></div>
81 <grid id=
"create-profile-icon-grid"></grid>
82 <div id=
"create-profile-name-input-container">
84 <span id=
"create-profile-name-label"
85 i18n-content=
"manageProfilesNameLabel">
87 <input id=
"create-profile-name" type=
"text" pattern=
".*\S.*" required
>
91 <div id=
"create-profile-supervised-content-area" class=
"content-area">
92 <div id=
"create-shortcut-container" class=
"checkbox" hidden
>
94 <input id=
"create-shortcut" type=
"checkbox">
95 <span i18n-content=
"createProfileShortcutCheckbox"></span>
98 <div id=
"create-profile-supervised-container" class=
"checkbox">
100 <input id=
"create-profile-supervised" type=
"checkbox">
101 <span id=
"create-profile-supervised-signed-in">
102 <span id=
"create-profile-supervised-signed-in-label"></span>
103 <span id=
"create-profile-supervised-account-details-out-of-date-label"
106 <a id=
"create-profile-supervised-signed-in-learn-more-link"
107 is=
"action-link" i18n-content=
"learnMore"></a>
108 <a id=
"create-profile-supervised-sign-in-again-link"
110 i18n-content=
"manageProfilesSupervisedSignInAgainLink"
113 <span id=
"create-profile-supervised-not-signed-in"
114 i18n-values=
".innerHTML:manageProfilesSupervisedNotSignedIn"
118 <span id=
"create-profile-supervised-indicator"
119 class=
"bubble-button controlled-setting-indicator">
122 <div id=
"create-profile-error-bubble" hidden
></div>
124 <div class=
"action-area">
125 <div id=
"create-profile-throbber" class=
"throbber"></div>
126 <a is=
"action-link" id=
"import-existing-supervised-user-link"
127 i18n-content=
"importExistingSupervisedUserLink" hidden
></a>
128 <div class=
"button-strip">
129 <button id=
"create-profile-cancel" i18n-content=
"cancel"></button>
130 <button id=
"create-profile-ok" i18n-content=
"createProfileConfirm"
131 class=
"default-button">