From aryx, 5 Years ago, written in HTML5.
Embed
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7.     <head>
  8.         <title>TODO supply a title</title>
  9.         <meta charset="UTF-8">
  10.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.     </head>
  12.     <body>
  13.        
  14.        
  15.         <form action="belepes.php" method="POST">
  16.            
  17.             <fieldset>
  18.                 <legend>Bejelentkezés</legend>
  19.                
  20.                 <input type="text" name="felhasznalo" placeholder="felhasználó">
  21.                 <br /><br />
  22.                 <input type="password" name="jelszo" placeholder="jelszó">
  23.                 <br /><br />
  24.                 <input type="submit" value="Belépés">
  25.                
  26.             </fieldset>
  27.            
  28.         </form>
  29.        
  30.         <h2>Regisztrálja magát, ha még nem felhasználó!</h2>
  31.        
  32.         <form action="regisztracio.php" method="POST">
  33.            
  34.             <fieldset>
  35.                 <legend>Regisztráció</legend>
  36.                
  37.                 <input type="text" name="vezeteknev" placeholder="vezetéknév">
  38.                 <br /><br />
  39.                 <input type="text" name="utonev" placeholder="utónév">
  40.                 <br /><br />
  41.                 <input type="text" name="felhasznalo" placeholder="felhasználói név">
  42.                 <br /><br />
  43.                 <input type="password" name="jelszo" placeholder="jelszó">
  44.                 <br /><br />
  45.                 <input type="submit" value="Regisztráció">
  46.                
  47.             </fieldset>
  48.            
  49.         </form>
  50.        
  51.     </body>
  52. </html>
  53.