Revision: 50377
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 19, 2011 02:16 by lucaborace
Initial Code
<form id="formLogin" name="formLogin" method="post" action=""> <fieldset> <div style="margin-bottom:5px; margin-top:5px; float:left; width:260px"> <label for="username">Username</label> <input name="username" type="text" id="username" tabindex="1" value="" size="30" maxlength="25" /> </div> <div style="margin-bottom:5px; margin-top:5px; float:left; width:260px"><label for="password">Password</label><input name="password" type="password" size="30" maxlength="25" /> </div> <div style="margin-bottom:5px; margin-top:5px; float:left; width:230px; text-align:left; padding-left:30px; " ><input name="submit" type="submit" value="Accedi" /> oppure <a href="registrazione.php">Registrati</a></div> </fieldset> </form>
Initial URL
Initial Description
Initial Title
Simple Login Form
Initial Tags
form, login
Initial Language
HTML