| Current Path : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/cdpp2/ |
Windows NT SG2NWVPWEB022 10.0 build 17763 (Windows Server 2016) i586 |
| Current File : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/cdpp2/SignIn.aspx |
<%@ page language="VB" autoeventwireup="false" inherits="_SignIn, App_Web_goovplkw" title="SignIn" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<link href="Styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<input type="hidden" id="hdnMachine" runat="server" />
<input type="hidden" id="hdnBoolean" runat="server" />
<div>
<%-- <div style=" z-index: 3500; left: 0px; overflow: hidden;
width: auto; height: auto; background-repeat: no-repeat; position: fixed; top: 0px;
opacity: 0.3;">
<img src="Images/login_img.jpg" />
</div>--%>
<table id="tblLogin" style="BACKGROUND-IMAGE: url(images/login.gif); WIDTH: 620px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 580px"
align="center" border="0">
<tr>
<td align="center">
<div style="LEFT: 50px; POSITION: relative; TOP: 30px"><asp:Label Visible="False" runat="server" ID="msg" CssClass="normal" ></asp:Label> </div>
<DIV style="LEFT: 20px; POSITION: relative; TOP: 30px">
<TABLE id="Login_Table1" style="WIDTH: 140px" align="center" border="0">
<TR>
<TD style="WIDTH: 130px" ><SPAN class="normal" id="Login_lblUserName"><strong>Username</strong>:</SPAN></TD>
<TD style="WIDTH: 325px" align="left" ><SPAN class="font" id="Login_lblDbName">
<asp:textbox id="txtLogin" runat="server" CssClass="TextBox" MaxLength="30" Width="200px"></asp:textbox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtLogin"
CssClass="normal" Display="Dynamic" ErrorMessage="user name is required"></asp:RequiredFieldValidator></SPAN><SPAN id="Login_valtxtUserName" style="DISPLAY: none; COLOR: red" initialvalue="" evaluationfunction="RequiredFieldValidatorEvaluateIsValid"
display="Dynamic" errormessage="Invalid Username or Password. Please try again." controltovalidate="Login_txtUsername"></SPAN></TD>
<td>
</td>
</TR>
<TR>
<TD style="WIDTH: 130px" ><SPAN class="normal" id="Login_lblPassword"><strong>Password</strong>:</SPAN></TD>
<TD style="WIDTH: 325px" align="left">
<asp:textbox id="Login_txtPassword" runat="server" CssClass="TextBox" MaxLength="30" Width="200px" TextMode="Password"></asp:textbox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="Login_txtPassword"
CssClass="normal" Display="Dynamic" ErrorMessage="Password is required"></asp:RequiredFieldValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 130px; height: 32px;"> </TD>
<TD style="WIDTH: 325px; height: 32px;" align="left" >
<asp:Button ID="Login" runat="server" Height="27px" CssClass="normal" Text="Login" Width="65px"/> </TD>
</TR>
<tr>
</tr>
</TABLE>
</DIV>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>