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
0dcb0db8
Commit
0dcb0db8
authored
May 28, 2018
by
Renán Sosa Guillen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arreglo vista
parent
e130a25f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
23 deletions
+50
-23
map.html
catalog/templates/map.html
+9
-1
productList.html
catalog/templates/productList.html
+41
-22
No files found.
catalog/templates/map.html
View file @
0dcb0db8
...
@@ -139,7 +139,15 @@
...
@@ -139,7 +139,15 @@
<!-- <form role="form" target="catalogFrame" action="{% url 'productList' %}" method="post"> -->
<!-- <form role="form" target="catalogFrame" action="{% url 'productList' %}" method="post"> -->
<form
id=
'product-form'
role=
"form"
method=
"post"
>
<form
id=
'product-form'
role=
"form"
method=
"post"
>
{% csrf_token %}
{% csrf_token %}
<input
type=
"text"
id=
"ajax-input"
name=
"city"
class=
"ajax-input"
placeholder=
"Search region..."
>
<!-- <input type="text" id="ajax-input" name="city" class="ajax-input" placeholder="Search region..."> -->
<div
class=
"input-group"
>
<input
id=
"ajax-input"
type=
"text"
name=
"city"
class=
"form-control"
placeholder=
"Search region..."
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default"
type=
"button"
>
<i
class=
"glyphicon glyphicon-erase"
></i>
</button>
</span>
</div>
<div
class=
"row"
id=
"option-list"
>
<div
class=
"row"
id=
"option-list"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<ul
id=
"polygon-list"
class=
"no-bullet"
></ul>
<ul
id=
"polygon-list"
class=
"no-bullet"
></ul>
...
...
catalog/templates/productList.html
View file @
0dcb0db8
...
@@ -3,13 +3,12 @@
...
@@ -3,13 +3,12 @@
<html>
<html>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<link
rel=
"stylesheet"
href=
"{% static 'css/rightPanel.css'%}"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/rightPanel.css'%}"
type=
"text/css"
>
</head>
</head>
<body>
<body>
PRUEBA
PRUEBA
{{ item_data }}
<div
class=
"tt"
></div>
<!-- <ul class="catalog">-->
<!-- <ul class="catalog">-->
<!-- {% for i in catalog %}-->
<!-- {% for i in catalog %}-->
<!-- <li>-->
<!-- <li>-->
...
@@ -23,8 +22,28 @@
...
@@ -23,8 +22,28 @@
<!-- </li>-->
<!-- </li>-->
<!-- {% endfor %}-->
<!-- {% endfor %}-->
<!-- </ul>-->
<!-- </ul>-->
</body>
<script>
</html>
// var item_data = {
// city_name: "{{ item_data.city_name }}",
// process: "{{ item_data.process }}",
// start_date: "{{ item_data.start_date }}",
// end_date: "{{ item_data.end_date }}",
// polygon: "{{ item_data.polygon }}",
// cloud_percentage: "{{ item_data.cloud_percentage }}"
// };
var
item_data
=
"{{ item_data }}"
;
</script>
<!-- jQuery 3 -->
<script
src=
"{% static 'adminlte/bower_components/jquery/dist/jquery.min.js' %}"
></script>
<!-- jQuery UI 1.11.4 -->
<script
src=
"{% static 'adminlte/bower_components/jquery-ui/jquery-ui.min.js' %}"
></script>
<!-- Bootstrap 3.3.7 -->
<script
src=
"{% static 'adminlte/bower_components/bootstrap/dist/js/bootstrap.min.js' %}"
></script>
<!-- AdminLTE App -->
<script
src=
"{% static 'adminlte/dist/js/adminlte.min.js' %}"
></script>
<script
src=
"{% static 'js/product_management.js' %}"
type=
"text/javascript"
></script>
</body>
</html>
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