| Index: remoting/client/extension/chromoting_tab.html
|
| diff --git a/remoting/client/extension/chromoting_tab.html b/remoting/client/extension/chromoting_tab.html
|
| index a0c1cc1343030f6acb06d884e35cf46f388515b2..f318e9543159f8e19482ba7951d6264bee125f57 100644
|
| --- a/remoting/client/extension/chromoting_tab.html
|
| +++ b/remoting/client/extension/chromoting_tab.html
|
| @@ -13,12 +13,35 @@ found in the LICENSE file.
|
| </head>
|
| <body class="chromoting_body" onload="init();">
|
| <div id="status_msg" class="status_msg"></div>
|
| - <div id="login_panel" class="login_panel">
|
| - <table>
|
| - <tr><td>Username:</td><td><input type="text" id="username" value="demo"/></td></tr>
|
| - <tr><td>Password:</td><td><input type="password" id="password" value="none" /></td></tr>
|
| - <tr><td colspan="2"><input type="button" value="Login" onclick="submitLogin();" /></td></tr>
|
| - </table>
|
| + <div id="login_panel" class="local_login_panel">
|
| + <table><tr><td valign="top"
|
| + style="text-align:center" nowrap="nowrap" bgcolor="#e8eefa">
|
| + <table align="center" border="0" cellpadding="1" cellspacing="0">
|
| + <tr>
|
| + <td align="center" colspan="2">
|
| + Sign in to remote host
|
| + </td>
|
| + </tr><tr>
|
| + <td align="right" nowrap="nowrap">
|
| + <span class="gaia le lbl">Username:</span>
|
| + </td><td>
|
| + <input type="text" id="username" value="" class="gaia le val"/>
|
| + </td>
|
| + </tr><tr>
|
| + <td align="right" nowrap="nowrap">
|
| + <span class="gaia le lbl">Password:</span>
|
| + </td>
|
| + <td>
|
| + <input type="password" id="password" value=""
|
| + class="gaia le val"/>
|
| + </td>
|
| + </tr><tr>
|
| + <td></td>
|
| + <td><input type="button" value="Sign in" class="gaia le button"
|
| + onclick="submitLogin();"/></td>
|
| + </tr>
|
| + </table>
|
| + </tr></td></table>
|
| </div>
|
| <div id="plugin_scroll_panel" class="plugin-scroll-panel">
|
| <embed name="chromoting" id="chromoting"
|
|
|