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
c5639090
Commit
c5639090
authored
Nov 14, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descripcion reportes
parent
b646fd56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sclData.html
reports/templates/sclData.html
+2
-2
No files found.
reports/templates/sclData.html
View file @
c5639090
...
...
@@ -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"
>
Date:
{{ 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.0|slice:"6:8" }}/{{ labels.0|slice:"4:6" }}/{{ labels.0|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;"
>
...
...
@@ -388,7 +388,7 @@
$
(
"#rangecontrol2"
).
empty
();
$
(
"#set_Range_date"
).
empty
();
//$("#rangecontrol2").append('
<
span
class
=
"arrow_box"
id
=
"tooltiptext"
>
' + fecha + '
<
/span>'
)
;
$
(
"#set_Range_date"
).
append
(
'Date: '
+
fecha
);
$
(
"#set_Range_date"
).
append
(
fecha
);
$
(
'.arrow_box'
).
css
({
'left'
:
Math
.
round
(
pixelPostion
-
35
)
+
'px'
})
});
...
...
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