| Index: remoting/client/extension/hostlist.html
|
| diff --git a/remoting/client/extension/hostlist.html b/remoting/client/extension/hostlist.html
|
| index fe6e6936ba11f7ee28a5d916405c24fc73b16177..30e4fd519af4b23004c25caf240354113638c141 100644
|
| --- a/remoting/client/extension/hostlist.html
|
| +++ b/remoting/client/extension/hostlist.html
|
| @@ -15,6 +15,46 @@ found in the LICENSE file.
|
|
|
| <h1>Remote Access</h1>
|
|
|
| + <div id="login_panel" class="login_panel">
|
| + <table cellspacing="3" cellpadding="5" border="0"><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">
|
| + <font size="-1">Sign in with your</font>
|
| + <table><tr>
|
| + <td valign="top"><img src="https://www.google.com/accounts/google_transparent.gif"
|
| + alt="Google"></img></td>
|
| + <td valign="middle"><font size="+0"><b>Account</b></font></td>
|
| + </tr></table>
|
| + </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 align="left">
|
| + <div class="error_msg" id="errormsg_div"></div>
|
| + </td>
|
| + </tr><tr>
|
| + <td></td>
|
| + <td><input type="button" value="Sign in" class="gaia le button"
|
| + onclick="login();"/></td>
|
| + </tr>
|
| + </table>
|
| + </tr></td></table>
|
| + </div>
|
| +
|
| <div id="login_div" class="login">
|
| </div>
|
|
|
|
|