Software / code / prosody-modules
Comparison
mod_register_json/register_json/template/form_t.html @ 989:7c04c5856daa
mod_register_json: major code overhaul into a token based registration & verification system.
| author | Marco Cirillo <maranda@lightwitch.org> |
|---|---|
| date | Mon, 29 Apr 2013 22:53:39 +0200 |
comparison
equal
deleted
inserted
replaced
| 988:c15cea87036f | 989:7c04c5856daa |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8" ?> | |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
| 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
| 4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 5 <head> | |
| 6 <title>Prosody User Registration Verification</title> | |
| 7 <link rel="stylesheet" type="text/css" href="css/style.css" /> | |
| 8 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> | |
| 9 </head> | |
| 10 | |
| 11 <body> | |
| 12 <div id='top'> | |
| 13 <div id='header'> | |
| 14 <img src="images/header.png" /> | |
| 15 </div> | |
| 16 </div> | |
| 17 | |
| 18 <div id='main'> | |
| 19 <p>Please input below the identification string you received by e-mail, to complete your | |
| 20 <br />xmpp account registration.</p> | |
| 21 <form action='%REG-URL' method='post' accept-charset='UTF-8' id='uuid'> | |
| 22 <div><label for='set-uuid'>UUID:</label></div> | |
| 23 <div><input type='text' name='uuid' id='set-uuid' value="" /></div> | |
| 24 <div><input type='submit' id='connect' value='Complete Registration' class='btn' /></div> | |
| 25 </form> | |
| 26 </div> | |
| 27 | |
| 28 </body> | |
| 29 </html> |