Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
1935706e
Commit
1935706e
authored
Mar 28, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sanitize tina installation (cf. experiments from comex/garg)
parent
ccc08006
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
6 additions
and
17 deletions
+6
-17
explorerjs.html
explorerjs.html
+2
-3
bootswatch.css
libs/bootswatch/css/bootswatch.css
+0
-1
bootswatch.js
libs/bootswatch/js/bootswatch.js
+0
-1
bsa.js
libs/bootswatch/js/bsa.js
+0
-7
bsa_002.js
libs/bootswatch/js/bsa_002.js
+0
-1
freshslider.1.0.js
libs/freshslider.1.0.js
+4
-4
ui-bg_flat_75_ffffff_40x100.png
libs/jquery/images/ui-bg_flat_75_ffffff_40x100.png
+0
-0
ui-bg_glass_75_e6e6e6_1x400.png
libs/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
+0
-0
ui-bg_highlight-soft_75_cccccc_1x100.png
libs/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+0
-0
asyncFA2.js
tinawebJS/unused_kept_for_reference/asyncFA2.js
+0
-0
sigma.forceatlas2.js
tinawebJS/unused_kept_for_reference/sigma.forceatlas2.js
+0
-0
sigma.v1.customized.js
tinawebJS/unused_kept_for_reference/sigma.v1.customized.js
+0
-0
No files found.
explorerjs.html
View file @
1935706e
...
...
@@ -12,7 +12,6 @@
<link
rel=
"stylesheet"
href=
"libs/css2/freshslider.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"libs/css2/custom.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"libs/css2/sidebar.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"libs/bootswatch/css/bootswatch.css"
>
<link
rel=
"stylesheet"
href=
"libs/css2/font.css"
type=
"text/css"
>
</head>
...
...
@@ -507,7 +506,7 @@
<script
src=
"libs/jquery/jquery.easytabs.min.js"
type=
"text/javascript"
></script>
<script
src=
"libs/bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"libs/bootswatch/js/bootswatch.js"
></script>
<script
src=
"libs/bootstrap/js/bootstrap-modal.js"
type=
"text/javascript"
></script>
<script
src=
"libs/bootstrap/js/bootstrap-hover-dropdown.min.js"
type=
"text/javascript"
></script>
...
...
@@ -542,7 +541,7 @@
<script
src=
"tinawebJS/sigmaUtils.js"
type=
"text/javascript"
language=
"javascript"
></script>
<script
src=
"tinawebJS/methods.js"
type=
"text/javascript"
language=
"javascript"
></script>
<script
src=
"tinawebJS/enviroment.js"
type=
"text/javascript"
language=
"javascript"
></script>
<
script
src=
"tinawebJS/asyncFA2.js"
type=
"text/javascript"
language=
"javascript"
></script
>
<
!-- <script src="tinawebJS/asyncFA2.js" type="text/javascript" language="javascript"></script> --
>
<script
src=
"tinawebJS/Tinaweb.js"
type=
"text/javascript"
language=
"javascript"
></script>
<script
src=
"tinawebJS/main.js"
type=
"text/javascript"
language=
"javascript"
></script>
...
...
libs/bootswatch/css/bootswatch.css
deleted
100755 → 0
View file @
ccc08006
body
{
padding-top
:
50px
}
#banner
{
border-bottom
:
0
}
.page-header
h1
{
font-size
:
4em
}
.bs-docs-section
{
margin-top
:
8em
}
.affix
{
top
:
70px
}
footer
{
margin
:
5em
0
}
footer
li
{
float
:
left
;
margin-right
:
1.5em
;
margin-bottom
:
1.5em
}
footer
p
{
margin-bottom
:
0
;
clear
:
left
}
.splash
{
padding
:
6em
0
2em
;
color
:
#fff
;
text-align
:
center
;
background
:
-webkit-linear-gradient
(
70deg
,
#080f1f
30%
,
#2b4b5a
87%
,
#435e67
100%
);
background
:
-o-linear-gradient
(
70deg
,
#080f1f
30%
,
#2b4b5a
87%
,
#435e67
100%
);
background
:
-ms-linear-gradient
(
70deg
,
#080f1f
30%
,
#2b4b5a
87%
,
#435e67
100%
);
background
:
-moz-linear-gradient
(
70deg
,
#080f1f
30%
,
#2b4b5a
87%
,
#435e67
100%
);
background
:
linear-gradient
(
20deg
,
#080f1f
30%
,
#2b4b5a
87%
,
#435e67
100%
);
background-attachment
:
fixed
;
background-color
:
#1c2533
}
.splash
.alert
{
margin
:
4em
0
2em
}
.splash
h1
{
font-size
:
4em
}
.splash
#social
{
margin-top
:
6em
}
.section-tout
{
padding
:
4em
0
3em
;
background-color
:
#eaf1f1
;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
0.1
);
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0.1
)}
.section-tout
[
class
^=
"icon-"
]
{
margin-right
:
.5em
}
.section-tout
p
{
margin-bottom
:
3em
}
.section-preview
{
padding
:
4em
0
4em
}
.section-preview
.preview
{
margin-bottom
:
4em
;
background-color
:
#eaf1f1
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.1
);
border-radius
:
6px
}
.section-preview
.preview
.image
{
padding
:
5px
}
.section-preview
.preview
.image
img
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.1
)}
.section-preview
.preview
.options
{
padding
:
0
2em
2em
;
text-align
:
center
}
.section-preview
.preview
.options
p
{
margin-bottom
:
2em
}
.section-preview
.dropdown-menu
{
text-align
:
left
}
.section-preview
.lead
{
margin-bottom
:
2em
}
@media
(
max-width
:
767px
){
.section-preview
.image
img
{
width
:
100%
}}
.bsa
.one
.bsa_it_ad
{
background-color
:
transparent
!important
;
border
:
none
!important
}
.bsa
.one
.bsa_it_ad
.bsa_it_t
,
.bsa
.one
.bsa_it_ad
.bsa_it_d
{
color
:
inherit
!important
}
.bsa
.one
.bsa_it_p
{
display
:
none
}
libs/bootswatch/js/bootswatch.js
deleted
100755 → 0
View file @
ccc08006
$
(
'[data-toggle="tooltip"]'
).
tooltip
();
\ No newline at end of file
libs/bootswatch/js/bsa.js
deleted
100755 → 0
View file @
ccc08006
(
function
(){
var
bsa
=
document
.
createElement
(
'script'
);
bsa
.
type
=
'text/javascript'
;
bsa
.
async
=
true
;
bsa
.
src
=
'http://s3.buysellads.com/ac/bsa.js'
;
(
document
.
getElementsByTagName
(
'head'
)[
0
]
||
document
.
getElementsByTagName
(
'body'
)[
0
]).
appendChild
(
bsa
);
})();
\ No newline at end of file
libs/bootswatch/js/bsa_002.js
deleted
100755 → 0
View file @
ccc08006
This diff is collapsed.
Click to expand it.
libs/freshslider.1.0.js
View file @
1935706e
...
...
@@ -185,8 +185,8 @@
}
updateCarets
();
if
(
e
vent
.
preventDefault
){
e
vent
.
preventDefault
();
if
(
e
.
preventDefault
){
e
.
preventDefault
();
}
else
{
return
false
;
...
...
@@ -247,8 +247,8 @@
}
updateCarets
();
}
if
(
e
vent
.
preventDefault
){
e
vent
.
preventDefault
();
if
(
e
.
preventDefault
){
e
.
preventDefault
();
}
else
{
return
false
;
...
...
libs/jquery/images/ui-bg_flat_75_ffffff_40x100.png
View replaced file @
ccc08006
View file @
1935706e
260 Bytes
|
W:
|
H:
74 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
libs/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
0 → 100644
View file @
1935706e
88 Bytes
libs/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
0 → 100644
View file @
1935706e
86 Bytes
tinawebJS/asyncFA2.js
→
tinawebJS/
unused_kept_for_reference/
asyncFA2.js
View file @
1935706e
File moved
tinawebJS/sigma.forceatlas2.js
→
tinawebJS/
unused_kept_for_reference/
sigma.forceatlas2.js
View file @
1935706e
File moved
tinawebJS/sigma.v1.customized.js
→
tinawebJS/
unused_kept_for_reference/
sigma.v1.customized.js
View file @
1935706e
File moved
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