Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
38bd653b
Commit
38bd653b
authored
Aug 29, 2018
by
Renán Sosa Guillen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
general performance improvement
parent
fa92b814
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
86 additions
and
142 deletions
+86
-142
dataRetrieval.js
catalog/static/js/dataRetrieval.js
+78
-139
base_top.html
catalog/templates/base_top.html
+3
-0
map.html
catalog/templates/map.html
+3
-1
templates.html
catalog/templates/templates.html
+2
-2
No files found.
catalog/static/js/dataRetrieval.js
View file @
38bd653b
This diff is collapsed.
Click to expand it.
catalog/templates/base_top.html
View file @
38bd653b
...
...
@@ -149,6 +149,9 @@
<!-- T E M P L A T E S -->
{% block templates %}{% endblock %}
<!-- T E M P L A T E S -->
<!-- MODAL 1 -->
{% block modal1 %}{% endblock %}
<!-- MODAL 1 -->
<!-- jQuery 3 -->
<script
src=
"{% static 'adminlte/bower_components/jquery/dist/jquery.min.js' %}"
></script>
...
...
catalog/templates/map.html
View file @
38bd653b
...
...
@@ -4,6 +4,7 @@
{% block headMedia %}
<link
rel=
"stylesheet"
href=
"{% static 'css/map.css'%}"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/body.css'%}"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/modal1.css'%}"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"https://openlayers.org/en/v4.6.4/css/ol.css"
type=
"text/css"
>
<script
src=
"https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"
></script>
...
...
@@ -180,7 +181,7 @@
</a>
<ul
class=
"treeview-menu sidebar-form"
>
<li>
<input
class=
"form-control"
type=
"number"
name=
"cloudPercentage"
>
<input
class=
"form-control"
type=
"number"
value=
"100"
name=
"cloudPercentage"
>
</li>
</ul>
</li>
...
...
@@ -242,6 +243,7 @@
{% endblock %}
{% block templates %}{% include "templates.html" %}{% endblock %}
{% block modal1 %}{% include "noProductsModal.html" %}{% endblock %}
{% block scripts %}
<script>
...
...
catalog/templates/templates.html
View file @
38bd653b
...
...
@@ -22,11 +22,11 @@
<!-- product list template -->
<template
id=
"product_list_template"
>
<li
id=
""
>
<li
id=
""
onclick=
"drawApiResponse(this);"
>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon glyphicon glyphicon-bookmark bg-red"
></i>
<div
class=
"menu-info"
>
<h4
id=
""
class=
"control-sidebar-subheading"
onclick=
"drawApiResponse(this);"
></h4>
<h4
id=
""
class=
"control-sidebar-subheading"
></h4>
<p></p>
<input
type=
"checkbox"
name=
"product_selected"
value=
""
checked
>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment