| 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/cr_network_icon/c
r_network_icon.html"> | 9 <link rel="import" href="chrome://resources/cr_elements/v0_8/cr_network_icon/c
r_network_icon.html"> |
| 10 <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_onc/cr_onc_dat
a.html"> | 10 <link rel="import" href="chrome://resources/cr_elements/v0_8/cr_onc/cr_onc_dat
a.html"> |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> | 11 <link rel="import" href="chrome://resources/polymer/v0_8/paper-button/paper-bu
tton.html"> |
| 12 | 12 |
| 13 <script src="chrome://resources/js/load_time_data.js"></script> | 13 <script src="chrome://resources/js/load_time_data.js"></script> |
| 14 <script src="chrome://resources/js/util.js"></script> | 14 <script src="chrome://resources/js/util.js"></script> |
| 15 <script src="chrome://network/strings.js"></script> | 15 <script src="chrome://network/strings.js"></script> |
| 16 <script src="chrome://network/network_ui.js"></script> | 16 <script src="chrome://network/network_ui.js"></script> |
| 17 </head> | 17 </head> |
| 18 | 18 |
| 19 <body> | 19 <body> |
| 20 <div id="header"> | 20 <div id="header"> |
| 21 <p i18n-content="autoRefreshText"></p> | 21 <p i18n-content="autoRefreshText"></p> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 <td>Type</td> | 74 <td>Type</td> |
| 75 <td>Profile</td> | 75 <td>Profile</td> |
| 76 <td>Visible</td> | 76 <td>Visible</td> |
| 77 <td>ONC Source</td> | 77 <td>ONC Source</td> |
| 78 </tr> | 78 </tr> |
| 79 </table> | 79 </table> |
| 80 | 80 |
| 81 <script src="chrome://resources/js/i18n_template.js"></script> | 81 <script src="chrome://resources/js/i18n_template.js"></script> |
| 82 </body> | 82 </body> |
| 83 </html> | 83 </html> |
| OLD | NEW |