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
e9a29e18
Commit
e9a29e18
authored
Jan 19, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor layout: selection box to the left and logos on top
parent
b976bd2e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
10 deletions
+15
-10
crowdTerms.css
crowdsourcingTerms/crowdTerms.css
+5
-0
modal.js
crowdsourcingTerms/modal.js
+1
-1
explorerjs.html
explorerjs.html
+8
-8
methods.js
tinawebJS/methods.js
+1
-1
No files found.
crowdsourcingTerms/crowdTerms.css
View file @
e9a29e18
...
...
@@ -59,6 +59,11 @@
padding
:
0
;
}
/* selection box aka 'div#names' */
div
#names
{
height
:
20em
;
}
/* ------------- crowdsourcing proprement dit ----------------------- */
...
...
crowdsourcingTerms/modal.js
View file @
e9a29e18
...
...
@@ -205,7 +205,7 @@ function save_suggestions(term) {
console
.
log
(
"SUCCESS"
)
console
.
log
(
data
)
//$("#sendcrowds").html(D["#sendcrowds"]["thanks"][LA]) //showing message
$
(
"#crowdsourcing_answer"
).
html
(
"<p><b>Thank you !</b><br/>(<i>
\"
"
+
term
+
"
\"
</i> was saved
in database
)</p>"
)
;
$
(
"#crowdsourcing_answer"
).
html
(
"<p><b>Thank you !</b><br/>(<i>
\"
"
+
term
+
"
\"
</i> was saved
as a suggestion
)</p>"
)
;
// show "saved" icon
$
(
"#saveicon"
).
removeClass
(
"glyphicon-save"
);
...
...
explorerjs.html
View file @
e9a29e18
...
...
@@ -63,8 +63,8 @@
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li><a
href=
"http://www.cnrs.fr"
target=
"_blank"
>
CNRS
</a></li>
<li><a
href=
"http://iscpif.fr"
target=
"_blank"
>
ISC-PIF
</a></li>
<li><a
href=
"http://www.cnrs.fr"
target=
"_blank"
title=
"CNRS"
><img
src=
"libs/img2/logo_cnrs_transparent.gif"
height=
"45"
>
</a></li>
<li><a
href=
"http://iscpif.fr"
target=
"_blank"
title=
"ISC-PIF"
height=
"22"
><img
src=
"libs/img2/logo_ISCPIF_small.svg"
>
</a></li>
</ul>
</div>
<!--navbar-main-->
...
...
@@ -221,7 +221,7 @@
<!-- ideally should be appended by jquery for autocomplete -->
<input
id=
"proposed_terms"
type=
"text"
class=
"form-control"
placeholder=
"Recherche"
/>
</div>
<!-- /search_input_group -->
</div>
<!-- /form -->
...
...
@@ -231,6 +231,10 @@
<!-- say thanks for the suggestion -->
<div
id=
"crowdsourcing_answer"
class=
"col-md-12"
></div>
</div>
<!-- /row -->
<div
class=
"row"
class=
"TODOselectionbox"
>
<div
id=
"names"
></div>
</div>
<!-- /row -->
<div
class=
"row"
class=
"TODOhistogramModule"
>
<!-- filled by query (user search value) to wos api -->
...
...
@@ -312,17 +316,13 @@
</div>
<!-- Sidebar right, old css -->
<div
id=
"rightcolumn"
>
<div
style=
"text-align: center;"
>
<a
href=
"http://www.cnrs.fr"
target=
"_blank"
><img
width=
"40%"
src=
"https://www.ipmc.cnrs.fr/~duprat/comm/images/logo_cnrs_transparent.gif"
></a>
</div>
<div
id=
"rightcolumn"
>
<button
style=
"color: #900;font-weight: bold;font-size: 70%;text-transform: uppercase;float:right;"
onClick=
'cancelSelection(false);'
>
X
</button>
<div
id=
"tips"
></div>
<div
id=
"names"
></div>
<br>
<div
id=
"tab-container"
class=
'tab-container'
style=
"display: none;"
>
...
...
tinawebJS/methods.js
View file @
e9a29e18
...
...
@@ -360,7 +360,7 @@ function updateLeftPanel_fix( sels , oppos ) {
// and im commenting now because github is not
// pushing my commit
// because i need more lines, idk
$
(
"#names"
).
html
(
namesDIV
).
readmore
({
maxHeight
:
1
0
0
});
$
(
"#names"
).
html
(
namesDIV
).
readmore
({
maxHeight
:
1
5
0
});
$
(
"#tab-container"
).
show
();
$
(
"#opossiteNodes"
).
html
(
alterNodesDIV
).
readmore
({
maxHeight
:
200
});
$
(
"#sameNodes"
).
html
(
sameNodesDIV
).
readmore
({
maxHeight
:
200
});
...
...
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