OLD | NEW |
| (Empty) |
1 <html i18n-values="dir:textdirection;"> | |
2 <head> | |
3 <title></title> | |
4 <link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" /> | |
5 <style type="text/css"> | |
6 #throbber { | |
7 margin: -3px 10px; | |
8 } | |
9 #setting_up { | |
10 margin: 60px; | |
11 text-align: center; | |
12 } | |
13 #setting_up_label { | |
14 margin: 15px; | |
15 font-weight: bold; | |
16 font-size: 125%; | |
17 } | |
18 </style> | |
19 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | |
20 <script src="chrome://resources/js/cr.js"></script> | |
21 </head> | |
22 <body i18n-values=".style.fontFamily:fontfamily"> | |
23 <form id="settingUpForm" onSubmit="return false;"> | |
24 <div id="setting_up"> | |
25 <div id="throbber" class="throbber"></div> | |
26 <div id="setting_up_label" i18n-content="settingup"></div> | |
27 </div> | |
28 <div class="remoting-footer"> | |
29 <input id="cancelButton" type="button" i18n-values="value:cancel" | |
30 onclick='chrome.send("DialogClose", [""])' /> | |
31 </div> | |
32 </form> | |
33 </body> | |
34 </html> | |
OLD | NEW |