Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="pl">
- <head>
- <title>Moja miejscowość-Stary Sącz</title>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link
- rel="stylesheet"
- href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
- integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
- crossorigin="anonymous"
- />
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
- <link rel="stylesheet" href="/style.css" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
- <script src="jquery.scrollTo.min.js"></script>
- </head>
- <body>
- <div style="width: 400px; margin: auto; margin-top: 15%;">
- <h1 class="text-center" style="margin-bottom: 30px;"> Logowanie do biblioteki</h1>
- <!-- ############################################ -->
- <!-- Początek edycji kodu PHP -->
- <!-- ############################################ -->
- <div class="alert alert-danger text-center" role="alert">
- Ups... Hasło lub login jest niepoprawne
- </div>
- <div class="alert alert-info text-center" role="alert">
- Użytkownik został poprawnie wylogowany
- </div>
- <div class="alert alert-success text-center" role="alert">
- Użytkownik został poprawnie dodany
- </div>
- <!-- ############################################ -->
- <!-- KONIEC EDYCJI KODU PHP-->
- <!-- ############################################ -->
- <form action="login.php" method="POST">
- <div class="form-group col-md-12">
- <label for="inputLogin">Login:</label>
- <input type="text" name="login" class="form-control" id="inputCity" placeholder="Wpisz nazwę użytkownika...">
- </div>
- <div class="form-group col-md-12">
- <label for="inputPassword">Hasło:</label>
- <input type="password" name="password" class="form-control" placeholder="Wpisz hasło..." id="inputCity">
- </div>
- <div class="col-md-12 text-center">
- <button type="submit" style="width: 100%; margin-top: 30px;" class="btn btn-primary">Zaloguj</button>
- </div>
- </form>
- <div class="col-md-12 text-center">
- <a href="zarejestrujForm.php">
- <button type="button" style="margin-top: 15px;" class="btn btn-link">Nie masz jeszcze konta? Zarajestruj się! </button>
- </a>
- </div>
- </div>
- <?php
- ?>
- </body>
- </html>
Add Comment
Please, Sign In to add comment