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/cr_network_icon/cr_network_icon.html">
10 <link rel=
"import" href=
"chrome://resources/cr_elements/v1_0/cr_onc/cr_onc_types.html">
11 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-button/paper-button.html">
13 <script src=
"chrome://resources/js/load_time_data.js"></script>
14 <script src=
"chrome://resources/js/util.js"></script>
15 <script src=
"chrome://network/strings.js"></script>
16 <script src=
"chrome://network/network_ui.js"></script>
21 <p i18n-content=
"autoRefreshText"></p>
22 <span i18n-values=
".innerHTML:deviceLogLinkText"></span>
23 <div id=
"advanced-options">
24 <span i18n-content=
"clickToExpandText"></span>
25 <span i18n-content=
"propertyFormatText"></span>
26 <select id=
"get-property-format">
27 <option value=
"normal" i18n-content=
"normalFormatOption"></option>
28 <option value=
"managed" i18n-content=
"managedFormatOption"></option>
29 <option value=
"state" i18n-content=
"stateFormatOption"></option>
30 <option value=
"shill" i18n-content=
"shillFormatOption"></option>
34 <div id=
"default-network">
35 <cr-network-icon id=
"default-network-icon"></cr-network-icon>
36 <span id=
"default-network-text"></span>
40 <paper-button raised
class=
"colored" id=
"refresh"
41 i18n-content=
"networkRefreshText">
46 <h3 i18n-content=
"visibleNetworksLabel"></h3>
47 <table id=
"network-state-table" class=
"state-table">
48 <tr class=
"state-table-header">
66 <h3 i18n-content=
"favoriteNetworksLabel"></h3>
67 <table id=
"favorite-state-table" class=
"state-table">
68 <tr class=
"state-table-header">
81 <script src=
"chrome://resources/js/i18n_template.js"></script>