[phpMP-CVS] CVS: phpMP/templates/BlueMP left_column.html,1.2,1.3
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-29 08:29:26
|
Update of /cvsroot/phpmp/phpMP/templates/BlueMP In directory sc8-pr-cvs1:/tmp/cvs-serv27061 Modified Files: left_column.html Log Message: Making login possible. Index: left_column.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/left_column.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** left_column.html 29 Jun 2003 05:53:24 -0000 1.2 --- left_column.html 29 Jun 2003 08:29:24 -0000 1.3 *************** *** 21,28 **** <div class="boxheader">{L_USER_SETTINGS}</div> <div class="boxcontent"> ! <form action="login" method="post"> ! <div>{L_USERNAME}: <input type="text" name="username" value="" style="width: 100px;" /></div> ! <div>{L_PASSWORD}: <input type="password" name="password" value="" style="width: 100px;" /></div> ! <div><input type="submit" name="login" value="Logon!" /></div> </form> </div> --- 21,29 ---- <div class="boxheader">{L_USER_SETTINGS}</div> <div class="boxcontent"> ! <form method="post" action="index.php"> ! <div>{L_USERNAME}: <input type="text" name="login_username" value="" style="width: 100px;" /></div> ! <div>{L_PASSWORD}: <input type="password" name="login_passwd" value="" style="width: 100px;" /></div> ! <div><input type="submit" name="login" value="{L_LOGIN}" /></div> ! <input name="do_login" type="hidden" id="do_login" value="1" /> </form> </div> |