Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: remoting/client/extension/hostlist.html

Issue 6518013: Update Chromoting login UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove old gaia css Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/extension/client.js ('k') | remoting/client/extension/login.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/hostlist.html
diff --git a/remoting/client/extension/hostlist.html b/remoting/client/extension/hostlist.html
index fe6e6936ba11f7ee28a5d916405c24fc73b16177..2e55a363bcb5819a1736d8775e33f85e16c70a77 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="gaia_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_font">Username:</span>
+ </td><td>
+ <input type="text" id="username" value="" class="gaia_font"/>
+ </td>
+ </tr><tr>
+ <td align="right" nowrap="nowrap">
+ <span class="gaia_font">Password:</span>
+ </td><td>
+ <input type="password" id="password" value=""
+ class="gaia_font"/>
+ </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_font"
+ onclick="login();"/></td>
+ </tr>
+ </table>
+ </tr></td></table>
+ </div>
+
<div id="login_div" class="login">
</div>
« no previous file with comments | « remoting/client/extension/client.js ('k') | remoting/client/extension/login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698