Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
b3d66adb
Commit
b3d66adb
authored
Jun 30, 2014
by
Marc Duez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index.html : change menu oragnization
parent
f00b60cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
48 deletions
+43
-48
browser/css/vidjil.less
browser/css/vidjil.less
+2
-2
browser/index.html
browser/index.html
+40
-45
browser/js/builder.js
browser/js/builder.js
+1
-1
No files found.
browser/css/vidjil.less
View file @
b3d66adb
...
...
@@ -586,7 +586,7 @@ span .substitution{
left :50%;
font-size: 13px;
padding: 10px;
background:
inherit
;
background:
@background
;
display:none;
}
...
...
@@ -849,7 +849,7 @@ span.logo
color: grey;
}
.selector, #list_menu, #top-container, .list_clones, .bot-bar, #bot-container, #popup-container, #file_menu, #tagSelector, .closeButton
.selector, #list_menu, #top-container, .list_clones, .bot-bar, #bot-container, #popup-container, #file_menu, #tagSelector, .closeButton
, #analysis_menu
{
border-color: @border;
}
...
...
browser/index.html
View file @
b3d66adb
...
...
@@ -96,19 +96,20 @@
<div
class=
"menu"
id=
"demo_file_menu"
onmouseover=
"showSelector('demoSelector');"
>
file
<div
id=
"demoSelector"
class=
"selector"
><div>
<a
class=
"buttonSelector"
onclick=
"javascript:loadData()"
>
load data/analysis
</a></br>
<!--<a class="buttonSelector" onclick="javascript:loadAnalysis()">load analysis</a> -->
<div
class=
"menu_box"
>
<a
class=
"buttonSelector"
onclick=
"javascript:loadData()"
>
Open
</a>
<a
class=
"buttonSelector"
onclick=
"javascript:loadAnalysis()"
>
Open analysis file
</a>
</div>
<!--<a class="buttonSelector" onclick="javascript:m.resetAnalysis()">reset analysis</a> -->
<!--<a class="buttonSelector" onclick="javascript:reset()">reset all</a> -->
<div
id=
"upload_list"
></br>
<div
class=
"menu_box"
>
<a
class=
"buttonSelector"
onclick=
"javascript:m.saveAnalysis()"
>
Save analysis file
</a>
<a
class=
"buttonSelector"
onclick=
"javascript:new PDF(m, 'visu2_svg')"
>
Save pdf (graph + selected clones)
</a>
</div>
<div
class=
"menu_box"
>
<div
id=
"upload_list"
>
</div>
</div>
</div></div>
</div>
<div
class=
"menu"
onmouseover=
"showSelector('loadSelector');"
>
export
<div
id=
"loadSelector"
class=
"selector"
><div>
<a
class=
"buttonSelector"
onclick=
"javascript:m.saveAnalysis()"
>
save analysis
</a>
<a
class=
"buttonSelector"
onclick=
"javascript:new PDF(m, 'visu2_svg')"
>
export pdf (graph + selected clones)
</a>
</div></div>
</div>
...
...
@@ -145,54 +146,48 @@
</div></div>
</div>
<div
class=
"menu"
id=
"display_menu"
onmouseover=
"showSelector('displaySelector');"
>
display
<div
id=
"displaySelector"
class=
"selector"
><div>
<div
class=
"submenu"
>
<div
class=
"menu_box"
>
tag visibility
</br>
<ul>
</ul>
</div>
<div
class=
"menu"
onmouseover=
"showSelector('filterSelector');"
>
filter
<div
id=
"filterSelector"
class=
"selector"
><div>
<div
class=
"menu_box"
>
number of clones
</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 visibility
</br>
<ul
id=
"tagList"
>
</ul>
</div>
</div></div>
</div>
<div
class=
"submenu"
>
<div
class=
"menu_box"
>
number of clones
</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);"
>
<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
class=
"menu"
onmouseover=
"showSelector('settingsSelector');"
>
settings
<div
id=
"settingsSelector"
class=
"selector"
><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);"
>
<span
id=
"normalize_info"
></span>
</div>
<div
class=
"menu_box"
>
point ke
y
</br>
<input
type=
"radio"
name=
"time"
value=
"name"
onchange=
"m.time_switch()"
checked
>
name
</input
>
<input
type=
"radio"
name=
"time"
value=
"sampling_date"
onchange=
"m.time_switch()"
>
sampling date
</input></br
>
</div>
<div
class=
"menu_box"
>
size displa
y
</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
class=
"menu_box"
>
point key
</br>
<input
type=
"radio"
name=
"time"
value=
"name"
onchange=
"m.time_switch()"
checked
>
name
</input></br>
<input
type=
"radio"
name=
"time"
value=
"sampling_date"
onchange=
"m.time_switch()"
>
sampling date
</input>
</div>
<div
class=
"submenu"
id=
"system_menu"
style=
"display:none"
>
<div
class=
"menu_box"
>
germline (for color and scatterplot)
</br>
<ul
id=
"germline_list"
>
</ul>
</div>
</div>
</div></div>
</div>
...
...
browser/js/builder.js
View file @
b3d66adb
...
...
@@ -267,7 +267,7 @@ Builder.prototype = {
var
self
=
this
;
var
displaySelector
=
document
.
getElementById
(
"
displaySelector
"
)
var
listTag
=
d
isplaySelector
.
getElementsByTagName
(
"
ul
"
)[
0
]
var
listTag
=
d
ocument
.
getElementById
(
"
tagList
"
)
var
listGermline
=
document
.
getElementById
(
"
germline_list
"
)
//reset
...
...
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