Advertisement
cherryprodesign

Bejelentkezés űrlap

Feb 20th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <form class="bejelentkezes" action="./gindex.php" method="post" name="loginform" onsubmit="return CheckLogData()">
  2.     <table>
  3.         <tbody>
  4.             <tr>
  5.                 <td>
  6.                     <input maxlength="32" name="ln" placeholder="Felhasználónév" type="text" /><br />
  7.                     <input maxlength="128" name="pw" placeholder="Jelszó" type="password" /></td>
  8.                 <td>
  9.                     <input type="submit" value="Bejelentkezés" />
  10.                     <input name="prt" type="Hidden" value="674362" />
  11.                     <input name="pg" type="Hidden" value="35209140" />
  12.                 </td>
  13.                 <td style="font-size: 9pt; color: #fff; width: 200px;">
  14.                     <a class="regGomb" href="#">Regisztráció</a>
  15.                     <a class="lostpwGomb" href="#">Elfelejtett jelszó</a>
  16.                 </td>
  17.             </tr>
  18.         </tbody>
  19.     </table>
  20. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement