@@ -52,30 +52,33 @@ <h1 class="mb-3">Emotional analysis Results</h1>
52
52
< label for ="formControlLang "> Language</ label >
53
53
< input class ="form-control form-control-lg " id ="formControlLang " type ="text " value ="en " required >
54
54
</ div >
55
- < div class ="form-check form-check-inline mb-2 ">
55
+ < div class ="my-5 "> </ div >
56
+ < div class ="form-check form-check-inline mb-2 " id ="lineDivisionField ">
56
57
< input class ="form-check-input " type ="checkbox " value ="1 " id ="lineDivisionCheck " checked >
57
58
< label class ="form-check-label " for ="lineDivisionCheck "> Automatic line division</ label >
58
59
</ div >
59
- <!-- TODO: ONLY OPEN SELECTED -->
60
- < div class ="form-group row mb-2 ">
60
+ < div class ="form-group row mb-2 d-none " id ="textDelimiterField ">
61
61
< label for ="formControlTextDelimiter "> Text Line delimiter</ label >
62
62
< input class ="form-control form-control-lg " id ="formControlTextDelimiter " type ="text " value ="¶ ">
63
63
</ div >
64
+ < div class ="my-5 "> </ div >
64
65
< div class ="form-group row mb-2 ">
65
- < label for ="formControlImages "> Example file input </ label >
66
+ < label for ="formControlImages "> Images </ label >
66
67
< input type ="file " class ="form-control-file " id ="formControlImages "
67
68
name ="files[] " accept ="image/jpeg, image/png, image/jpg " multiple >
68
69
</ div >
69
70
70
- < div class ="form-check form-check-inline mb-2 ">
71
- < input class ="form-check-input " type ="checkbox " value ="1 " id ="imagePlacementCheck ">
72
- < label class ="form-check-label " for ="imagePlacementCheck "> Image Placement Division </ label >
71
+ < div class ="form-check form-check-inline mb-2 d-none " id =" imagePlacementField ">
72
+ < input class ="form-check-input " type ="checkbox " value ="1 " id ="imagePlacementCheck " checked >
73
+ < label class ="form-check-label " for ="imagePlacementCheck "> Image Random Placement </ label >
73
74
</ div >
74
75
75
- < div class ="form-group row mb-2 ">
76
- < label for ="formControlImagePlaceholderDelimiter "> Image Placeholder Delimiter </ label >
76
+ < div class ="form-group row mb-2 d-none " id =" imageAnchorField ">
77
+ < label for ="formControlImagePlaceholderDelimiter "> Image Placement Anchor </ label >
77
78
< input class ="form-control form-control-lg " id ="formControlImagePlaceholderDelimiter " type ="text ">
78
79
</ div >
80
+
81
+ < div class ="my-5 "> </ div >
79
82
< div class ="col-auto ">
80
83
< button type ="submit " class ="btn btn-primary mb-2 "> Submit</ button >
81
84
</ div >
0 commit comments