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
fceca902
Commit
fceca902
authored
Jul 16, 2018
by
Renán Sosa Guillen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates management
parent
9e009c5a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
97 additions
and
87 deletions
+97
-87
base_top.html
catalog/templates/base_top.html
+1
-87
map.html
catalog/templates/map.html
+2
-0
templates.html
catalog/templates/templates.html
+94
-0
No files found.
catalog/templates/base_top.html
View file @
fceca902
...
...
@@ -144,93 +144,7 @@
<!-- ./wrapper -->
<!-- T E M P L A T E S -->
<!-- city list template -->
<template
id=
"city_list_template"
>
<li
id=
""
onclick=
"drawPolygon(this)"
class=
"pol"
>
<div
class=
"box box-warning box-solid"
>
<div
class=
"box-header with-border"
>
<span
class=
"pol-title"
></span>
</div>
<div
class=
"box-body"
>
<span
class=
"pol-body"
></span><br>
<div
class=
"pol-src"
></div>
</div>
</div>
</li>
</template>
<!-- city list template -->
<!-- product list template -->
<template
id=
"product_list_template"
>
<li
id=
""
>
<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>
<p></p>
<input
type=
"checkbox"
name=
"product_selected"
value=
""
checked
>
</div>
</a>
<div
class=
"info-product-box bg-geo"
>
<span
class=
"info-product-box-img"
>
<img
src=
""
>
</span>
<div
class=
"info-product-box-content"
>
<span
class=
"info-product-box-text"
></span>
<span
class=
"info-product-box-number"
></span>
<div
class=
"progress"
>
<div
class=
"progress-bar"
style=
"width: 100%"
></div>
</div>
<span
class=
"progress-description"
></span>
</div>
</div>
</li>
</template>
<!-- product list template -->
<!-- product in cart templates -->
<template
id=
"product_cart_1"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-cubes"
></i>
<span></span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
></span>
</span>
</a>
<ul
class=
"treeview-menu sidebar-form"
>
<li>
<ul
id=
"product-list-cart-items"
class=
"control-sidebar-menu"
></ul>
</li>
</ul>
</li>
</template>
<template
id=
"product_cart_2"
>
<li
id=
""
>
<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"
></h4>
<p></p>
</div>
</a>
<div
class=
"info-product-cart-box bg-geo"
>
<span
class=
"info-product-box-img"
>
<img
src=
""
>
</span>
<div
class=
"info-product-box-content"
>
<span
class=
"info-product-box-text"
></span>
<span
class=
"info-product-box-number"
></span>
<div
class=
"progress"
>
<div
class=
"progress-bar"
style=
"width: 100%"
></div>
</div>
<span
class=
"progress-description"
></span>
</div>
</div>
</li>
</template>
<!-- product in cart templates -->
{% block templates %}{% endblock %}
<!-- T E M P L A T E S -->
<!-- jQuery 3 -->
...
...
catalog/templates/map.html
View file @
fceca902
...
...
@@ -241,6 +241,8 @@
</footer>
{% endblock %}
{% block templates %}{% include "templates.html" %}{% endblock %}
{% block scripts %}
<script>
//var osmap = new OpenStreetMapsClass("map", -99.145556,19.419444, 10);
...
...
catalog/templates/templates.html
0 → 100644
View file @
fceca902
<!--
Templates for filling with info in dataRetrieval.js file
-->
<!-- T E M P L A T E S -->
<!-- city list template -->
<template
id=
"city_list_template"
>
<li
id=
""
onclick=
"drawPolygon(this)"
class=
"pol"
>
<div
class=
"box box-warning box-solid"
>
<div
class=
"box-header with-border"
>
<span
class=
"pol-title"
></span>
</div>
<div
class=
"box-body"
>
<span
class=
"pol-body"
></span><br>
<div
class=
"pol-src"
></div>
</div>
</div>
</li>
</template>
<!-- city list template -->
<!-- product list template -->
<template
id=
"product_list_template"
>
<li
id=
""
>
<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>
<p></p>
<input
type=
"checkbox"
name=
"product_selected"
value=
""
checked
>
</div>
</a>
<div
class=
"info-product-box bg-geo"
>
<span
class=
"info-product-box-img"
>
<img
src=
""
>
</span>
<div
class=
"info-product-box-content"
>
<span
class=
"info-product-box-text"
></span>
<span
class=
"info-product-box-number"
></span>
<div
class=
"progress"
>
<div
class=
"progress-bar"
style=
"width: 100%"
></div>
</div>
<span
class=
"progress-description"
></span>
</div>
</div>
</li>
</template>
<!-- product list template -->
<!-- product in cart templates -->
<template
id=
"product_cart_1"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-cubes"
></i>
<span></span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
></span>
</span>
</a>
<ul
class=
"treeview-menu sidebar-form"
>
<li>
<ul
id=
"product-list-cart-items"
class=
"control-sidebar-menu"
></ul>
</li>
</ul>
</li>
</template>
<template
id=
"product_cart_2"
>
<li
id=
""
>
<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"
></h4>
<p></p>
</div>
</a>
<div
class=
"info-product-cart-box bg-geo"
>
<span
class=
"info-product-box-img"
>
<img
src=
""
>
</span>
<div
class=
"info-product-box-content"
>
<span
class=
"info-product-box-text"
></span>
<span
class=
"info-product-box-number"
></span>
<div
class=
"progress"
>
<div
class=
"progress-bar"
style=
"width: 100%"
></div>
</div>
<span
class=
"progress-description"
></span>
</div>
</div>
</li>
</template>
<!-- product in cart templates -->
<!-- T E M P L A T E S -->
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