| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <link rel="stylesheet" href="mobile_setup.css"></link> | 6 <link rel="stylesheet" href="mobile_setup.css"></link> |
| 7 <script src="chrome://resources/js/cr.js"></script> | 7 <script src="chrome://resources/js/cr.js"></script> |
| 8 <script src="chrome://resources/js/util.js"></script> | 8 <script src="chrome://resources/js/util.js"></script> |
| 9 <script src="mobile_setup_portal.js"></script> | 9 <script src="mobile_setup_portal.js"></script> |
| 10 </head> | 10 </head> |
| 11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 26 </tr> | 26 </tr> |
| 27 </tbody> | 27 </tbody> |
| 28 </table> | 28 </table> |
| 29 </div> | 29 </div> |
| 30 <iframe id="carrierPage" name="carrierPage" frameborder="0"></iframe> | 30 <iframe id="carrierPage" name="carrierPage" frameborder="0"></iframe> |
| 31 </div> | 31 </div> |
| 32 </div> | 32 </div> |
| 33 </div> | 33 </div> |
| 34 </body> | 34 </body> |
| 35 </html> | 35 </html> |
| OLD | NEW |