source: seiven/productivo/templates/productivo.ue.datos.consultados.html @ 84aeeb7

Last change on this file since 84aeeb7 was 84aeeb7, checked in by Ing. Roldan D. Vargas G <rvargas@…>, 6 años ago

nuevos servicios de consulta a api de sidepro. Agregadas instrucciones jquery para la consulta de información

  • Propiedad mode establecida a 100644
File size: 1.4 KB
Línea 
1{% load i18n %}
2{% load static from staticfiles %}
3<div id="datos-consultados">
4    <hr>
5    <div class="row">
6        <div class="col-md-12 text-right">
7            <img src="{% static 'img/botones/descargar-pdf.png' %}" role="button" data-toggle="tooltip"
8                 alt="{% trans 'Descargar PDF' %}" title="{% trans 'Descargar PDF' %}"
9                 class="img-responsive inline">
10            <img src="{% static 'img/botones/descargar-ods.png' %}" role="button" data-toggle="tooltip"
11                 alt="{% trans 'Descargar ODS' %}" title="{% trans 'Descargar ODF' %}"
12                 class="img-responsive inline">
13            <img src="{% static 'img/botones/descargar-csv.png' %}" role="button" data-toggle="tooltip"
14                 alt="{% trans 'Descargar CSV' %}" title="{% trans 'Descargar CSV' %}"
15                 class="img-responsive inline">
16        </div>
17    </div>
18    <div class="row">
19        <div class="col-md-12">
20            <table class="table table-striped table-hover display responsive" width="100%" id="result-consult">
21
22            </table>
23            <input type="hidden" id="ue_checked_for_consult">
24        </div>
25    </div>
26    <div class="row separador-row">
27        <div class="col-md-12 text-right">
28            <button type="button" class="btn btn-warning" id="btn-next-filtros">{% trans 'Siguiente' %}</button>
29        </div>
30    </div>
31</div>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.