2 <html i18n-values=
"dir:textdirection;lang:language">
6 <title id=
"network" i18n-content=
"titleText"></title>
7 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
8 <link rel=
"stylesheet" href=
"chrome://network/network_ui.css">
9 <link rel=
"import" href=
"chrome://resources/cr_elements/v1_0/network/cr_network_icon.html">
10 <link rel=
"import" href=
"chrome://resources/cr_elements/v1_0/network/cr_network_select.html">
11 <link rel=
"import" href=
"chrome://resources/cr_elements/v1_0/network/cr_onc_types.html">
12 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-button/paper-button.html">
14 <script src=
"chrome://resources/js/load_time_data.js"></script>
15 <script src=
"chrome://resources/js/util.js"></script>
16 <script src=
"chrome://network/strings.js"></script>
17 <script src=
"chrome://network/network_ui.js"></script>
22 <p i18n-content=
"autoRefreshText"></p>
23 <span i18n-values=
".innerHTML:deviceLogLinkText"></span>
24 <div id=
"advanced-options">
25 <span i18n-content=
"clickToExpandText"></span>
26 <span i18n-content=
"propertyFormatText"></span>
27 <select id=
"get-property-format">
28 <option value=
"normal" i18n-content=
"normalFormatOption"></option>
29 <option value=
"managed" i18n-content=
"managedFormatOption"></option>
30 <option value=
"state" i18n-content=
"stateFormatOption"></option>
31 <option value=
"shill" i18n-content=
"shillFormatOption"></option>
35 <cr-network-select expandable show-active
max-height=
"100">
39 <paper-button raised
class=
"colored" id=
"refresh"
40 i18n-content=
"networkRefreshText">
45 <h3 i18n-content=
"visibleNetworksLabel"></h3>
46 <table id=
"network-state-table" class=
"state-table">
47 <tr class=
"state-table-header">
65 <h3 i18n-content=
"favoriteNetworksLabel"></h3>
66 <table id=
"favorite-state-table" class=
"state-table">
67 <tr class=
"state-table-header">
80 <script src=
"chrome://resources/js/i18n_template.js"></script>