Historico DAL - WCF - Vistas - JS - Controller
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C240
This commit is contained in:
parent
a05a264bee
commit
d697064b34
1 changed files with 39 additions and 3 deletions
|
|
@ -1,7 +1,43 @@
|
||||||
|
@{
|
||||||
@{
|
|
||||||
ViewBag.Title = "Historico";
|
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> <i class="fa fa-list-ul"></i> 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> Ingresar
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
@Scripts.Render("~/Sinort-Scripts/PropuestaNormativa/Historico.js")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue