1 <div class="page hidden" id="accountsPage"> 2 <h1 i18n-content="accountsPage"></h1> 3 <section> 4 <div class="option"> 5 <div id="ownerOnlyWarning" class="hidden"> 6 <span i18n-content="owner_only"></span> 7 <span i18n-content="owner_user_id"></span> 8 </div> 9 <table class="option-control-table"> 10 <tr> 11 <td class="option-name"> 12 <div class="checkbox"> 13 <label> 14 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI" 15 type="checkbox"> 16 <span i18n-content="allow_BWSI"></span> 17 </label> 18 </div> 19 </td> 20 </tr> 21 <tr> 22 <td class="option-name"> 23 <div class="checkbox"> 24 <label> 25 <input id="showUserNamesCheck" 26 pref="cros.accounts.showUserNamesOnSignIn" type="checkbox"> 27 <span i18n-content="show_user_on_signin"></span> 28 </label> 29 </div> 30 </td> 31 </tr> 32 <tr> 33 <td class="option-name"> 34 <div class="checkbox"> 35 <label> 36 <input id="useWhitelistCheck" pref="cros.accounts.allowGuest" 37 type="checkbox" inverted_pref> 38 <span i18n-content="use_whitelist"></span> 39 </label> 40 </div> 41 </td> 42 </tr> 43 <tr><td> </td></tr> 44 <tr><td> 45 <table class="user-list-table"> 46 <tr><td> 47 <list id="userList"></list> 48 </td></tr> 49 <tr><td class="user-name-edit-row"> 50 <label><span i18n-content="add_users"></span><br> 51 <input id="userNameEdit" type="text" 52 i18n-values="placeholder:username_edit_hint"> 53 </span> 54 </label> 55 </td></tr> 56 </table> 57 </td></tr> 58 </table> 59 </div> 60 </section> 61 </div> 62