| OLD | NEW |
| (Empty) |
| 1 <!doctype html> | |
| 2 <!-- | |
| 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
| 6 --> | |
| 7 | |
| 8 <html> | |
| 9 <head> | |
| 10 <title>Chromoting OAuth setup page.</title> | |
| 11 </head> | |
| 12 <body> | |
| 13 <p>This is an administration page to setup the consumer key and secret | |
| 14 to be used with chromoting. Please don't play with this unless you are | |
| 15 on the Chromoting dev team. | |
| 16 <p> | |
| 17 Move the HttpXmppProxy setup out of this page, and make the semantics less | |
| 18 hacky! | |
| 19 <form method="post" name="auth"> | |
| 20 Consumer Key: <input type="text" name="consumer_key" /> | |
| 21 New Consumer Secret: <input type="password" name="new_consumer_secret" /> | |
| 22 Old Consumer Secret: <input type="password" name="old_consumer_secret" /> | |
| 23 HttpXmppProxy Address: <input type="text" name="httpxmppproxy" /> | |
| 24 <input type="submit" value="Submit" /> | |
| 25 </form> | |
| 26 </body> | |
| 27 </html> | |
| OLD | NEW |