Campustream 1.0
A social network MQP for WPI
application/views/session/login.php
Go to the documentation of this file.
00001 <form action="/session/new" method="post">
00002         Username: <input type="text" name="username" /><br />
00003         Password: <input type="password" name="password" /><br />
00004         
00005         <input type="submit" value="Login" />
00006 </form>