| 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/v1_0/network/cr_networ
k_icon.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/v1_0/network/cr_networ
k_select.html"> | 10 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_sel
ect.html"> |
| 11 <link rel="import" href="chrome://resources/cr_elements/v1_0/network/cr_onc_ty
pes.html"> | 11 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> |
| 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> |
| 13 | 13 |
| 14 <script src="chrome://resources/js/load_time_data.js"></script> | 14 <script src="chrome://resources/js/load_time_data.js"></script> |
| 15 <script src="chrome://resources/js/util.js"></script> | 15 <script src="chrome://resources/js/util.js"></script> |
| 16 <script src="chrome://network/strings.js"></script> | 16 <script src="chrome://network/strings.js"></script> |
| 17 <script src="chrome://network/network_ui.js"></script> | 17 <script src="chrome://network/network_ui.js"></script> |
| 18 </head> | 18 </head> |
| 19 | 19 |
| 20 <body> | 20 <body> |
| 21 <div id="header"> | 21 <div id="header"> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 <td>Type</td> | 73 <td>Type</td> |
| 74 <td>Profile</td> | 74 <td>Profile</td> |
| 75 <td>Visible</td> | 75 <td>Visible</td> |
| 76 <td>ONC Source</td> | 76 <td>ONC Source</td> |
| 77 </tr> | 77 </tr> |
| 78 </table> | 78 </table> |
| 79 | 79 |
| 80 <script src="chrome://resources/js/i18n_template.js"></script> | 80 <script src="chrome://resources/js/i18n_template.js"></script> |
| 81 </body> | 81 </body> |
| 82 </html> | 82 </html> |
| OLD | NEW |