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
193ce6f0
Commit
193ce6f0
authored
Feb 14, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes and comment updates
parent
63d4af57
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
parametres_comex.dev.ini.default
config/parametres_comex.dev.ini.default
+1
-1
parametres_comex.ini
config/parametres_comex.ini
+1
-1
parametres_comex.prod.ini.default
config/parametres_comex.prod.ini.default
+1
-1
comex_lib_elts.js
static/js/comex_lib_elts.js
+3
-2
comex_page_reg_controllers.js
static/js/comex_page_reg_controllers.js
+1
-1
rootindex.html
templates/rootindex.html
+1
-1
No files found.
config/parametres_comex.dev.ini.default
View file @
193ce6f0
...
...
@@ -23,7 +23,7 @@ SQL_HOST=172.18.0.2
SQL_PORT=3306
#; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials)
#; TODO SSL
#; (used only in ajax context of sending credentials)
DOORS_HOST=172.18.0.3
DOORS_PORT=8989
...
...
config/parametres_comex.ini
View file @
193ce6f0
...
...
@@ -23,7 +23,7 @@ SQL_HOST=comex_db
SQL_PORT
=
3306
#; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials)
#; TODO SSL
#; (used only in ajax context of sending credentials)
DOORS_HOST
=
134.158.75.71
DOORS_PORT
=
80
...
...
config/parametres_comex.prod.ini.default
View file @
193ce6f0
...
...
@@ -23,7 +23,7 @@ SQL_HOST=comex_db
SQL_PORT=3306
#; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials)
#; TODO SSL
#; (used only in ajax context of sending credentials)
DOORS_HOST=134.158.75.71
DOORS_PORT=80
...
...
static/js/comex_lib_elts.js
View file @
193ce6f0
...
...
@@ -32,6 +32,7 @@ var cmxClt = (function(cC) {
// -----------
cC
.
elts
.
box
=
{}
cC
.
elts
.
box
.
toggleBox
cC
.
elts
.
box
.
addGenericBox
cC
.
elts
.
box
.
addAuthBox
cC
.
elts
.
box
.
postAuthBox
cC
.
elts
.
box
.
authBox
=
null
...
...
@@ -247,7 +248,7 @@ var cmxClt = (function(cC) {
${
captchaBlock
}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" onclick=
'cmxClt.elts.box.toggleBox('auth_modal')'
>
<button type="button" class="btn btn-secondary" onclick=
"cmxClt.elts.box.toggleBox('auth_modal')"
>
Cancel
</button>
<!-- submit -->
...
...
@@ -300,7 +301,7 @@ var cmxClt = (function(cC) {
${
boxContent
}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-
second
ary" onclick="cmxClt.elts.box.toggleBox('
${
boxId
}
')">
<button type="button" class="btn btn-
prim
ary" onclick="cmxClt.elts.box.toggleBox('
${
boxId
}
')">
Ok
</button>
</div>
...
...
static/js/comex_page_reg_controllers.js
View file @
193ce6f0
...
...
@@ -155,7 +155,7 @@ function addUidThenSubmit(doorsResp) {
var
doorsUid
=
doorsResp
[
0
]
var
doorsMsg
=
doorsResp
[
1
]
console
.
warn
(
"
TODO FIX doorsUid will be available only later now
"
)
console
.
warn
(
"
FIXME doorsUid is valid but pending (subject to confirmation or not) => find a strategy to confirm it later ??
"
)
if
(
doorsUid
==
null
)
{
regfo
.
elMainMessage
.
innerHTML
=
"Problem with doors registration..."
...
...
templates/rootindex.html
View file @
193ce6f0
...
...
@@ -174,7 +174,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<p
class=
"pull-up-right"
>
<a
target=
"_blank"
href=
"
/explorerjs.html?type=%22filter%22&nodeidparam=%22%257B%257D%22
"
>
<a
target=
"_blank"
href=
"
https://player.vimeo.com/video/38383946
"
>
<span
class=
"glyphicon glyphicon-new-window"
></span>
Open in another tab
</a>
...
...
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