Home | History | Annotate | Download | only in chromeos
      1 <div class="page hidden" id="systemPage">
      2   <h1 i18n-content="systemPage"></h1>
      3   <section>
      4     <h3 i18n-content="datetime_title"></h3>
      5     <table class="option-control-table">
      6       <tr>
      7         <td class="option-name" i18n-content="timezone"></td>
      8         <td class="option-value">
      9         <select id="timezone-select" class="control"
     10              i18n-options="timezoneList"
     11              dataType="string"
     12              pref="cros.system.timezone"></select>
     13         </td>
     14       <tr>
     15         <td class="option-name" colspan="2">
     16           <div class="checkbox">
     17             <label>
     18               <input id="use-24hour-clock"
     19                   pref="settings.clock.use_24hour_clock"
     20                   type="checkbox">
     21               <span i18n-content="use_24hour_clock"></span>
     22             </label>
     23           </div>
     24         </td>
     25       </tr>
     26       </tr>
     27     </table>
     28   </section>
     29   <section>
     30     <h3 i18n-content="touchpad"></h3>
     31     <table class="option-control-table">
     32       <tr>
     33         <td class="option-name" i18n-content="sensitivity"></td>
     34         <td class="option-value">
     35           <input id="sensitivity-range" type="range" min="1" max="5"
     36               pref="settings.touchpad.sensitivity2" class="touch-slider">
     37         </td>
     38       </tr>
     39       <tr>
     40         <td></td>
     41         <td>
     42           <span i18n-content="sensitivity_less"></span>
     43           <span i18n-content="sensitivity_more"
     44               class="touchpad-sensitivity-more"></span>
     45         </td>
     46       </tr>
     47       <tr>
     48         <td class="option-name" colspan="2">
     49           <div class="checkbox">
     50             <label>
     51               <input id="tap-to-click-check"
     52                   pref="settings.touchpad.enable_tap_to_click"
     53                   type="checkbox">
     54               <span i18n-content="enable_tap_to_click"></span>
     55             </label>
     56           </div>
     57         </td>
     58       </tr>
     59     </table>
     60   </section>
     61   <section>
     62     <h3 i18n-content="language"></h3>
     63     <table class="option-control-table">
     64       <tr>
     65         <td class="option-name"><button id="language-button"
     66             i18n-content="language_customize"></button>
     67         </td>
     68          <td class="option-name"><button id="modifier-keys-button"
     69              i18n-content="modifier_keys_customize"></button>
     70          </td>
     71       </tr>
     72     </table>
     73   </section>
     74   <section>
     75     <h3 i18n-content="accessibility_title"></h3>
     76     <table class="option-control-table">
     77       <tr>
     78         <td class="option-name">
     79           <div class="checkbox">
     80             <label>
     81               <input id="accesibility-check" type="checkbox">
     82               <span i18n-content="accessibility"></span>
     83             </label>
     84           </div>
     85         </td>
     86       </tr>
     87     </table>
     88   </section>
     89 </div>
     90