<!doctype html>
<html lang="$i18n{language}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="mobile_setup.css"></link>
<script src="chrome://resources/ash/common/cr.js"></script>
<script src="chrome://resources/js/util_deprecated.js"></script>
<script src="chrome://resources/ash/common/cellular_setup/webview_post_util.js">
</script>
<script src="mobile_setup_portal.js"></script>
</head>
<body>
<div id="mainDiv" class="dialog-body">
<webview id="portalFrame" hidden></webview>
<div id="systemStatus" class="overlay opaque-overlay" hidden>
<div class="startup">
<div id="banner">
<table border="0">
<tbody>
<tr>
<td class="canvas-cell">
<canvas id="canvas" width="56" height="56"></canvas></td>
<td class="header-cell">
<div id="statusHeader"></div>
<div id="auxHeader"></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="statusMessage"></div>
</div>
</div>
</div>
</body>
</html>