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
e3c9e860
Commit
e3c9e860
authored
Dec 09, 2014
by
Mikaël Salson
Browse files
index.html: Give an ID to every menu
parent
fcd79886
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/index.html
View file @
e3c9e860
...
...
@@ -150,7 +150,7 @@
</div></div>
</div>
<div
class=
"menu"
onmouseover=
"showSelector('clusterSelector');"
>
cluster
<div
class=
"menu"
id=
"cluster_menu"
onmouseover=
"showSelector('clusterSelector');"
>
cluster
<div
id=
"clusterSelector"
class=
"selector"
><div>
<a
class=
"buttonSelector"
onclick=
"m.resetClusters();"
>
reset all clusters
</a>
<a
class=
"buttonSelector"
onclick=
"m.restoreClusters();"
>
user
</a>
...
...
@@ -162,7 +162,7 @@
</div></div>
</div>
<div
class=
"menu"
onmouseover=
"showSelector('groupSelector');"
>
analysis
<div
class=
"menu"
id=
"analysis_menu"
onmouseover=
"showSelector('groupSelector');"
>
analysis
<div
id=
"groupSelector"
class=
"selector"
>
<div>
<a
class=
"buttonSelector"
onclick=
"sp.changeSplitMethod('gene_v', 'gene_j');"
>
V / J (genes)
</a>
...
...
@@ -180,7 +180,7 @@
</div>
</div>
<div
class=
"menu"
onmouseover=
"showSelector('colorSelector');"
>
color
<div
class=
"menu"
id=
"color_menu"
onmouseover=
"showSelector('colorSelector');"
>
color
<div
id=
"colorSelector"
class=
"selector"
><div>
<a
class=
"buttonSelector"
onclick=
"m.changeColorMethod('Tag');"
>
by tag
</a>
<a
class=
"buttonSelector"
onclick=
"m.changeColorMethod('V');"
>
by V
</a>
...
...
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