diff --git a/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-textbox/field-textbox.html b/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-textbox/field-textbox.html index 6e32c23c1..84efd8929 100644 --- a/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-textbox/field-textbox.html +++ b/dmp-frontend/src/app/form/dynamic-fields/dynamic-field-textbox/field-textbox.html @@ -1,3 +1,3 @@
{{field.extendedDescription}}
- \ No newline at end of file + \ No newline at end of file diff --git a/dmp-frontend/src/app/form/dynamic-fields/dynamic-form-field.component.html b/dmp-frontend/src/app/form/dynamic-fields/dynamic-form-field.component.html index 1f1b688ad..2dbc8caac 100644 --- a/dmp-frontend/src/app/form/dynamic-fields/dynamic-form-field.component.html +++ b/dmp-frontend/src/app/form/dynamic-fields/dynamic-form-field.component.html @@ -1,4 +1,4 @@ -
{{field.title}}
@@ -11,7 +11,7 @@
- +
@@ -50,7 +50,7 @@
- + +
@@ -29,4 +28,34 @@
+ + + +
+ + + + + {{path}} {{section.title}} + + +

{{section.description}}

+

{{section.extendedDescription}}

+
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
\ No newline at end of file diff --git a/dmp-frontend/src/app/form/dynamic-form-section/dynamic-form-section.ts b/dmp-frontend/src/app/form/dynamic-form-section/dynamic-form-section.ts index 1e96b0067..49f15553c 100644 --- a/dmp-frontend/src/app/form/dynamic-form-section/dynamic-form-section.ts +++ b/dmp-frontend/src/app/form/dynamic-form-section/dynamic-form-section.ts @@ -19,6 +19,6 @@ export class DynamicFormSectionComponent implements OnInit { constructor(private visibilityRulesService:VisibilityRulesService) { } ngOnInit() { - + console.log(this.section); } } \ No newline at end of file diff --git a/dmp-frontend/src/app/form/dynamic-form.component.html b/dmp-frontend/src/app/form/dynamic-form.component.html index 73341780d..e055b2e35 100644 --- a/dmp-frontend/src/app/form/dynamic-form.component.html +++ b/dmp-frontend/src/app/form/dynamic-form.component.html @@ -5,11 +5,11 @@ - - - + + +
@@ -18,8 +18,8 @@
+
-