You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.5 KiB

4 years ago
4 years ago
4 years ago
  1. <%@ Page Title="" Language="C#" MasterPageFile="~/Account.Master" AutoEventWireup="true" CodeBehind="ForgetPassword.aspx.cs" Inherits="JMEAgentSystem.WebPages.Account.ForgetPassword" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="AccountContent" runat="server">
  3. <div class="panel panel-color panel-primary panel-pages">
  4. <div class="panel-body">
  5. <h3 class="text-center m-t-0 m-b-15"><span>
  6. <img src="../../ui/images/jme.png" class="img-responsive" /></span></h3>
  7. <h4 class="text-muted text-center m-t-0"><b>Reset Password</b></h4>
  8. <div class="form-horizontal m-t-20">
  9. <div class="alert alert-info alert-dismissible">
  10. <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
  11. Enter your <b>Email</b> and instructions will be sent to you!
  12. </div>
  13. <div class="form-group">
  14. <div class="col-xs-12">
  15. <input class="form-control" type="email" required="" placeholder="Email">
  16. </div>
  17. </div>
  18. <div class="form-group text-center m-t-30 m-b-0">
  19. <div class="col-xs-12">
  20. <button class="btn btn-primary btn-block btn-lg waves-effect waves-light" type="submit">Send Mail</button>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. </asp:Content>