remoting_setup_error.html revision 3f50c38dc070f4bb515c1b64450dae14f316474e
1<html i18n-values="dir:textdirection;">
2<head>
3<title></title>
4<link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
5<script>
6  function setMessage(msg) {
7    document.getElementById('msgContent').innerHTML = msg;
8  }
9  function onPageShown() {
10    document.getElementById("close").focus();
11  }
12</script>
13</head>
14<body i18n-values=".style.fontFamily:fontfamily">
15  <div id="msgContent"></div>
16  <div class="remoting-footer">
17    <input id="retry" type="submit" i18n-values="value:retry"
18           onclick='chrome.send("RemotingSetup", ["Retry"])' />
19    <input id="close" type="submit" i18n-values="value:close"
20           onclick='chrome.send("DialogClose", [""])' />
21  </div>
22</body>
23</html>
24