personal_options.html revision 4a5e2dc747d50c653511c68ccb2cfbfb740bd5a7
1<div class="page hidden" id="personalPage">
2  <h1 i18n-content="personalPage"></h1>
3
4<if expr="pp_ifdef('chromeos')">
5  <section>
6    <h3 i18n-content="account"></h3>
7    <div>
8      <table class="option-control-table">
9        <tr><td>
10          <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'>
11        </td><td>
12          <label><input id="enable-screen-lock"
13           pref="settings.enable_screen_lock" type="checkbox"><span
14           i18n-content="enable_screenlock"></span></label>
15        </td></tr>
16      </table>
17    </div>
18  </section>
19</if>
20  <section id="sync-section">
21    <h3 i18n-content="sync_section"></h3>
22    <div>
23      <div id="sync-status" class="section-text"></div>
24      <button id="sync-action-link" class="link-button"></button>
25      <div>
26        <button id="start-stop-sync"></button>
27        <button id="customize-sync""></button>
28      </div>
29      <a href="https://www.google.com/dashboard" id="privacy-dashboard-link"
30          i18n-content="privacy_dashboard_link" target="_blank"></a>
31    </div>
32  </section>
33  <section>
34    <h3 i18n-content="passwords"></h3>
35    <div>
36      <label class="radio">
37        <input id="passwords_asktosave"
38            name="passwords_radio"
39            pref="profile.password_manager_enabled"
40            type="radio" value="true" metric="Options_PasswordManager">
41        <span i18n-content="passwords_asktosave"></span>
42      </label>
43      <label class="radio">
44        <input id="passwords_neversave"
45            name="passwords_radio"
46            pref="profile.password_manager_enabled"
47            type="radio" value="false" metric="Options_PasswordManager">
48        <span i18n-content="passwords_neversave"></span>
49      </label>
50      <div><button id="showpasswords"
51          i18n-content="showpasswords"></button></div>
52    </div>
53  </section>
54  <section>
55    <h3 i18n-content="autofill"></h3>
56    <div>
57      <button id="autofill_options" i18n-content="autofill_options"></button>
58    </div>
59  </section>
60<if expr="not pp_ifdef('chromeos')">
61  <section>
62    <h3 i18n-content="browsing_data"></h3>
63    <div>
64      <button id="import_data" i18n-content="import_data"></button>
65    </div>
66  </section>
67</if>
68<if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)">
69  <section>
70    <h3 i18n-content="appearance"></h3>
71    <div>
72      <div>
73        <button id="themes_GTK_button"
74            i18n-content="themes_GTK_button"></button>
75        <button id="themes_set_classic"
76            i18n-content="themes_set_classic"></button>
77        <a id="themes-gallery" i18n-content="themes_gallery"
78            i18n-values="href:themes_gallery_url" target="_blank"></a>
79      </div>
80      <label class="radio">
81        <input name="decorations_radio"
82            pref="browser.custom_chrome_frame"
83            type="radio" value="false" metric="Options_CustomFrame">
84        <span i18n-content="showWindow_decorations_radio"></span>
85      </label>
86      <label class="radio">
87        <input name="decorations_radio"
88            pref="browser.custom_chrome_frame"
89            type="radio" value="true" metric="Options_CustomFrame">
90        <span i18n-content="hideWindow_decorations_radio"></span>
91      </label>
92    </div>
93  </section>
94</if>
95<if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
96  <section>
97    <h3 i18n-content="themes"></h3>
98    <div>
99      <button id="themes_reset" i18n-content="themes_reset"></button>
100      <a id="themes-gallery" i18n-content="themes_gallery"
101          i18n-values="href:themes_gallery_url" target="_blank"></a>
102    </div>
103  </section>
104</if>
105
106</div>
107