source: seiven/productivo/templates/productivo.ue.resultado.filtros.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: 9.6 KB
Línea 
1{% load i18n %}
2{% load static from staticfiles %}
3<div id="resultado-filtros">
4    <hr>
5    <div class="row">
6        <div class="col-md-12">
7            <h4>
8                <i class="fa fa-minus-circle icon-minus" role="button"
9                   onclick="show_hide_filters('result_unidad_economica', $(this))"></i>&#160;&#160;
10                {% trans 'Datos de la Unidad Economica' %}
11            </h4>
12            <div id="opciones-result_unidad_economica">
13                <div class="row">
14                    <div class="col-md-12 text-right">
15                        <img src="{% static 'img/botones/descargar-pdf.png' %}" role="button" data-toggle="tooltip"
16                             alt="{% trans 'Descargar PDF' %}" title="{% trans 'Descargar PDF' %}"
17                             class="img-responsive inline">
18                        <img src="{% static 'img/botones/descargar-ods.png' %}" role="button" data-toggle="tooltip"
19                             alt="{% trans 'Descargar ODS' %}" title="{% trans 'Descargar ODF' %}"
20                             class="img-responsive inline">
21                        <img src="{% static 'img/botones/descargar-csv.png' %}" role="button" data-toggle="tooltip"
22                             alt="{% trans 'Descargar CSV' %}" title="{% trans 'Descargar CSV' %}"
23                             class="img-responsive inline">
24                    </div>
25                </div>
26                <div class="row">
27                    <div class="col-md-12">
28                        <table class="table table-striped table-hover display dataTable responsive" width="100%"
29                               id="result-consult-datos-ue">
30                            <thead>
31                                <tr>
32                                    <th>{% trans 'R.I.F.' %}</th>
33                                    <th>{% trans 'Razon Social' %}</th>
34                                    <th>{% trans 'Estado' %}</th>
35                                    <th>{% trans 'Naturaleza Juridica' %}</th>
36                                    <th>{% trans 'Numero de trabajadores' %}</th>
37                                    <th>{% trans 'Actividad Economica Principal' %}</th>
38                                </tr>
39                            </thead>
40                            <tbody></tbody>
41                        </table>
42                    </div>
43                </div>
44            </div>
45        </div>
46    </div>
47    <div class="row separador-row">
48        <div class="col-md-12">
49            <h4>
50                <i class="fa fa-minus-circle icon-minus" role="button"
51                   onclick="show_hide_filters('result_sub_unidad_economica', $(this))"></i>&#160;&#160;
52                {% trans 'Datos de la Sub Unidad Economica' %}
53            </h4>
54            <div id="opciones-result_sub_unidad_economica">
55                <div class="row">
56                    <div class="col-md-12 text-right">
57                        <img src="{% static 'img/botones/descargar-pdf.png' %}" role="button" data-toggle="tooltip"
58                             alt="{% trans 'Descargar PDF' %}" title="{% trans 'Descargar PDF' %}"
59                             class="img-responsive inline">
60                        <img src="{% static 'img/botones/descargar-ods.png' %}" role="button" data-toggle="tooltip"
61                             alt="{% trans 'Descargar ODS' %}" title="{% trans 'Descargar ODF' %}"
62                             class="img-responsive inline">
63                        <img src="{% static 'img/botones/descargar-csv.png' %}" role="button" data-toggle="tooltip"
64                             alt="{% trans 'Descargar CSV' %}" title="{% trans 'Descargar CSV' %}"
65                             class="img-responsive inline">
66                    </div>
67                </div>
68                <div class="row">
69                    <div class="col-md-12">
70                        <table class="table table-striped table-hover display dataTable responsive" width="100%"
71                               id="result-consult-datos-sub-ue">
72                            <thead>
73                                <tr>
74                                    <th>{% trans 'R.I.F.' %}</th>
75                                    <th>{% trans 'Razon Social' %}</th>
76                                    <th>{% trans 'Estado' %}</th>
77                                    <th>{% trans 'Naturaleza Juridica' %}</th>
78                                    <th>{% trans 'Numero de trabajadores' %}</th>
79                                    <th>{% trans 'Actividad Economica Principal' %}</th>
80                                </tr>
81                            </thead>
82                            <tbody></tbody>
83                        </table>
84                    </div>
85                </div>
86            </div>
87        </div>
88    </div>
89    <div class="row separador-row">
90        <div class="col-md-12">
91            <h4>
92                <i class="fa fa-minus-circle icon-minus" role="button"
93                   onclick="show_hide_filters('result_proceso_productivo', $(this))"></i>&#160;&#160;
94                {% trans 'Datos del Proceso Productivo' %}
95            </h4>
96            <div id="opciones-result_proceso_productivo">
97                <div class="row">
98                    <div class="col-md-12 text-right">
99                        <img src="{% static 'img/botones/descargar-pdf.png' %}" role="button" data-toggle="tooltip"
100                             alt="{% trans 'Descargar PDF' %}" title="{% trans 'Descargar PDF' %}"
101                             class="img-responsive inline">
102                        <img src="{% static 'img/botones/descargar-ods.png' %}" role="button" data-toggle="tooltip"
103                             alt="{% trans 'Descargar ODS' %}" title="{% trans 'Descargar ODF' %}"
104                             class="img-responsive inline">
105                        <img src="{% static 'img/botones/descargar-csv.png' %}" role="button" data-toggle="tooltip"
106                             alt="{% trans 'Descargar CSV' %}" title="{% trans 'Descargar CSV' %}"
107                             class="img-responsive inline">
108                    </div>
109                </div>
110                <div class="row">
111                    <div class="col-md-12">
112                        <table class="table table-striped table-hover display dataTable responsive" width="100%"
113                               id="result-consult-datos-proceso-productivo">
114                            <thead>
115                                <tr>
116                                    <th>{% trans 'R.I.F.' %}</th>
117                                    <th>{% trans 'Razon Social' %}</th>
118                                    <th>{% trans 'Estado' %}</th>
119                                    <th>{% trans 'Naturaleza Juridica' %}</th>
120                                    <th>{% trans 'Numero de trabajadores' %}</th>
121                                    <th>{% trans 'Actividad Economica Principal' %}</th>
122                                </tr>
123                            </thead>
124                            <tbody></tbody>
125                        </table>
126                    </div>
127                </div>
128            </div>
129        </div>
130    </div>
131    <div class="row separador-row">
132        <div class="col-md-12">
133            <h4>
134                <i class="fa fa-minus-circle icon-minus" role="button"
135                   onclick="show_hide_filters('result_actividad_economica', $(this))"></i>&#160;&#160;
136                {% trans 'Datos de la Actividad Economica' %}
137            </h4>
138            <div id="opciones-result_actividad_economica">
139                <div class="row">
140                    <div class="col-md-12 text-right">
141                        <img src="{% static 'img/botones/descargar-pdf.png' %}" role="button" data-toggle="tooltip"
142                             alt="{% trans 'Descargar PDF' %}" title="{% trans 'Descargar PDF' %}"
143                             class="img-responsive inline">
144                        <img src="{% static 'img/botones/descargar-ods.png' %}" role="button" data-toggle="tooltip"
145                             alt="{% trans 'Descargar ODS' %}" title="{% trans 'Descargar ODF' %}"
146                             class="img-responsive inline">
147                        <img src="{% static 'img/botones/descargar-csv.png' %}" role="button" data-toggle="tooltip"
148                             alt="{% trans 'Descargar CSV' %}" title="{% trans 'Descargar CSV' %}"
149                             class="img-responsive inline">
150                    </div>
151                </div>
152                <div class="row">
153                    <div class="col-md-12">
154                        <table class="table table-striped table-hover display dataTable responsive" width="100%"
155                               id="result-consult-datos-actividad">
156                            <thead>
157                                <tr>
158                                    <th>{% trans 'R.I.F.' %}</th>
159                                    <th>{% trans 'Razon Social' %}</th>
160                                    <th>{% trans 'Estado' %}</th>
161                                    <th>{% trans 'Naturaleza Juridica' %}</th>
162                                    <th>{% trans 'Numero de trabajadores' %}</th>
163                                    <th>{% trans 'Actividad Economica Principal' %}</th>
164                                </tr>
165                            </thead>
166                            <tbody></tbody>
167                        </table>
168                    </div>
169                </div>
170            </div>
171        </div>
172    </div>
173    <div class="row separador-row">
174        <div class="col-md-12 text-right">
175            <button type="button" class="btn btn-warning" id="btn-new-consult">{% trans 'Nueva Consulta' %}</button>
176        </div>
177    </div>
178</div>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.