Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <?php include 'employeeheader.php'; ?>
  2. <div style="background-color:#CCD1D1;">
  3. <div class="container">
  4. <div class="jumbotron" style="background-color:#CCD1D1;">
  5. <p> Welcome to Vector Safe Network Security!<p>
  6. <p> Enter your login information to Continue</p>
  7. <br></br>
  8. <form method="POST" action="employeeconfirm.php">
  9. <div class="form-group"> <span class="glyphicon glyphicon-user"></span>
  10. <label for="usr">Username:</label>
  11. <input type="text" class="form-control" id="usr" name="username" required>
  12. </div>
  13. <br>
  14. <div class="form-group"> <div class="form-group"> <span class="glyphicon glyphicon-lock"></span>
  15. <label for="pwd">Password:</label>
  16. <input type="password" class="form-control" id="pwd" name="pass" required>
  17. </div>
  18. <br>
  19. <button type="submit" name="submit" class="btn btn-primary active">Submit</button>
  20. <button type="submit" name="submit" class="btn btn-primary active" style="float:right;">Request Password Reset</button>
  21. </form>
  22. </div>
  23. </div>
  24. <div class="row">
  25. </div>
  26. </div>
  27. <div class="jumbotron" style="background-color:#CCD1D1;">
  28. <p align="center"><a href="employeecreateaccount.php">Register</a></p>
  29.  
  30. </div>
  31. <div class="container">
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement