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
c525a003
Commit
c525a003
authored
Nov 04, 2014
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
last clean
parent
65790e5a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
1293 deletions
+1
-1293
freshslider.css
css2/freshslider.css
+0
-0
jquery-ui.css
css2/jquery-ui.css
+0
-1178
token-input.css
css2/token-input.css
+0
-113
explorerjs.html
explorerjs.html
+1
-1
jquery.dynacloud-5.yui.js
jquery2/jquery.dynacloud-5.yui.js
+0
-1
No files found.
css2/freshs
tyle
.css
→
css2/freshs
lider
.css
View file @
c525a003
File moved
css2/jquery-ui.css
deleted
100644 → 0
View file @
65790e5a
This diff is collapsed.
Click to expand it.
css2/token-input.css
deleted
100644 → 0
View file @
65790e5a
/* Example tokeninput style #1: Token vertical list*/
ul
.token-input-list
{
overflow
:
hidden
;
height
:
auto
!important
;
height
:
1%
;
width
:
400px
;
border
:
1px
solid
#999
;
cursor
:
text
;
font-size
:
12px
;
font-family
:
Verdana
;
z-index
:
999
;
margin
:
0
;
padding
:
0
;
background-color
:
#fff
;
list-style-type
:
none
;
clear
:
left
;
}
ul
.token-input-list
li
{
list-style-type
:
none
;
}
ul
.token-input-list
li
input
{
border
:
0
;
width
:
350px
;
padding
:
3px
8px
;
background-color
:
white
;
-webkit-appearance
:
caret
;
}
li
.token-input-token
{
overflow
:
hidden
;
height
:
auto
!important
;
height
:
1%
;
margin
:
3px
;
padding
:
3px
5px
;
background-color
:
#d0efa0
;
color
:
#000
;
font-weight
:
bold
;
cursor
:
default
;
display
:
block
;
}
li
.token-input-token
p
{
float
:
left
;
padding
:
0
;
margin
:
0
;
}
li
.token-input-token
span
{
float
:
right
;
color
:
#777
;
cursor
:
pointer
;
}
li
.token-input-selected-token
{
background-color
:
#08844e
;
color
:
#fff
;
}
li
.token-input-selected-token
span
{
color
:
#bbb
;
}
div
.token-input-dropdown
{
position
:
absolute
;
width
:
400px
;
background-color
:
#fff
;
overflow
:
hidden
;
border-left
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
cursor
:
default
;
font-size
:
12px
;
font-family
:
Verdana
;
z-index
:
1
;
}
div
.token-input-dropdown
p
{
margin
:
0
;
padding
:
5px
;
font-weight
:
bold
;
color
:
#777
;
}
div
.token-input-dropdown
ul
{
margin
:
0
;
padding
:
0
;
}
div
.token-input-dropdown
ul
li
{
background-color
:
#fff
;
padding
:
3px
;
list-style-type
:
none
;
}
div
.token-input-dropdown
ul
li
.token-input-dropdown-item
{
background-color
:
#fafafa
;
}
div
.token-input-dropdown
ul
li
.token-input-dropdown-item2
{
background-color
:
#fff
;
}
div
.token-input-dropdown
ul
li
em
{
font-weight
:
bold
;
font-style
:
normal
;
}
div
.token-input-dropdown
ul
li
.token-input-selected-dropdown-item
{
background-color
:
#d0efa0
;
}
explorerjs.html
View file @
c525a003
...
...
@@ -9,7 +9,7 @@
<link
rel=
"stylesheet"
href=
"libs/jquery/jquery-ui.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"libs/bootstrap/css/bootstrap.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"css2/freshs
tyle
.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"css2/freshs
lider
.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"css2/custom.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"css2/sidebar.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"libs/bootswatch/css/bootswatch.css"
>
...
...
jquery2/jquery.dynacloud-5.yui.js
deleted
100644 → 0
View file @
65790e5a
jQuery
.
fn
.
highlight
=
function
(
b
){
function
a
(
e
,
j
){
var
l
=
0
;
if
(
e
.
nodeType
==
3
){
var
k
=
e
.
data
.
toUpperCase
().
indexOf
(
j
);
if
(
k
>=
0
){
var
h
=
document
.
createElement
(
"span"
);
h
.
className
=
"highlight"
;
var
f
=
e
.
splitText
(
k
);
var
c
=
f
.
splitText
(
j
.
length
);
var
d
=
f
.
cloneNode
(
true
);
h
.
appendChild
(
d
);
f
.
parentNode
.
replaceChild
(
h
,
f
);
l
=
1
}}
else
{
if
(
e
.
nodeType
==
1
&&
e
.
childNodes
&&!
/
(
script|style
)
/i
.
test
(
e
.
tagName
)){
for
(
var
g
=
0
;
g
<
e
.
childNodes
.
length
;
++
g
){
g
+=
a
(
e
.
childNodes
[
g
],
j
)}}}
return
l
}
return
this
.
each
(
function
(){
a
(
this
,
b
.
toUpperCase
())})};
jQuery
.
fn
.
removeHighlight
=
function
(){
return
this
.
find
(
"span.highlight"
).
each
(
function
(){
this
.
parentNode
.
firstChild
.
nodeName
;
with
(
this
.
parentNode
){
replaceChild
(
this
.
firstChild
,
this
);
normalize
()}}).
end
()};
jQuery
.
dynaCloud
=
{
max
:
20
,
sort
:
true
,
auto
:
true
,
single
:
true
,
wordStats
:
true
,
scale
:
4
,
stopwords
:[
"a"
,
"about"
,
"above"
,
"accordingly"
,
"after"
,
"again"
,
"against"
,
"ah"
,
"all"
,
"also"
,
"although"
,
"always"
,
"am"
,
"among"
,
"amongst"
,
"an"
,
"and"
,
"any"
,
"anymore"
,
"anyone"
,
"are"
,
"as"
,
"at"
,
"away"
,
"be"
,
"been"
,
"begin"
,
"beginning"
,
"beginnings"
,
"begins"
,
"begone"
,
"begun"
,
"being"
,
"below"
,
"between"
,
"but"
,
"by"
,
"ca"
,
"can"
,
"cannot"
,
"come"
,
"could"
,
"did"
,
"do"
,
"doing"
,
"during"
,
"each"
,
"either"
,
"else"
,
"end"
,
"et"
,
"etc"
,
"even"
,
"ever"
,
"far"
,
"ff"
,
"following"
,
"for"
,
"from"
,
"further"
,
"furthermore"
,
"get"
,
"go"
,
"goes"
,
"going"
,
"got"
,
"had"
,
"has"
,
"have"
,
"he"
,
"her"
,
"hers"
,
"herself"
,
"him"
,
"himself"
,
"his"
,
"how"
,
"i"
,
"if"
,
"in"
,
"into"
,
"is"
,
"it"
,
"its"
,
"itself"
,
"last"
,
"lastly"
,
"less"
,
"many"
,
"may"
,
"me"
,
"might"
,
"more"
,
"must"
,
"my"
,
"myself"
,
"near"
,
"nearly"
,
"never"
,
"new"
,
"next"
,
"no"
,
"not"
,
"now"
,
"o"
,
"of"
,
"off"
,
"often"
,
"oh"
,
"on"
,
"only"
,
"or"
,
"other"
,
"otherwise"
,
"our"
,
"ourselves"
,
"out"
,
"over"
,
"perhaps"
,
"put"
,
"puts"
,
"quite"
,
"s"
,
"said"
,
"saw"
,
"say"
,
"see"
,
"seen"
,
"shall"
,
"she"
,
"should"
,
"since"
,
"so"
,
"some"
,
"such"
,
"t"
,
"than"
,
"that"
,
"the"
,
"their"
,
"them"
,
"themselves"
,
"then"
,
"there"
,
"therefore"
,
"these"
,
"they"
,
"this"
,
"those"
,
"though"
,
"throughout"
,
"thus"
,
"to"
,
"too"
,
"toward"
,
"unless"
,
"until"
,
"up"
,
"upon"
,
"us"
,
"ve"
,
"very"
,
"was"
,
"we"
,
"were"
,
"what"
,
"whatever"
,
"when"
,
"where"
,
"which"
,
"while"
,
"who"
,
"whom"
,
"whomever"
,
"whose"
,
"why"
,
"with"
,
"within"
,
"without"
,
"would"
,
"yes"
,
"your"
,
"yours"
,
"yourself"
,
"yourselves"
]};
jQuery
(
function
(){
jQuery
.
dynaCloud
.
stopwords
=
new
RegExp
(
"
\\
s(("
+
jQuery
.
dynaCloud
.
stopwords
.
join
(
"|"
)
+
")
\\
s)+"
,
"gi"
);
if
(
jQuery
.
dynaCloud
.
auto
){
jQuery
(
".dynacloud"
).
dynaCloud
()}});
jQuery
.
fn
.
dynaCloud
=
function
(
a
){
var
b
=
{};
return
this
.
each
(
function
(){
var
n
=
[];
var
m
=
0
;
if
(
jQuery
.
wordStats
&&
jQuery
.
dynaCloud
.
wordStats
){
jQuery
.
wordStats
.
computeTopWords
(
jQuery
.
dynaCloud
.
max
,
this
);
for
(
var
h
=
0
,
f
=
jQuery
.
wordStats
.
topWords
.
length
;
h
<
f
&&
h
<=
jQuery
.
dynaCloud
.
max
;
++
h
){
var
o
=
jQuery
.
wordStats
.
topWords
[
h
].
substring
(
1
);
if
(
typeof
b
[
o
]
==
"undefined"
){
b
[
o
]
=
{
count
:
jQuery
.
wordStats
.
topWeights
[
h
],
el
:
o
}}
else
{
b
[
o
].
count
+=
jQuery
.
wordStats
.
topWeights
[
h
]}
m
=
Math
.
max
(
b
[
o
].
count
,
m
)}
jQuery
.
wordStats
.
clear
()}
else
{
var
d
=
jQuery
(
this
).
text
().
replace
(
/
[^
A-Z
\x
C4
\x
D6
\x
DCa-z
\x
E4
\x
F6
\x
FC
\x
DF0-9_
]
/g
,
" "
).
replace
(
jQuery
.
dynaCloud
.
stopwords
,
" "
).
split
(
" "
);
var
c
=
/^
[
a-z
\x
E4
\x
F6
\x
FC
]
*
[
A-Z
\x
C4
\x
D6
\x
DC
]([
A-Z
\x
C4
\x
D6
\x
DC
\x
DF
]
+|
[
a-z
\x
E4
\x
F6
\x
FC
\x
DF
]{3,})
/
;
jQuery
.
each
(
d
,
function
(
l
,
p
){
if
(
c
.
test
(
p
)){
var
j
=
p
.
toLowerCase
();
if
(
typeof
b
[
j
]
==
"undefined"
){
b
[
j
]
=
{
count
:
1
,
el
:
p
}}
else
{
b
[
j
].
count
+=
1
}
m
=
Math
.
max
(
b
[
j
].
count
,
m
)}})}
jQuery
.
each
(
b
,
function
(
j
,
l
){
n
[
n
.
length
]
=
l
});
if
(
jQuery
.
dynaCloud
.
sort
){
n
.
sort
(
function
(
j
,
i
){
if
(
j
.
count
==
i
.
count
){
return
j
.
el
<
i
.
el
?
-
1
:(
j
.
el
==
i
.
el
?
0
:
1
)}
else
{
return
j
.
count
<
i
.
count
?
1
:
-
1
}})}
var
g
;
if
((
g
=
jQuery
(
a
?
a
:
"#dynacloud"
)).
length
==
0
){
jQuery
(
document
.
body
).
append
(
'<p id="dynacloud"></p>'
);
g
=
jQuery
(
"#dynacloud"
)}
g
.
empty
();
var
e
=
jQuery
.
dynaCloud
.
max
==-
1
?
n
.
length
:
Math
.
min
(
jQuery
.
dynaCloud
.
max
,
n
.
length
);
for
(
var
h
=
0
;
h
<
e
;
++
h
){
g
.
append
(
'<a href="#'
+
n
[
h
].
el
+
'" style="font-size: '
+
Math
.
ceil
((
n
[
h
].
count
/
m
)
*
jQuery
.
dynaCloud
.
scale
)
+
'em"><span>'
+
n
[
h
].
el
+
"</span></a> "
)}
var
k
=
this
;
jQuery
(
"a"
,
g
).
each
(
function
(){
jQuery
(
this
).
click
(
function
(){
if
(
jQuery
.
dynaCloud
.
single
){
jQuery
(
document
.
body
).
removeHighlight
()}
var
i
=
jQuery
(
this
).
text
().
toUpperCase
();
jQuery
(
k
).
each
(
function
(){
jQuery
(
this
).
highlight
(
i
)});
return
false
})})})};
\ No newline at end of file
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