Home | History | Annotate | Download | only in options
      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 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-managed-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-managed-container" class="checkbox">
    103         <label>
    104           <input id="create-profile-managed" type="checkbox">
    105           <span id="create-profile-managed-signed-in">
    106             <span id="create-profile-managed-signed-in-label"></span>
    107             <span id="create-profile-managed-account-details-out-of-date-label"
    108                 hidden>
    109             </span>
    110             <button id="create-profile-managed-signed-in-learn-more-link"
    111                 class="link-button" i18n-content="learnMore">
    112             </button>
    113             <button id="create-profile-managed-sign-in-again-link"
    114                 class="link-button"
    115                 i18n-content="manageProfilesManagedSignInAgainLink" hidden>
    116             </button>
    117           </span>
    118           <span id="create-profile-managed-not-signed-in" hidden>
    119             <span id="create-profile-managed-not-signed-in-label"
    120                 i18n-content="manageProfilesManagedNotSignedInLabel">
    121             </span>
    122             <button id="create-profile-managed-not-signed-in-link"
    123                 class="link-button"
    124                 i18n-content="manageProfilesManagedNotSignedInLink">
    125             </button>
    126           </span>
    127         </label>
    128         <span id="create-profile-managed-indicator"
    129             class="bubble-button controlled-setting-indicator">
    130         </span>
    131       </div>
    132       <div id="create-profile-error-bubble" hidden></div>
    133     </div>
    134     <div class="action-area">
    135       <div id="create-profile-throbber" class="throbber"></div>
    136       <button id="import-existing-managed-user-link" class="link-button"
    137           i18n-content="importExistingManagedUserLink" hidden>
    138       </button>
    139       <div class="button-strip">
    140         <button id="create-profile-cancel" i18n-content="cancel"></button>
    141         <button id="create-profile-ok" i18n-content="createProfileConfirm"
    142             class="default-button">
    143         </button>
    144       </div>
    145     </div>
    146   </div>
    147 </div>
    148