git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C56
This commit is contained in:
parent
dfe5c123ca
commit
2dbca97c08
8 changed files with 220 additions and 26 deletions
|
|
@ -195,6 +195,7 @@
|
|||
<Compile Include="Controllers\Catalogos\CatalogosController.cs" />
|
||||
<Compile Include="Controllers\HomeController.cs" />
|
||||
<Compile Include="Controllers\ManageController.cs" />
|
||||
<Compile Include="Controllers\PropuestaNormativaController.cs" />
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
|
|
@ -7678,6 +7679,7 @@
|
|||
<Content Include="Sinort-Scripts\EmisorPN.js" />
|
||||
<Content Include="Sinort-Scripts\Global.js" />
|
||||
<Content Include="Sinort-Scripts\Mantenimientos.js" />
|
||||
<Content Include="Sinort-Scripts\PropuestaNormativa\PropuestaNormativa.js" />
|
||||
<Content Include="Sinort-Scripts\ProyectoNormativo.js" />
|
||||
<Content Include="Sinort-Scripts\Rol.js" />
|
||||
<Content Include="Web.config" />
|
||||
|
|
@ -7691,8 +7693,6 @@
|
|||
<Content Include="Views\_ViewStart.cshtml" />
|
||||
<Content Include="Views\Shared\Error.cshtml" />
|
||||
<Content Include="Views\Shared\_Layout.cshtml" />
|
||||
<Content Include="Views\Home\About.cshtml" />
|
||||
<Content Include="Views\Home\Contact.cshtml" />
|
||||
<Content Include="Views\Home\Index.cshtml" />
|
||||
<Content Include="Views\Shared\Lockout.cshtml" />
|
||||
<Content Include="Views\Shared\_LoginPartial.cshtml" />
|
||||
|
|
@ -7711,6 +7711,8 @@
|
|||
<Content Include="Views\Catalogos\Aplicacion.cshtml" />
|
||||
<Content Include="Views\Home\Proyecto_Normativo.cshtml" />
|
||||
<Content Include="Views\Catalogos\Rol.cshtml" />
|
||||
<Content Include="Views\PropuestaNormativa\Index.cshtml" />
|
||||
<Content Include="Views\PropuestaNormativa\Foro.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace AYA.SlnSinort.Controllers.PropuestaNormativa
|
||||
{
|
||||
public class PropuestaNormativaController : BaseController
|
||||
{
|
||||
public ActionResult Index()
|
||||
{
|
||||
InitControllers();
|
||||
return View();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
@{
|
||||
ViewBag.Title = "About";
|
||||
}
|
||||
<h2>@ViewBag.Title.</h2>
|
||||
<h3>@ViewBag.Message</h3>
|
||||
|
||||
<p>Use this area to provide additional information.</p>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
@{
|
||||
ViewBag.Title = "Contact";
|
||||
}
|
||||
<h2>@ViewBag.Title.</h2>
|
||||
<h3>@ViewBag.Message</h3>
|
||||
|
||||
<address>
|
||||
One Microsoft Way<br />
|
||||
Redmond, WA 98052-6399<br />
|
||||
<abbr title="Phone">P:</abbr>
|
||||
425.555.0100
|
||||
</address>
|
||||
|
||||
<address>
|
||||
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
|
||||
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
|
||||
</address>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
@{
|
||||
ViewBag.Title = "Foro";
|
||||
}
|
||||
|
||||
<h2>Foro</h2>
|
||||
|
||||
190
AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml
Normal file
190
AYA.SlnSynor/AYA.SlnSynor/Views/PropuestaNormativa/Index.cshtml
Normal file
|
|
@ -0,0 +1,190 @@
|
|||
@*@section ButtonOption {
|
||||
|
||||
}*@
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Propuesta Normativa";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
|
||||
}
|
||||
<h3><i class="fa fa-file-text"></i> Propuesta Normativa</h3>
|
||||
|
||||
<form id="formPropuestaNormativa">
|
||||
|
||||
<div class="well well-sm">
|
||||
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-6">
|
||||
|
||||
@*---------------------Proyecto normativo---------------------------------------------------------*@
|
||||
|
||||
<div class="form-group " id="divProyectoNormativo">
|
||||
<label class="col-lg-4 col-md-4 col-sm-4 col-xs-4 control-label ControlsForms" id="lblProyectoNormativo">Proyecto normativo</label>
|
||||
<div class="input-group col-lg-8 col-md-8 col-sm-8 col-xs-8 ">
|
||||
<input name="txtProyectoNormativo" title="" class="form-control imput-xs TextBoxFramework inputWarning error" id="txtProyectoNormativo" required="required" type="text" placeholder="" data-original-title="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@*---------------------Emisor---------------------------------------------------------*@
|
||||
|
||||
<div class="form-group" id="divEmisor">
|
||||
<label class="col-lg-4 col-md-4 col-sm-4 col-xs-4 control-label ControlsForms" id="lblEmisor" for="txtTramite">Emisor</label>
|
||||
<div class="input-group input-group-sm">
|
||||
<input id="hiddenEmisor" type="hidden">
|
||||
<input name="txtEmisor" title="" class="form-control TextBoxCatalogo inputWarning error" id="txtEmisor" required="required" type="text" readonly="readonly" data-original-title="">
|
||||
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default btn-medium" id="btn_eliminarEmisor" type="button">
|
||||
<i class="fa fa-close"></i>
|
||||
</button>
|
||||
<button class="btn btn-success btn-medium btn-margin-catalogo" id="btnEmisor" type="button" usehttppost="0" webapplication="">
|
||||
<i class="fa fa-search"></i> Buscar
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label ControlsForms">Emisor</label>
|
||||
<div class="btn-group col-sm-6">
|
||||
<input type="hidden" id="hiddenCodEmisor" />
|
||||
<input type="text" id="txtEmisor" name="txtEmisor" class="form-control imput-xs"
|
||||
data-role="btnBuscarEmisor" required readonly />
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button type="button" id="btnBuscarEmisor" class="btn btn-info btn-xs">
|
||||
<i class="fa fa-search"></i> Buscar
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label ControlsForms">Aplicación</label>
|
||||
<div class="btn-group col-sm-6">
|
||||
<input type="hidden" id="hiddenCodAplicacion" />
|
||||
<input type="text" id="txtAplicacion" name="txtAplicacion" class="form-control imput-xs" readonly
|
||||
data-role="btnBuscarAplicacion" required />
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button type="button" id="btnBuscarAplicacion" class="btn btn-info btn-xs">
|
||||
<i class="fa fa-search"></i> Buscar
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@*------------------------------------------------------------------------------*@
|
||||
|
||||
<div class="form-group" id="divTramite">
|
||||
<label class="col-lg-4 col-md-4 col-sm-4 col-xs-4 control-label ControlsForms" id="lblTramite" for="txtTramite">Trámite</label>
|
||||
<div class="input-group input-group-sm">
|
||||
<input id="hiddenTramite" type="hidden">
|
||||
<input name="txtTramite" title="" class="form-control TextBoxCatalogo inputWarning error" id="txtTramite" required="required" type="text" readonly="readonly" data-original-title="">
|
||||
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default btn-medium" id="btn_eliminarTramite" type="button">
|
||||
<i class="fa fa-close"></i>
|
||||
</button>
|
||||
<button class="btn btn-success btn-medium btn-margin-catalogo" id="btnTramite" type="button" direccion_api="api/GlobalAPI/ObtenerTipoTramite" usehttppost="0" webapplication="">
|
||||
<i class="fa fa-search"></i> Buscar
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="form-group" id="divFechaInicio">
|
||||
<label class="col-lg-4 col-md-4 col-xs-4 control-label ControlsForms" id="lblFechaInicio">Fecha de Inicio</label>
|
||||
|
||||
<div class="input-group col-lg-8 col-md-8 col-xs-8">
|
||||
<span class="input-group-addon"><i class="fa fa-calendar" id="iconFechaInicio"></i></span>
|
||||
<input name="txtFechaInicio" disabled="disabled" class="form-control imput-xs" id="txtFechaInicio" type="text" readonly="readonly" dateformat="DD-MMMM-YYYY">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group" id="div#">
|
||||
<label class="col-lg-4 col-md-4 col-xs-4 control-label controlsforms" id="lbl">etiquetalbl</label>
|
||||
<div class="input-group col-lg-8 col-md-8 col-xs-8">
|
||||
<span class="input-group-addon"><i id="icon#" class="fa fa-calendar"></i></span>
|
||||
<input type="text" id="txt#" name="txt#" class="form-control imput-xs" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-md-4 control-label ControlsForms">Fecha de inicio de consulta</label>
|
||||
<div class="col-md-8">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
||||
<input type="text" id="txtFechaInicioConsulta" name="txtFechaInicioConsulta" class="form-control imput-xs" required />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-md-4 control-label ControlsForms">Fecha de inicio de consulta</label>
|
||||
<div class="col-md-8">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
||||
<input type="text" id="txtFechaInicioConsulta" name="txtFechaInicioConsulta" class="form-control imput-xs" required />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-md-4 control-label ControlsForms">Fecha de finalización de consulta</label>
|
||||
<div class="col-md-8">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
||||
<input type="text" id="txtFechaFinalizacionConsulta" name="txtFechaFinalizacionConsulta" class="form-control imput-xs" required />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label ControlsForms">Promotor del proyecto</label>
|
||||
<div class="btn-group col-sm-6">
|
||||
<input type="hidden" id="hiddenPromotorProyecto" />
|
||||
<input type="text" id="txtPromotorProyecto" name="txtPromotorProyecto" class="form-control imput-xs" readonly
|
||||
data-role="btnBuscarPromotorProyecto" required />
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button type="button" id="btnBuscarPromotorProyecto" class="btn btn-info btn-xs">
|
||||
<i class="fa fa-search"></i> Buscar
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
@section scripts{
|
||||
|
||||
@*@Scripts.Render("~/Scripts/Ultimus-TDC")*@
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Reference in a new issue