PageRenderTime 96ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/e_desk/index.aspx

http://github.com/shafiqissani/eDesk-Systems
ASP.NET | 33 lines | 33 code | 0 blank | 0 comment | 0 complexity | 7b063940d72bb280811de9e5b51d2f63 MD5 | raw file
  1. <%@ Page Language="vb" AutoEventWireup="false" Inherits="e_desk.index" CodeFile="index.aspx.vb" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title>index</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. </HEAD>
  11. <body bgColor="floralwhite">
  12. <form id="Form1" method="post" runat="server">
  13. <asp:label id="Label1" style="Z-INDEX: 101; LEFT: 344px; POSITION: absolute; TOP: 120px" runat="server"
  14. Font-Size="Medium" Font-Bold="True" ForeColor="Navy" Height="24px" Width="344px" Font-Names="Verdana">Welcome to Help Desk Login Page</asp:label><asp:panel id="Panel1" style="Z-INDEX: 102; LEFT: 368px; POSITION: absolute; TOP: 168px" runat="server"
  15. Height="200px" Width="288px" BackColor="#FFE0C0" BorderStyle="Double" BorderWidth="2px" BorderColor="#C04000">
  16. <DIV style="WIDTH: 288px; POSITION: relative; HEIGHT: 176px">
  17. <asp:Label id="Label2" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 32px" runat="server"
  18. Font-Names="Verdana" Width="80px" Font-Bold="True" Font-Size="10pt">User Name</asp:Label>
  19. <asp:Label id="Label3" style="Z-INDEX: 102; LEFT: 24px; POSITION: absolute; TOP: 72px" runat="server"
  20. Font-Names="Verdana" Width="64px" Font-Bold="True" Font-Size="10pt">Password</asp:Label>
  21. <asp:TextBox id="t1" style="Z-INDEX: 103; LEFT: 120px; POSITION: absolute; TOP: 32px" tabIndex="1"
  22. runat="server" Width="132px"></asp:TextBox>
  23. <asp:TextBox id="t2" style="Z-INDEX: 104; LEFT: 120px; POSITION: absolute; TOP: 72px" tabIndex="2"
  24. runat="server" Width="132px" TextMode="Password"></asp:TextBox>
  25. <asp:Button id="Button1" style="Z-INDEX: 105; LEFT: 40px; POSITION: absolute; TOP: 104px" tabIndex="3"
  26. runat="server" Width="56px" Text="Login"></asp:Button>
  27. <asp:LinkButton id="LinkButton1" style="Z-INDEX: 106; LEFT: 128px; POSITION: absolute; TOP: 120px"
  28. runat="server" Font-Names="Verdana" Width="112px" Height="16px" Font-Bold="True" Font-Size="8pt">Forget password</asp:LinkButton>
  29. <asp:LinkButton id="LinkButton2" style="Z-INDEX: 107; LEFT: 128px; POSITION: absolute; TOP: 144px"
  30. runat="server" Font-Names="Verdana" Width="112px" Height="16px" Font-Bold="True" Font-Size="8pt">Registeration</asp:LinkButton></DIV>
  31. </asp:panel></form>
  32. </body>
  33. </HTML>