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
ab3a5e9a
Commit
ab3a5e9a
authored
May 02, 2019
by
Sergio Adrian Gongora Euan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloud percentege style changed
parent
15fb883f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
map.html
catalog/templates/map.html
+19
-10
No files found.
catalog/templates/map.html
View file @
ab3a5e9a
...
@@ -187,16 +187,24 @@
...
@@ -187,16 +187,24 @@
<i
class=
"fa fa-cloud"
></i>
<i
class=
"fa fa-cloud"
></i>
<span>
Cloud percentage
</span>
<span>
Cloud percentage
</span>
<span
class=
"pull-right-container"
>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
></span>
<span
class=
"label label-primary pull-right"
></span>
</span>
</span>
</a>
</a>
<ul
class=
"treeview-menu sidebar-form"
>
<ul
class=
"treeview-menu sidebar-form"
>
<li>
<li>
<input
class=
"form-text"
id=
"clouds"
value=
"5"
oninput=
"setCloudPercentageSlider(this.value)"
name=
"cloudPercentage"
disabled
>
<div
class=
"row"
>
<input
class=
"cross-range"
type=
"range"
min=
"0"
max=
"100"
step=
"1"
value=
"5"
oninput=
"setCloudPercentage(this.value)"
id=
"cloudPercentageSelector"
name=
cloudPercentage
>
<div
class=
"col-lg-9"
style=
"padding-top: 5px;"
>
<input
class=
"cross-range"
type=
"range"
min=
"0"
max=
"100"
step=
"1"
value=
"5"
oninput=
"setCloudPercentage(this.value)"
id=
"cloudPercentageSelector"
name=
"cloudPercentage"
>
</div>
<div
class=
"col-lg-3"
style=
"padding-left:0px;padding-top: 5px;"
>
<!-- <input class="form-text" id="clouds" value="5" oninput="setCloudPercentageSlider(this.value)" name="cloudPercentage" disabled> -->
<span
id=
"clouds"
>
5
</span>
</div>
</div>
</li>
</ul>
</li>
</li>
</ul>
</li>
<li>
<li>
<a
href=
"#"
><div
class=
"modal"
>
<!-- Place at bottom of page -->
</div>
<a
href=
"#"
><div
class=
"modal"
>
<!-- Place at bottom of page -->
</div>
<span>
<span>
...
@@ -328,7 +336,8 @@
...
@@ -328,7 +336,8 @@
function
setCloudPercentage
(
clouds
)
{
function
setCloudPercentage
(
clouds
)
{
//console.log(clouds)
//console.log(clouds)
document
.
getElementById
(
"clouds"
).
value
=
clouds
;
//document.getElementById("clouds").value = clouds;
document
.
getElementById
(
"clouds"
).
innerHTML
=
clouds
;
}
}
function
setCloudPercentageSlider
(
clouds
)
{
function
setCloudPercentageSlider
(
clouds
)
{
//console.log(clouds)
//console.log(clouds)
...
...
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