Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / manage_profile_overlay.html
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">
9       </div>
10       <grid id="manage-profile-icon-grid"></grid>
11       <div id="manage-profile-name-input-container">
12         <label>
13           <span id="manage-profile-name-label" for="manage-profile-name"
14               i18n-content="manageProfilesNameLabel">
15           </span>
16           <input id="manage-profile-name" type="text" required>
17         </label>
18       </div>
19       <div id="manage-profile-error-bubble" hidden></div>
20     </div>
21     <div class="action-area">
22       <div class="action-area-shortcut-container">
23         <button id="remove-shortcut-button"
24             i18n-content="removeProfileShortcutButton" hidden>
25         </button>
26         <button id="add-shortcut-button"
27             i18n-content="createProfileShortcutButton" hidden>
28         </button>
29       </div>
30       <div class="button-strip">
31         <button id="manage-profile-cancel" i18n-content="cancel"></button>
32         <button id="manage-profile-ok" i18n-content="manageProfilesConfirm"
33             class="default-button"></button>
34       </div>
35     </div>
36   </div>
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>
44       </div>
45       <div id="delete-supervised-profile-addendum"
46           i18n-values=".innerHTML:deleteSupervisedProfileAddendum" hidden>
47       </div>
48     </div>
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>
53     </div>
54   </div>
55   <!-- Dialog for disconnecting enterprise managed profiles. -->
56   <div id="manage-profile-overlay-disconnect-managed" hidden>
57     <h1 i18n-content="disconnectManagedProfileTitle"></h1>
58     <div class="content-area"
59         id="disconnect-managed-profile-domain-information"
60         i18n-values=".innerHTML:disconnectManagedProfileDomainInformation">
61     </div>
62     <div class="content-area">
63       <div id="disconnect-managed-profile-message">
64         <div id="disconnect-managed-profile-text"
65             i18n-values=".innerHTML:disconnectManagedProfileText">
66         </div>
67       </div>
68     </div>
69     <div class="action-area">
70       <div class="button-strip">
71         <button id="disconnect-managed-profile-ok"
72             i18n-content="disconnectManagedProfileOK"></button>
73         <button id="disconnect-managed-profile-cancel" class="default-button"
74             i18n-content="cancel"></button>
75       </div>
76     </div>
77   </div>
78   <!-- Dialog for creating profiles. -->
79   <div id="manage-profile-overlay-create" hidden>
80     <h1 i18n-content="createProfileTitle"></h1>
81     <div id="create-profile-content" class="content-area">
82       <div id="create-profile-instructions"></div>
83       <grid id="create-profile-icon-grid"></grid>
84       <div id="create-profile-name-input-container">
85         <label>
86           <span id="create-profile-name-label" for="create-profile-name"
87               i18n-content="manageProfilesNameLabel">
88           </span>
89           <input id="create-profile-name" type="text" required>
90         </label>
91       </div>
92     </div>
93     <div id="create-profile-supervised-content-area" class="content-area">
94       <div id="create-shortcut-container" class="checkbox" hidden>
95         <label>
96           <input id="create-shortcut" type="checkbox">
97           <span for="create-shortcut"
98               i18n-content="createProfileShortcutCheckbox">
99           </span>
100         </label>
101       </div>
102       <div id="create-profile-supervised-container" class="checkbox">
103         <label>
104           <input id="create-profile-supervised" type="checkbox">
105           <span id="create-profile-supervised-signed-in">
106             <span id="create-profile-supervised-signed-in-label"></span>
107             <span id="create-profile-supervised-account-details-out-of-date-label"
108                 hidden>
109             </span>
110             <button id="create-profile-supervised-signed-in-learn-more-link"
111                 class="link-button" i18n-content="learnMore">
112             </button>
113             <button id="create-profile-supervised-sign-in-again-link"
114                 class="link-button"
115                 i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
116             </button>
117           </span>
118           <span id="create-profile-supervised-not-signed-in"
119               i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
120               hidden>
121           </span>
122         </label>
123         <span id="create-profile-supervised-indicator"
124             class="bubble-button controlled-setting-indicator">
125         </span>
126       </div>
127       <div id="create-profile-error-bubble" hidden></div>
128     </div>
129     <div class="action-area">
130       <div id="create-profile-throbber" class="throbber"></div>
131       <button id="import-existing-supervised-user-link" class="link-button"
132           i18n-content="importExistingSupervisedUserLink" hidden>
133       </button>
134       <div class="button-strip">
135         <button id="create-profile-cancel" i18n-content="cancel"></button>
136         <button id="create-profile-ok" i18n-content="createProfileConfirm"
137             class="default-button">
138         </button>
139       </div>
140     </div>
141   </div>
142 </div>