1
+ < div id ="whole ">
2
+ < h2 > Convert {{ fileType }} files to Word documents</ h2 >
3
+ < h3 > Upload your {{ fileType }} data file</ h3 >
4
+ < div class ="background-image "> </ div >
5
+ < div >
6
+ < input type ="file " (change) ="onFileSelected($event) " [accept] ="fileExtension ">
7
+ < button class ="Submit " (click) ="onUpload() "> Submit</ button >
8
+ </ div >
9
+ < div >
10
+ < h3 > Enter the terms you wish to search for (txt only):</ h3 >
11
+ < div class ="keyterms-search ">
12
+ < form action ="localhost:4200/ " method ="POST ">
13
+ < input type ="text " placeholder ="E.g., CARTESIAN COORDINATES " id ="keyTerms-toSearch " />
14
+ </ form >
15
+ </ div >
16
+ </ div >
17
+ < div >
18
+ < h3 > Enter how you want the lines specified:</ h3 >
19
+ < div class ="linesSpecified_search ">
20
+ < form action ="localhost:4200/ " method ="POST ">
21
+ < input type ="text " placeholder ="E.g., WHOLE, FIRST X, LAST X " id ="linesSpecified-toSearch " />
22
+ </ form >
23
+ </ div >
24
+ </ div >
25
+ < div >
26
+ < h3 > Number of sections?</ h3 >
27
+ < div class ="sections_search ">
28
+ < form action ="localhost:4200/ " method ="POST ">
29
+ < input type ="text " placeholder ="Input as number... " id ="sections-toSearch " />
30
+ </ form >
31
+ </ div >
32
+ </ div >
33
+ < div >
34
+ < h3 > Use total lines?</ h3 >
35
+ < div class ="useTotalLines_search ">
36
+ < form action ="localhost:4200/ " method ="POST ">
37
+ < input type ="text " placeholder ="TRUE/FALSE " id ="useTotalLines-toSearch " />
38
+ </ form >
39
+ </ div >
40
+ </ div >
41
+ < div >
42
+ < h3 > Total number of lines for output doc?</ h3 >
43
+ < div class ="totalLines_search ">
44
+ < form action ="localhost:4200/ " method ="POST ">
45
+ < input type ="text " placeholder ="Input as number... " id ="totalLines-toSearch " />
46
+ </ form >
47
+ </ div >
48
+ </ div >
49
+ < div >
50
+ < button id ="downloadButton " value ="Download " type ="button " (click) ="runBackend() "> Convert</ button >
51
+ </ div >
52
+ </ div >
0 commit comments