PageRenderTime 36ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/e_desk/forgotpassword.aspx

http://github.com/shafiqissani/eDesk-Systems
ASP.NET | 51 lines | 51 code | 0 blank | 0 comment | 0 complexity | e5c2effc427610203b011176e68c265f MD5 | raw file
  1. <%@ Page Language="vb" AutoEventWireup="false" Inherits="e_desk.forgotpassword" CodeFile="forgotpassword.aspx.vb" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title>forgotpassword</title>
  6. <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. </HEAD>
  11. <body bgColor="#fffaf0">
  12. <form id="Form1" method="post" runat="server">
  13. <asp:Panel id="p1" style="Z-INDEX: 101; LEFT: 400px; POSITION: absolute; TOP: 136px" runat="server"
  14. Width="320px" Height="200px" BackColor="#FFE0C0" BorderStyle="Double" BorderColor="#C04000">
  15. <DIV style="WIDTH: 320px; POSITION: relative; HEIGHT: 200px">
  16. <asp:Label id="label_uname" style="Z-INDEX: 112; LEFT: 32px; POSITION: absolute; TOP: 56px"
  17. runat="server" Width="84px" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="#804040">User Name</asp:Label>
  18. <asp:Button id="butt_sub" style="Z-INDEX: 112; LEFT: 120px; POSITION: absolute; TOP: 104px"
  19. tabIndex="2" runat="server" Text="submit"></asp:Button>
  20. <asp:TextBox id="uname" style="Z-INDEX: 112; LEFT: 136px; POSITION: absolute; TOP: 56px" tabIndex="1"
  21. runat="server"></asp:TextBox></DIV>
  22. </asp:Panel>
  23. <asp:LinkButton id="LinkButton1" style="Z-INDEX: 104; LEFT: 552px; POSITION: absolute; TOP: 392px"
  24. runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="#804000">Login</asp:LinkButton>
  25. <asp:Panel id="p2" style="Z-INDEX: 102; LEFT: 400px; POSITION: absolute; TOP: 136px" runat="server"
  26. Width="324px" Height="232px" Visible="False" BackColor="#FFE0C0" BorderStyle="Double" BorderColor="#C04000">
  27. <DIV style="WIDTH: 324px; POSITION: relative; HEIGHT: 200px">
  28. <asp:Label id="you_label" style="Z-INDEX: 100; LEFT: 64px; POSITION: absolute; TOP: 160px"
  29. runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="#C04000"
  30. Visible="False">Your Password is : </asp:Label>
  31. <asp:Button id="viewpass" style="Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 112px"
  32. tabIndex="2" runat="server" Text="View Password" Visible="False"></asp:Button>
  33. <asp:Label id="password" style="Z-INDEX: 102; LEFT: 192px; POSITION: absolute; TOP: 160px"
  34. runat="server" Width="104px" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="Purple"
  35. Visible="False">Label</asp:Label>
  36. <asp:TextBox id="answer" style="Z-INDEX: 103; LEFT: 144px; POSITION: absolute; TOP: 64px" tabIndex="1"
  37. runat="server" Visible="False"></asp:TextBox>
  38. <asp:Label id="labelans" style="Z-INDEX: 104; LEFT: 24px; POSITION: absolute; TOP: 64px" runat="server"
  39. Width="88px" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="#C04000"
  40. Visible="False">Answer</asp:Label>
  41. <asp:Label id="question" style="Z-INDEX: 105; LEFT: 144px; POSITION: absolute; TOP: 16px" runat="server"
  42. Width="136px" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="Red" Visible="False">Label</asp:Label>
  43. <asp:Label id="label_ques" style="Z-INDEX: 106; LEFT: 16px; POSITION: absolute; TOP: 16px"
  44. runat="server" Width="104px" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="#C04000"
  45. Visible="False">Hint Question</asp:Label></DIV>
  46. </asp:Panel>
  47. <asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 488px; POSITION: absolute; TOP: 80px" runat="server"
  48. Width="204px" Height="24px" Font-Bold="True" Font-Names="Verdana" Font-Size="16pt" ForeColor="#804040">Forget Passwrod </asp:Label>
  49. </form>
  50. </body>
  51. </HTML>