login.php

V tej datoteki je obrazec za prijavo uporabnika.

 

Slika 5 Prijavni obrazec

<h1 class="my-3 text-success">Prijava</h1>
<hr>
<form action="index.php" method="post">
    <div class="form-group my-3 col-2">
        <label class="mb-2 text-secondary form-label" for="email">E-mail:</label>
        <input type="email" name="email" class="form-control" required>
    </div>
    <div class="form-group my-3 col-2">
        <label class="mb-2 text-secondary form-label" for="geslo">Geslo:</label>
        <input type="password" name="geslo" class="form-control" required>
    </div>
    <div class="form-group my-3 col-2">
        <input type="submit" name="Btn_prijava" class="btn btn-success btn-lg" value="Prijava">
    </div>
    <p>Še nimate računa? <a href="index.php?ukaz=register" class="text-success">Registrirajte</a> se!</p>
</form>



Created with an evaluation copy of HelpSmith.
To remove this notice, you should purchase the full version of the product.