Historico DAL - WCF - Vistas - JS - Controller

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C240
This commit is contained in:
dmendez 2018-07-13 15:30:05 +00:00
parent a05a264bee
commit d697064b34

View file

@ -1,7 +1,43 @@

@{
@{
ViewBag.Title = "Historico";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>Historico</h2>
<input type="hidden" id="hiddenHref" value="@string.Concat(Url.Action("View", "Controller", null), ViewBag.QueryEncripted)?propuesta=[$ID]&tipo=[$TIPO]&promotor=[$Promotor]&estado=[$Estado]">
<form id="formSitios" class="form-horizontal" role="form">
<div class="panel-body"> <h3>&nbsp;<i class="fa fa-list-ul"></i>&nbsp; Proyectos y foros (Histórico)</h3> </div>
<div class="panel panel-success">
<div class="panel-body">
<br />
<div>
<table id="tableSitios" class="table table-condensed dataTable no-footer">
<thead>
<tr>
<th class="col-sm-1">ID</th>
<th class="col-sm-4">Nombre</th>
<th></th>
<th class="col-sm-4">Tipo</th>
<th class="col-sm-4">Promotor</th>
<th class="col-sm-4">Estado</th>
<th>Acción</th>
</tr>
</thead>
</table>
</div>
<div id="ucbtnVista" style=" display:none;">
<button type="button" id="btnseleccionar" class="btn btn-default btn-xs">
<i class="fa fa-search"></i>&nbsp;&nbsp;Ingresar
</button>
</div>
</div>
</div>
</form>
@Scripts.Render("~/Sinort-Scripts/PropuestaNormativa/Historico.js")