Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / options / manage_profile_overlay.html
blob932727cad6087af01f9e1f8748cb8037ace94fe3
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="ok"
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-managed-profile-addendum"
46 i18n-values=".innerHTML:deleteManagedProfileAddendum" 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 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">
62 <label>
63 <span id="create-profile-name-label" for="create-profile-name"
64 i18n-content="manageProfilesNameLabel">
65 </span>
66 <input id="create-profile-name" type="text" required>
67 </label>
68 </div>
69 </div>
70 <div id="create-profile-managed-content-area" class="content-area">
71 <div id="create-shortcut-container" class="checkbox" hidden>
72 <label>
73 <input id="create-shortcut" type="checkbox">
74 <span for="create-shortcut"
75 i18n-content="createProfileShortcutCheckbox">
76 </span>
77 </label>
78 </div>
79 <div id="create-profile-managed-container" class="checkbox">
80 <label>
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"
85 hidden>
86 </span>
87 <button id="create-profile-managed-signed-in-learn-more-link"
88 class="link-button" i18n-content="learnMore">
89 </button>
90 <button id="create-profile-managed-sign-in-again-link"
91 class="link-button"
92 i18n-content="manageProfilesManagedSignInAgainLink" hidden>
93 </button>
94 </span>
95 <span id="create-profile-managed-not-signed-in" hidden>
96 <span id="create-profile-managed-not-signed-in-label"
97 i18n-content="manageProfilesManagedNotSignedInLabel">
98 </span>
99 <button id="create-profile-managed-not-signed-in-link"
100 class="link-button"
101 i18n-content="manageProfilesManagedNotSignedInLink">
102 </button>
103 </span>
104 </label>
105 <span id="create-profile-managed-indicator"
106 class="bubble-button controlled-setting-indicator">
107 </span>
108 </div>
109 <div id="create-profile-error-bubble" hidden></div>
110 </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>
115 </button>
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">
120 </button>
121 </div>
122 </div>
123 </div>
124 </div>