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
dc96a731
Commit
dc96a731
authored
May 19, 2014
by
Marc Duez
Browse files
browser : rebuild diplay menu
this menu is now on two column and use radio button
parent
f6ae4c6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
browser/css/vidjil.less
View file @
dc96a731
...
...
@@ -516,6 +516,19 @@ max-height: calc(~"100%" - @margin)
background:inherit;
}
.submenu{
width: 200px;
display: inline-block;
}
.menu_box {
margin: 0px;
padding: 5px;
border-top: solid;
border-width: 1px;
border-color:@border;
}
#file_menu, #analysis_menu{
z-index:2;
border:solid;
...
...
browser/index.html
View file @
dc96a731
...
...
@@ -149,25 +149,44 @@
<div
class=
"menu"
id=
"display_menu"
onmouseover=
"showSelector('displaySelector');"
>
display
<div
id=
"displaySelector"
class=
"selector"
><div>
<div
class=
"submenu"
>
<div>
</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"
>
clone display
</br>
<input
id=
"top_slider"
type=
"range"
min=
"5"
max=
"100"
step=
"5"
value=
"10"
onchange=
"m.displayTop(this.value)"
/>
</div>
<ul>
</ul>
<div
class=
"menu_box"
>
tag display
</br>
<ul>
</ul>
</div>
<div>
normalize
<input
id=
"normalize"
type=
"checkbox"
name=
"normalize"
onclick=
"m.normalization_switch(this.checked);"
>
</div>
<div>
scientific notation
<input
id=
"notation"
type=
"checkbox"
name=
"notation"
onclick=
"m.notation_switch(this.checked);"
>
</div></div>
<div
class=
"submenu"
>
<div
class=
"menu_box"
>
normalization (
<span
id=
"normalize_value"
>
</span>
)
</br>
<input
id=
"normalize"
type=
"checkbox"
name=
"normalize"
onclick=
"m.normalization_switch(this.checked);"
>
<span
id=
"normalize_info"
></span>
</div>
<div
class=
"menu_box"
>
size display
</br>
<input
type=
"radio"
name=
"notation"
value=
"scientific"
onchange=
"m.notation_switch()"
>
scientific notation
</input></br>
<input
type=
"radio"
name=
"notation"
value=
"percent"
onchange=
"m.notation_switch()"
checked
>
percent
</input>
</div>
</div>
<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></div>
</div>
<div
id=
"logo"
style=
"float: right;"
onclick=
"popupMsg(msg.welcome)"
>
Vidjil
<span
class=
'logo'
>
(beta)
</span></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