<html i18n-values="dir:textdirection;">
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
<script>
  function setMessage(msg) {
    document.getElementById('msgContent').innerHTML = msg;
  }
  function onPageShown() {
    document.getElementById("close").focus();
  }
</script>
</head>
<body i18n-values=".style.fontFamily:fontfamily">
  <div id="msgContent"></div>
  <div class="remoting-footer">
    <input id="retry" type="submit" i18n-values="value:retry"
           onclick='chrome.send("RemotingSetup", ["Retry"])' />
    <input id="close" type="submit" i18n-values="value:close"
           onclick='chrome.send("DialogClose", [""])' />
  </div>
</body>
</html>