Home | History | Annotate | Download | only in resources
      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