|
@@ -20,6 +20,10 @@ height:120px;
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
+<table cellspacing="2" cellpadding="5" border="0">
|
|
|
+<tr><td>Version: </td><td><strong id="version">0.0</strong></td></tr>
|
|
|
+</table>
|
|
|
+
|
|
|
<div id="formDiv">
|
|
|
</div>
|
|
|
|
|
@@ -33,12 +37,13 @@ height:120px;
|
|
|
<script type "text/javascript">
|
|
|
window.onload=init;
|
|
|
function init(){
|
|
|
- let config=new Object();
|
|
|
config.document=document;
|
|
|
config.div="formDiv";
|
|
|
config.debugArea="formStatus";
|
|
|
- print(config,"Starting");
|
|
|
+ config.role="crfEditor";
|
|
|
+ clear();
|
|
|
+ print("Starting");
|
|
|
config.participantField="PatientId";
|
|
|
- generateFormArray(config);
|
|
|
+ generateFormArray();
|
|
|
}
|
|
|
</script>
|