1 <div id=
"accountsPage" class=
"page" hidden
>
2 <div class=
"close-button"></div>
3 <h1 i18n-content=
"accountsPage"></h1>
4 <div class=
"content-area">
6 <div id=
"ownerOnlyWarning" hidden
>
7 <span i18n-content=
"owner_only"></span>
8 <span i18n-content=
"ownerUserId"></span>
10 <table class=
"option-control-table">
12 <td class=
"option-name">
13 <div class=
"checkbox">
15 <input id=
"allowBwsiCheck" type=
"checkbox"
16 metric=
"Options_GuestBrowsing"
17 pref=
"cros.accounts.allowBWSI">
18 <span i18n-content=
"allow_BWSI"></span>
24 <td class=
"option-name">
25 <div class=
"checkbox">
27 <input id=
"allowSupervisedCheck" type=
"checkbox"
28 metric=
"Options_SupervisedUsers"
29 pref=
"cros.accounts.supervisedUsersEnabled">
30 <span i18n-content=
"allow_supervised_users"></span>
36 <td class=
"option-name">
37 <div class=
"checkbox">
39 <input id=
"showUserNamesCheck" type=
"checkbox"
40 metric=
"Options_ShowUserNamesOnSignin"
41 pref=
"cros.accounts.showUserNamesOnSignIn">
42 <span i18n-content=
"show_user_on_signin"></span>
48 <td class=
"option-name">
49 <div class=
"checkbox">
51 <input id=
"useWhitelistCheck" type=
"checkbox"
52 metric=
"Options_AllowAllUsers"
53 pref=
"cros.accounts.allowGuest"
55 <span i18n-content=
"use_whitelist"></span>
60 <tr><td> </td></tr>
62 <table class=
"user-list-table">
64 <list id=
"userList"></list>
66 <tr><td class=
"user-name-edit-row">
67 <label><span i18n-content=
"add_users"></span><br>
68 <input id=
"userNameEdit" type=
"text"
69 i18n-values=
"placeholder:username_edit_hint">
78 <div class=
"action-area">
79 <div class=
"button-strip">
80 <button id=
"accounts-options-overlay-confirm" class=
"default-button"