pdf reportes v2

parent 5e01a1cb
......@@ -10,7 +10,7 @@
</span>
</a>
</li>
{% if folders %}
<li class="treeview">
<a href="#">
<i class="fa fa-file-archive-o"></i>
......@@ -33,6 +33,19 @@
{% endfor %}
</ul>
</li>
{% else %}
<li>
<a class="treeview " href="#" onclick="showGraph()">
<i class="fa fa-eye showChart"></i>
<i class="fa fa-eye-slash hideChart" style="display:none"></i>
<span class="showChart">Show Chart</span>
<span class="hideChart" style="display:none">Hide Chart</span>
<span class="pull-right-container">
<span class="label label-primary pull-right"></span>
</span>
</a>
</li>
{% endif %}
<li class="treeview">
<a href="#">
<i class="fa fa-area-chart"></i>
......@@ -155,17 +168,7 @@
</span>
</a>
</li>
<li>
<a class="treeview " href="#" onclick="showGraph()">
<i class="fa fa-eye showChart"></i>
<i class="fa fa-eye-slash hideChart" style="display:none"></i>
<span class="showChart">Show Chart</span>
<span class="hideChart" style="display:none">Hide Chart</span>
<span class="pull-right-container">
<span class="label label-primary pull-right"></span>
</span>
</a>
</li>
<!-- <li>
<a class="treeview " href="#" onclick="showComparisons()">
<i class="fa fa-eye showImage"></i>
......
......@@ -41,7 +41,7 @@ def report_L2ASCL(request, report, purchase_id):
dataProduct['endDate'])[6:8]
graphData, label, defaultLabel, defaultDataset,datasets = ProcessChartData(scl_data_path)
print(datasets)
#print(datasets)
if report == 'scl_data':
......@@ -295,7 +295,7 @@ def mergedTiles(request, purchase_id, date, z, x, y):
image = open(image_path, "rb").read()
return HttpResponse(image, content_type="image/png")
# read a xml file with tiles info to display and return that info
# read a xml file with tiles info to display and return that info
@csrf_exempt
def tileinfo(request):
print("tileinfo!!!")
......
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