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
7bbbe9b6
Commit
7bbbe9b6
authored
Nov 14, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descripcion reportes
parent
c5639090
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
crossrange.css
reports/static/reports/css/crossrange.css
+1
-1
sclData.html
reports/templates/sclData.html
+4
-4
No files found.
reports/static/reports/css/crossrange.css
View file @
7bbbe9b6
...
...
@@ -21,7 +21,7 @@ input[type=range]::-webkit-slider-thumb {
box-shadow
:
0px
0px
0px
#000000
;
border
:
0px
solid
#000000
;
height
:
20px
;
width
:
2
0px
;
width
:
4
0px
;
border-radius
:
12px
;
background
:
#dc7828
;
cursor
:
pointer
;
...
...
reports/templates/sclData.html
View file @
7bbbe9b6
...
...
@@ -122,7 +122,7 @@
<!-- Main content -->
<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-right"
>
{{ labels
.0|slice:"6:8" }}/{{ labels.0|slice:"4:6" }}/{{ labels.0
|slice:"0:4" }}
</div>
<div
id=
"set_Range_date"
class=
"col-md-4 pull-right"
>
{{ labels
|first|slice:"6:8" }}/{{ labels|first|slice:"4:6" }}/{{ labels|first
|slice:"0:4" }}
</div>
<div
class=
"range-control col-md-8"
id=
"rangecontrol"
>
<input
class=
"cross-range"
id=
"inputRange"
type=
"range"
min=
"0"
max=
"{{ labels|length|add:'-1' }}"
step=
"1"
value=
"0"
data-thumbwidth=
"20"
style=
"background: transparent;"
>
...
...
@@ -140,7 +140,7 @@
<div
id=
"selectLeft"
class=
"container col-md-12 floating-panel"
style=
"position:absolute; display:none; bottom: 50px; left: 30%; width: 300px; z-index: 1000"
>
<div
id=
"set_Range_date2"
class=
"col-md-4 pull-left"
>
{{ labels
.0|slice:"6:8" }}/{{ labels.0|slice:"4:6" }}/{{ labels.0
|slice:"0:4" }}
</div>
<div
id=
"set_Range_date2"
class=
"col-md-4 pull-left"
>
{{ labels
|first|slice:"6:8" }}/{{ labels|first|slice:"4:6" }}/{{ labels|first
|slice:"0:4" }}
</div>
<div
class=
"col-md-8"
>
<!--<select onchange="selectLeft(this.value)" id="selectLeftCompare">
...
...
@@ -155,7 +155,7 @@
<div
id=
"selectRight"
class=
"container col-md-12 floating-panel"
style=
"position:absolute; display:none; bottom: 50px; left: 75%; width: 300px; z-index: 1000"
>
<div
id=
"set_Range_date3"
class=
"col-md-4 pull-left"
>
{{ labels
.0|slice:"6:8" }}/{{ labels.0|slice:"4:6" }}/{{ labels.0
|slice:"0:4" }}
</div>
<div
id=
"set_Range_date3"
class=
"col-md-4 pull-left"
>
{{ labels
|last|slice:"6:8" }}/{{ labels|last|slice:"4:6" }}/{{ labels|last
|slice:"0:4" }}
</div>
<div
class=
"col-md-8"
>
<!--<select onchange="selectRight(this.value)" id="selectRightCompare">
...
...
@@ -164,7 +164,7 @@
{% endfor %}
</select>-->
<input
class=
"cross-range"
id=
"selectRightCompare"
type=
"range"
min=
"0"
max=
"{{ labels|length|add:'-1' }}"
step=
"1"
value=
"
0
"
data-thumbwidth=
"20"
style=
"background: transparent;"
>
step=
"1"
value=
"
{{ labels|length|add:'-1' }}
"
data-thumbwidth=
"20"
style=
"background: transparent;"
>
</div>
</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