OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 | 3 |
4 <head> | 4 <head> |
5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
6 <title id="network" i18n-content="titleText"></title> | 6 <title id="network" i18n-content="titleText"></title> |
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
8 <link rel="stylesheet" href="chrome://network/network_ui.css"> | 8 <link rel="stylesheet" href="chrome://network/network_ui.css"> |
9 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> | 9 <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_sel
ect.html"> | 10 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_sel
ect.html"> |
(...skipping 14 matching lines...) Expand all Loading... |
25 <span i18n-content="clickToExpandText"></span> | 25 <span i18n-content="clickToExpandText"></span> |
26 <span i18n-content="propertyFormatText"></span> | 26 <span i18n-content="propertyFormatText"></span> |
27 <select id="get-property-format"> | 27 <select id="get-property-format"> |
28 <option value="normal" i18n-content="normalFormatOption"></option> | 28 <option value="normal" i18n-content="normalFormatOption"></option> |
29 <option value="managed" i18n-content="managedFormatOption"></option> | 29 <option value="managed" i18n-content="managedFormatOption"></option> |
30 <option value="state" i18n-content="stateFormatOption"></option> | 30 <option value="state" i18n-content="stateFormatOption"></option> |
31 <option value="shill" i18n-content="shillFormatOption"></option> | 31 <option value="shill" i18n-content="shillFormatOption"></option> |
32 </select> | 32 </select> |
33 </div> | 33 </div> |
34 | 34 |
35 <cr-network-select expandable show-active show-buttons max-height="100" | 35 <cr-network-select expandable show-active show-separators max-height="100" |
36 handle-network-item-selected> | 36 handle-network-item-selected> |
37 </cr-network-select> | 37 </cr-network-select> |
38 | 38 |
39 <div> | 39 <div> |
40 <paper-button raised class="colored" id="refresh" | 40 <paper-button raised class="colored" id="refresh" |
41 i18n-content="networkRefreshText"> | 41 i18n-content="networkRefreshText"> |
42 </paper-button> | 42 </paper-button> |
43 </div> | 43 </div> |
44 </div> | 44 </div> |
45 | 45 |
(...skipping 29 matching lines...) Expand all Loading... |
75 <td>Type</td> | 75 <td>Type</td> |
76 <td>Profile</td> | 76 <td>Profile</td> |
77 <td>Visible</td> | 77 <td>Visible</td> |
78 <td>ONC Source</td> | 78 <td>ONC Source</td> |
79 </tr> | 79 </tr> |
80 </table> | 80 </table> |
81 | 81 |
82 <script src="chrome://resources/js/i18n_template.js"></script> | 82 <script src="chrome://resources/js/i18n_template.js"></script> |
83 </body> | 83 </body> |
84 </html> | 84 </html> |
OLD | NEW |