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

Unified Diff: remoting/client/extension/login.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/hostlist.html ('k') | remoting/client/extension/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/login.html
diff --git a/remoting/client/extension/login.html b/remoting/client/extension/login.html
deleted file mode 100644
index 23998acbf93235dd032f9e6cebcf9b68fbf3186a..0000000000000000000000000000000000000000
--- a/remoting/client/extension/login.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
-Copyright (c) 2010 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-
-<html>
- <head>
- <script type="text/javascript" src="base.js"></script>
- <script type="text/javascript" src="client.js"></script>
- <link rel="stylesheet" type="text/css" href="main.css" />
- <title>Sign in</title>
- </head>
- <body>
-
- <form name="loginform" action="" method="GET">
- <table>
- <tr>
- <td align="right">Email:</td>
- <td align="left">
- <input type="text" name="username" id="username" value="" />
- </td>
- </tr><tr>
- <td align="right">Password:</td>
- <td align="left">
- <input type="password" name="password" id="password" value="" />
- </td>
- </tr><tr>
- <td></td>
- <td>
- <input type="button" name="login_button" value="Log In"
- onclick="login(this.form)" />
- <td>
- </table>
- </form>
-
- <div id="login_status">
- </div>
-
- </body>
-</html>
« no previous file with comments | « remoting/client/extension/hostlist.html ('k') | remoting/client/extension/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698