[Lipog-commit] net.heilancoo.portal/statics login.html, 1.2, 1.2.2.1
Status: Beta
Brought to you by:
jbu
|
From: Nuno M. <nun...@us...> - 2009-08-25 19:37:49
|
Update of /cvsroot/lipog/net.heilancoo.portal/statics In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21179/statics Modified Files: Tag: COOKIE_SUPPORT2 login.html Log Message: Tests with cookie support. Index: login.html =================================================================== RCS file: /cvsroot/lipog/net.heilancoo.portal/statics/login.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** login.html 20 Apr 2009 18:56:18 -0000 1.2 --- login.html 25 Aug 2009 19:37:39 -0000 1.2.2.1 *************** *** 2,16 **** <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> ! <title>Login</title> </head> <body> ! <form name="input" action="login-validate" method="post"> ! <table> ! <tr><td>Username:</td><td><input type="text" name="user"></td></tr> ! <tr><td>Password:</td><td><input type="password" name="password"></td></tr> ! <tr><td colspan="2" align="center"><input type="submit" value="Login"></td></tr> ! </table> ! </form> </body> </html> \ No newline at end of file --- 2,32 ---- <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> ! <title>Looking for a flat?</title> ! <link rel="stylesheet" href="/lookingforflat/static/style.css"> </head> <body> ! ! <div id="header"> ! <form name="input" action="login-validate" method="post"> ! Username: <input type="text" name="user"> ! Password: <input type="password" name="password"> ! <input type="submit" value="Login"> ! </form> ! </div> ! ! <br/> ! <br/> ! ! <div id="footer"> ! about | faq | support | privacy | terms of service | feedback always welcome ! <br/><br/> ! </div> ! ! <div id="powered"> ! <br/> ! Powered by <a href="http://lipog.sf.net">The Gizmo</a> ! </div> ! </body> </html> \ No newline at end of file |