|
@@ -34,14 +34,14 @@ div.d1 {text-align:center; width=400px; background-color:#e0e0e0;
|
|
|
<div id="pickFormHead"></div>
|
|
|
<div id="pickFormDiv" style="display:none">
|
|
|
<div id="formDiv"></div>
|
|
|
- <div id="selectFormDiv" style="display:block"/>
|
|
|
+ <div id="selectFormDiv" style="display:block"></div>
|
|
|
<div id="listDiv"></div>
|
|
|
</div>
|
|
|
|
|
|
-<div id="startDiv"/>
|
|
|
+<div id="startDiv"></div>>
|
|
|
|
|
|
<div id="debugAreaHead"></div>
|
|
|
-<div id="debugAreaDiv" style="display:block">
|
|
|
+<div id="debugAreaDiv" style="display:none">
|
|
|
<textarea cols="95" rows="5" name="formStatus" id="formStatus">Entering data</textarea>
|
|
|
</div>
|
|
|
|
|
@@ -176,8 +176,6 @@ function init() {
|
|
|
parFormStatus.filter.filters=new Object();
|
|
|
parFormStatus.filter.filters["visibilityLevel"]="crfEditor";
|
|
|
|
|
|
- print(config,"Adding sources");
|
|
|
-
|
|
|
par.vars["eudraCTNumber"]=sourceVar("EudraCTNumber","eudraCTNumber","EudraCTNumber");
|
|
|
par.vars["studyCoordinator"]=sourceVar("StudyCoordinator","studyCoordinator","StudyCoordinator");
|
|
|
par.vars["studySponsor"]=sourceVar("StudySponsor","studySponsor","StudySponsor");
|