OLD | NEW |
| 1 <if expr="chromeos"> |
| 2 <link rel="import" href="/people_page/lock_screen_constants.html"> |
| 3 </if> |
1 <div id="settings" class="page" hidden> | 4 <div id="settings" class="page" hidden> |
2 <header> | 5 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 6 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 7 </header> |
5 <include src="automatic_settings_reset_banner.html"> | 8 <include src="automatic_settings_reset_banner.html"> |
6 <if expr="chromeos"> | 9 <if expr="chromeos"> |
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> | 10 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> |
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> | 11 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> |
9 <include src="secondary_user_banner.html"> | 12 <include src="secondary_user_banner.html"> |
10 <section id="network-section-cros"> | 13 <section id="network-section-cros"> |
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1132 </button> | 1135 </button> |
1133 </div> | 1136 </div> |
1134 </section> | 1137 </section> |
1135 </div> <!-- advanced-settings-container --> | 1138 </div> <!-- advanced-settings-container --> |
1136 </div> <!-- advanced-settings --> | 1139 </div> <!-- advanced-settings --> |
1137 <footer id="advanced-settings-footer"> | 1140 <footer id="advanced-settings-footer"> |
1138 <a is="action-link" id="advanced-settings-expander" | 1141 <a is="action-link" id="advanced-settings-expander" |
1139 i18n-content="showAdvancedSettings"></a> | 1142 i18n-content="showAdvancedSettings"></a> |
1140 </footer> | 1143 </footer> |
1141 </div> | 1144 </div> |
OLD | NEW |