TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Formularios/AdministracionContratos.aspx.exclude
asaenz d1acfe3500 Solucion inicial
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C549
2022-06-16 14:35:51 +00:00

84 lines
5.8 KiB
Text

<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="AdministracionContratos.aspx.cs" Inherits="AdministracionContratos" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
<table class="tablaPrinc">
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 21px; text-align: right">
<asp:ImageButton ID="ibtnAyuda" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/ayuda.png"
ToolTip="Obtener ayuda general sobre este proceso" /></td>
</tr>
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 21px; text-align: center">
<asp:Label ID="Label1" runat="server" Text="Administración de contratos" ToolTip="Cambia el número de remesa para que pueda coincidir con el número de depósito"></asp:Label></td>
</tr>
<tr>
<td style="width: 19px; height: 21px; text-align: left">
<asp:Label ID="lbCodRecaudador" runat="server" Text="Código de recaudador: " Width="151px" ToolTip="Digite el nombre del recaudador"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 21px; text-align: left">
<asp:TextBox ID="txtCodRecaudador" runat="server" ToolTip="Digite el nombre del recaudador"></asp:TextBox>
<asp:DropDownList ID="DropDownList1" runat="server" Width="159px">
<asp:ListItem Value="CONAE"></asp:ListItem>
<asp:ListItem Value="COSRV"></asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="rfvCodRecaudador" runat="server" ControlToValidate="txtCodRecaudador"
ErrorMessage="Digite el código de recaudador"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="lbRemesaActual" runat="server" Text="Número de contrato:" Width="178px" ToolTip="Corresponde al número de remesa enviada por el recaudador"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
&nbsp;
<asp:TextBox ID="TextBox2" runat="server" ToolTip="Corresponde al nuevo número de contrato"></asp:TextBox>
<%-- <asp:RequiredFieldValidator ID="rfvNumRemesa" runat="server" ControlToValidate="DropDownList2"
ErrorMessage="Digite el número de remesa del recaudador" Display="Dynamic"></asp:RequiredFieldValidator>--%></td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="lbRemesaNueva" runat="server" Text="Fecha de inclusión:" Width="106px" ToolTip="Corresponde al nuevo número de remesa para el recaudador"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:TextBox ID="txtRemesaNueva" runat="server" ToolTip="Corresponde al nuevo número de remesa para el recaudador"></asp:TextBox>
<asp:RequiredFieldValidator ID="rfvRemesaNueva" runat="server" ControlToValidate="txtRemesaNueva"
Display="Dynamic" ErrorMessage="Fecha de inclusión del recaudador"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="Label2" runat="server" Text="Fecha de vencimiento:" ToolTip="Fecha de vencimiento del contrato"
Width="106px"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:TextBox ID="TextBoxMontoDepositado" runat="server" ToolTip="Corresponde al nuevo número de remesa para el recaudador"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtRemesaNueva"
Display="Dynamic" ErrorMessage="Fecha de vencimiento"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="Label3" runat="server" Text="Comentario:" ToolTip="Corresponde al nuevo número de remesa para el recaudador"
Width="106px"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" Height="92px" TextMode="MultiLine" Width="392px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
Documento electrónico</td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:Button ID="Button1" runat="server" Text="Ver" /></td>
</tr>
<tr style="text-align: center">
<td colspan="2" style="height: 37px; text-align: center">
<table style="background-color: #bdd4dc">
<tr>
<td style="width: 26px; height: 34px">
&nbsp;</td>
<td style="width: 84px; height: 34px">
<asp:Button ID="Button2" runat="server" Text="Guardar" /></td>
<td style="width: 84px; height: 34px">
<asp:ImageButton ID="ibtnLimpiar" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/limpiar.png"
ToolTip="Limpiar Campos" /></td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>