Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2b1fb1ab
Commit
2b1fb1ab
authored
May 26, 2014
by
Marc Duez
Browse files
index.html : add system display checkbox in display menu
parent
571ff3b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
2b1fb1ab
...
...
@@ -150,11 +150,6 @@
<div
id=
"displaySelector"
class=
"selector"
><div>
<div
class=
"submenu"
>
<div
class=
"menu_box"
>
clone display
</br>
<input
id=
"top_slider"
type=
"range"
min=
"5"
max=
"100"
step=
"5"
value=
"10"
onchange=
"m.displayTop(this.value)"
/>
</div>
<div
class=
"menu_box"
>
tag display
</br>
<ul>
...
...
@@ -165,6 +160,11 @@
<div
class=
"submenu"
>
<div
class=
"menu_box"
>
clone display
</br>
<input
id=
"top_slider"
type=
"range"
min=
"5"
max=
"100"
step=
"5"
value=
"10"
onchange=
"m.displayTop(this.value)"
/>
</div>
<div
class=
"menu_box"
>
normalization (
<span
id=
"normalize_value"
>
</span>
)
</br>
<input
id=
"normalize"
type=
"checkbox"
name=
"normalize"
onclick=
"m.normalization_switch(this.checked);"
>
...
...
@@ -180,11 +180,20 @@
<div
class=
"menu_box"
>
time display
</br>
<input
type=
"radio"
name=
"time"
value=
"sampling_date"
onchange=
"m.time_switch()"
>
sampling date
</input></br>
<input
type=
"radio"
name=
"time"
value=
"run_date"
onchange=
"m.time_switch()"
>
run date
</input></br>
<input
type=
"radio"
name=
"time"
value=
"name"
onchange=
"m.time_switch()"
checked
>
name
</input>
</div>
</div>
<div
class=
"submenu"
id=
"system_menu"
style=
"display:none"
>
<div
class=
"menu_box"
>
system display
</br>
<ul
id=
"system_list"
>
</ul>
</div>
</div>
</div></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