143 lines
6.3 KiB
Text
143 lines
6.3 KiB
Text
<%@ Page Title="Agenda" ValidateRequest="true" Language="C#" MasterPageFile="~/formulario.master" AutoEventWireup="true" CodeFile="frwObservacionesActividadesSolicitud.aspx.cs" Inherits="Forms_TRA_frwObservacionesActividades" %>
|
|
|
|
<%@ Register Src="~/ControlUsuario/cuwBusquedaList.ascx" TagPrefix="uc1" TagName="cuwBusquedaList" %>
|
|
|
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="ContenidoFormulario" runat="server">
|
|
<script src="../../Scripts/jquery-1.10.2.js"></script>
|
|
<script src="../../Scripts/toastr.js" type="text/javascript"></script>
|
|
<link href="../../Content/toastr.css" rel="stylesheet" />
|
|
<script src="../../Scripts/bootstrap.js"></script>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
function MensajeAlerta() {
|
|
toastr["warning"]("Debe agregar observación.", "SIGDD");
|
|
toastr.options = {
|
|
"closeButton": true,
|
|
"debug": false,
|
|
"newestOnTop": false,
|
|
"progressBar": false,
|
|
"positionClass": "toast-bottom-full-width",
|
|
"preventDuplicates": false,
|
|
"onclick": null,
|
|
"showDuration": "1300",
|
|
"hideDuration": "1000",
|
|
"timeOut": "10000",
|
|
"extendedTimeOut": "1000",
|
|
"showEasing": "swing",
|
|
"hideEasing": "linear",
|
|
"showMethod": "fadeIn",
|
|
"hideMethod": "fadeOut"
|
|
};
|
|
}
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-family: Verdana;
|
|
background: -webkit-radial-gradient(center, ellipse cover rgb(250, 252, 251) 0%, rgb(223, 240, 247) 100%);
|
|
}
|
|
textarea {
|
|
min-width: 200px !important;
|
|
max-width: 90% !important;
|
|
margin: 10px 0 10px 0;
|
|
}
|
|
|
|
</style>
|
|
|
|
<asp:ScriptManager ID="ScripManager1" EnablePartialRendering="true" runat="server">
|
|
</asp:ScriptManager>
|
|
|
|
<asp:UpdatePanel ID="updPanel" runat="server">
|
|
<ContentTemplate>
|
|
|
|
<asp:UpdateProgress ID="updProgress" runat="server">
|
|
<ProgressTemplate>
|
|
<div>
|
|
<div class="espera">
|
|
<asp:Image ID="imgEspera" runat="server" ImageUrl="~/Images/Animados/cargando.gif" Style="position: absolute; top: 40%; left: 45%; width: 80px; height: 80px" />
|
|
<asp:Label ID="lblEspera" runat="server" Text="Esper..." Style="position: absolute; top: 57%; left: 46%; width: 50px; height: 50px; color: #c8c8c8; font-size: medium; font-weight: 700"></asp:Label>
|
|
</div>
|
|
</div>
|
|
</ProgressTemplate>
|
|
</asp:UpdateProgress>
|
|
<!-- TITULO -->
|
|
<div id="divTitulo" align="center">
|
|
<legend>Agenda</legend>
|
|
<%-- <asp:Label ID="lblTitulo" runat="server" CssClass="lblTitulo" Text="Agregar Observaciones" />--%>
|
|
</div>
|
|
|
|
<!-- INSTRUCCIONES -->
|
|
<div id="divInstrucciones">
|
|
|
|
<%--<asp:Label ID="lblInstrucciones" runat="server" Text="Observaciones" />--%>
|
|
</div>
|
|
|
|
<!-- SEPARADOR -->
|
|
<div id="divSeparador1" class="divSeparador">
|
|
</div>
|
|
|
|
<div align="center" style="width: 100%"></div>
|
|
<%-- **********************************************************************Datos Superiores ********************************************************************************* --%>
|
|
|
|
<div id="divDatosSuperiores" runat="server" visible="true">
|
|
<%--Consultar --%>
|
|
|
|
<div id="tdConsultar" runat="server" align="center">
|
|
<uc1:cuwBusquedaList ID="cuwBusquedaList" runat="server" Visible="false" />
|
|
</div>
|
|
<td colspan="5">
|
|
<h4 style="text-align: center; color: #000000;">Actividad :
|
|
<asp:Label ID="lblActividad" runat="server" Text="Label"></asp:Label>
|
|
</h4>
|
|
</td>
|
|
|
|
<div >
|
|
<div id="Panel1" class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">Ingrese observaciones</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div id=" ">
|
|
<div class="col-sm-12">
|
|
<div style="text-align:center;">
|
|
|
|
Ingrese el comentario: <asp:TextBox ID="txtIngresoObsevacion" runat="server" width="80%" autofocus="autofocus" MaxLength="3000" Enabled="true" />
|
|
|
|
|
|
<asp:Button ID="btnGuarda" runat="server" OnClick="btnGuardar_Click" Text="Agregar" />
|
|
|
|
</div>
|
|
<div style="text-align:center;">
|
|
|
|
<asp:TextBox ID="txtobservaciones" TextMode="MultiLine" runat="server" width="90%" Height="200px" autofocus="autofocus" MaxLength="3000" Enabled="False" />
|
|
|
|
</div>
|
|
<%-- <div class="Separador"></div>--%>
|
|
|
|
<div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="text-align:center;" id="Principal ">
|
|
<div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<%--Listado de Datos--%>
|
|
</ContentTemplate>
|
|
</asp:UpdatePanel>
|
|
</asp:Content>
|