OLD | NEW |
1 <div id="personal-page" class="page hidden"> | 1 <div id="personal-page" class="page" hidden> |
2 <h1 i18n-content="personalPage"></h1> | 2 <h1 i18n-content="personalPage"></h1> |
3 <if expr="pp_ifdef('chromeos')"> | 3 <if expr="pp_ifdef('chromeos')"> |
4 <section> | 4 <section> |
5 <h3 i18n-content="account"></h3> | 5 <h3 i18n-content="account"></h3> |
6 <div> | 6 <div> |
7 <table class="option-control-table"> | 7 <table class="option-control-table"> |
8 <tr> | 8 <tr> |
9 <td> | 9 <td> |
10 <img id='account-picture' | 10 <img id='account-picture' |
11 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> | 11 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 </div> | 145 </div> |
146 <div id="themes-gallery-div"> | 146 <div id="themes-gallery-div"> |
147 <a id="themes-gallery" i18n-content="themesGallery" | 147 <a id="themes-gallery" i18n-content="themesGallery" |
148 i18n-values="href:themesGalleryURL" target="_blank"></a> | 148 i18n-values="href:themesGalleryURL" target="_blank"></a> |
149 </div> | 149 </div> |
150 </div> | 150 </div> |
151 </section> | 151 </section> |
152 </if> | 152 </if> |
153 | 153 |
154 </div> | 154 </div> |
OLD | NEW |