OLD | NEW |
1 <div class="page hidden" id="passwordsExceptionsPage"> | 1 <div class="page hidden" id="passwordsExceptionsPage"> |
2 <h1> | 2 <h1> |
3 <span i18n-content="personalPage"></span> | 3 <span i18n-content="personalPage"></span> |
4 > | 4 > |
5 <span i18n-content="passwordsExceptionsTitle"></span> | 5 <span i18n-content="passwordsExceptionsTitle"></span> |
6 </h1> | 6 </h1> |
| 7 |
| 8 <!-- Navigation tabls --> |
| 9 <div class="subpages-nav-tabs"> |
| 10 <span i18n-content="passwordsTabTitle" id="passwords-nav-tab" |
| 11 class="inactive-tab" tab-contents="passwordsFilterTab"></span> |
| 12 <span i18n-content="exceptionsTabTitle" id="exceptions-nav-tab" |
| 13 class="inactive-tab" tab-contents="exceptionsFilterTab"></span> |
| 14 </div> |
| 15 |
| 16 <!-- Passwords filter tab contents --> |
| 17 <div id="passwordsFilterTab" class="subpages-tab-contents"> |
| 18 <section> |
| 19 <div id="passwordsArea"> |
| 20 </div> |
| 21 </section> |
| 22 </div> |
| 23 |
| 24 <!-- Exceptions filter tab contents --> |
| 25 <div id="exceptionsFilterTab" class="subpages-tab-contents"> |
| 26 <section> |
| 27 <div id="exceptionsArea"> |
| 28 </div> |
| 29 </section> |
| 30 </div> |
7 </div> | 31 </div> |
OLD | NEW |