Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
6a33735b
Commit
6a33735b
authored
Oct 04, 2013
by
Jerome Mariette
Browse files
update venny version
parent
36fc4026
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
6a33735b
...
...
@@ -336,8 +336,7 @@ class tx_nG6_pi1 extends tslib_pibase {
<script type="text/javascript" src="'
.
t3lib_extMgm
::
siteRelPath
(
$this
->
extKey
)
.
'res/js/raphael-min.js"></script>
<script type="text/javascript" src="'
.
t3lib_extMgm
::
siteRelPath
(
$this
->
extKey
)
.
'res/js/unitip.js"></script>
<script type="text/javascript" src="'
.
t3lib_extMgm
::
siteRelPath
(
$this
->
extKey
)
.
'res/js/jquery.jstree.min.js"></script>
<link type="text/css" rel="stylesheet" media="screen" href="'
.
t3lib_extMgm
::
siteRelPath
(
$this
->
extKey
)
.
'res/css/unitip.css"/>
<link type="text/css" rel="stylesheet" media="screen" href="'
.
t3lib_extMgm
::
siteRelPath
(
$this
->
extKey
)
.
'res/css/jquery.venny.css"/>'
;
<link type="text/css" rel="stylesheet" media="screen" href="'
.
t3lib_extMgm
::
siteRelPath
(
$this
->
extKey
)
.
'res/css/unitip.css"/>'
;
return
$smarty
->
fetch
(
$analyse
[
'class'
]
.
'.tpl'
);
}
catch
(
Exception
$e
)
{
return
'No template found for class '
.
$analyse
[
'class'
];
...
...
ui/nG6/res/css/jquery.venny.css
deleted
100644 → 0
View file @
36fc4026
.number-black
{
font-weight
:
bold
;
color
:
#000000
;
cursor
:
default
;
text-decoration
:
none
;
font-size
:
12px
;
}
.small-number
{
font-weight
:
bold
;
color
:
#FFFFFF
;
cursor
:
default
;
text-decoration
:
none
;
font-size
:
12px
;
}
.number-over
{
font-weight
:
bold
;
color
:
#0000FF
;
text-decoration
:
underline
;
}
.number-empty
{
font-weight
:
normal
;
font-size
:
12px
;
}
.venn5
{
background-image
:
url(../img/venn5.png)
;
}
.venn4
{
background-image
:
url(../img/venn4.png)
;
}
.venn3
{
background-image
:
url(../img/venn3.png)
;
}
.venn2
{
background-image
:
url(../img/venn2.png)
;
}
.venn1
{
background-image
:
url(../img/venn1.png)
;
}
\ No newline at end of file
ui/nG6/res/img/venn1.png
deleted
100644 → 0
View file @
36fc4026
13.7 KB
ui/nG6/res/img/venn2.png
deleted
100644 → 0
View file @
36fc4026
34.1 KB
ui/nG6/res/img/venn3.png
deleted
100644 → 0
View file @
36fc4026
50.9 KB
ui/nG6/res/img/venn4.png
deleted
100644 → 0
View file @
36fc4026
65.4 KB
ui/nG6/res/img/venn5.png
deleted
100644 → 0
View file @
36fc4026
66.3 KB
ui/nG6/res/js/jquery.venny.js
deleted
100644 → 0
View file @
36fc4026
This diff is collapsed.
Click to expand it.
ui/nG6/res/js/jquery.venny.min.js
View file @
6a33735b
This diff is collapsed.
Click to expand it.
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