Commit 8b519cae authored by irving's avatar irving

Cambiado el rango de fechas del titulo, ocultado el slider de tiempo si solo es una imagen

parent 8e44387e
......@@ -120,6 +120,7 @@
{% block content %}
<!-- Content Wrapper. Contains page content -->
<!-- Main content -->
{% if labels|length > 1 %}
<div id="timeLine" class="container col-md-12 floating-panel slidecontainer"
style="position:absolute; display:block; bottom: 40px; width: 500px; z-index: 1000">
<div id="set_Range_date" class="col-md-4 pull-left" style="margin-right: -15%">{{ labels|first|slice:"6:8" }}/{{ labels|first|slice:"4:6" }}/{{ labels|first|slice:"0:4" }}</div>
......@@ -137,6 +138,7 @@
</div>
</div>
{% endif %}
<div id="selectLeft" class="container col-md-12 floating-panel"
style="position:absolute; display:none; bottom: 50px; left: 30%; width: 300px; z-index: 1000">
......@@ -225,7 +227,11 @@
<div class="row col-lg-11 title">
<div class="box box-success box-solid info">
<div class="box-header with-border">
<h3>{{ searchInfo.title }}, {{ searchInfo.startDate }} to {{ searchInfo.endDate }}</h3>
{% if labels|length > 1 %}
<h3>{{ searchInfo.title }}, {{ labels|first|slice:"6:8" }}-{{ labels|first|slice:"4:6" }}-{{ labels|first|slice:"0:4" }} to {{ labels|last|slice:"6:8" }}-{{ labels|last|slice:"4:6" }}-{{ labels|last|slice:"0:4" }}</h3>
{% else %}
<h3>{{ searchInfo.title }}, {{ labels|first|slice:"6:8" }}-{{ labels|first|slice:"4:6" }}-{{ labels|first|slice:"0:4" }}</h3>
{% endif %}
<h6>{{ searchInfo.report_name }}</h6>
<!-- /.box-tools -->
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment