| <html i18n-values="dir:textdirection;"> |
| <head> |
| <title></title> |
| <link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" /> |
| <style type="text/css"> |
| #throbber { |
| margin: -3px 10px; |
| } |
| #setting_up { |
| margin: 60px; |
| text-align: center; |
| } |
| #setting_up_label { |
| margin: 15px; |
| font-weight: bold; |
| font-size: 125%; |
| } |
| </style> |
| <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
| <script src="chrome://resources/js/cr.js"></script> |
| </head> |
| <body i18n-values=".style.fontFamily:fontfamily"> |
| <form id="settingUpForm" onSubmit="return false;"> |
| <div id="setting_up"> |
| <div id="throbber" class="throbber"></div> |
| <div id="setting_up_label" i18n-content="settingup"></div> |
| </div> |
| <div class="remoting-footer"> |
| <input id="cancelButton" type="button" i18n-values="value:cancel" |
| onclick='chrome.send("DialogClose", [""])' /> |
| </div> |
| </form> |
| </body> |
| </html> |