74 lines
3.5 KiB
Text
74 lines
3.5 KiB
Text
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Conectarse.aspx.cs" Inherits="Conectarse" %>
|
|
|
|
<!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>Agencia Web - Ventanilla Electrónica de Pagos</title>
|
|
</head>
|
|
|
|
<body runat="server" id="img1" >
|
|
<form id="form1" runat="server" enableviewstate="true" >
|
|
|
|
|
|
<div id="DIV1" runat="server" >
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<table style="width: 607px" align="center">
|
|
<tr>
|
|
<td style="width: 3px; height: 22px;">
|
|
|
|
</td>
|
|
<td align="center" style="width: 592px; height: 22px;"><asp:Image ID="imagen1" runat="server" ImageUrl="~/App_Themes/_default/_images/header.jpg" /><br />
|
|
<asp:Label ID="Label3" runat="server" Font-Names="Arial" Font-Size="Large" ForeColor="#B5C7DE"
|
|
Height="24px" Text="Control de Gestión autenticación" Width="564px"></asp:Label><br />
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="height: 114px; width: 3px;">
|
|
</td>
|
|
<td align="center" style="width: 592px; height: 114px">
|
|
<asp:Login ID="Login1" runat="server" BackColor="#EFF3FB" BorderColor="#B5C7DE"
|
|
BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" DisplayRememberMe="False"
|
|
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#333333" LoginButtonImageUrl="~/App_Themes/_default/_images/login.jpg"
|
|
LoginButtonText="Ingresar" LoginButtonType="Image" OnAuthenticate="Login1_Authenticate1"
|
|
PasswordLabelText="Contraseña:" TitleText="Validación de credenciales" UserNameLabelText="Usuario:"
|
|
UserNameRequiredErrorMessage="Usuario es requerido." FailureText="Usuario o contraseña incorrectos" PasswordRequiredErrorMessage="Contraseña es requerida" OnLoggedIn="Login1_LoggedIn">
|
|
<TitleTextStyle BackColor="#507CD1" BorderWidth="3px" Font-Bold="True" Font-Size="0.9em"
|
|
ForeColor="White" />
|
|
<InstructionTextStyle Font-Italic="True" ForeColor="Black" />
|
|
<TextBoxStyle Font-Size="0.8em" />
|
|
<LoginButtonStyle BackColor="White" BorderColor="#507CD1" BorderStyle="None" BorderWidth="1px"
|
|
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" />
|
|
</asp:Login>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 3px">
|
|
</td>
|
|
<td align="center" style="width: 592px">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 3px">
|
|
</td>
|
|
<td align="center" style="width: 592px">
|
|
<asp:Image ID="imagen2" runat="server" ImageUrl="~/App_Themes/_default/_images/footer.jpg" /></td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|