77
88 <!-- Bootstrap CSS -->
99 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css " integrity ="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T " crossorigin ="anonymous ">
10-
10+ < link href ="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css " rel ="stylesheet ">
11+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css ">
1112 <!-- Optional JavaScript -->
1213 <!-- jQuery first, then Popper.js, then Bootstrap JS -->
1314 < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
1415 < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js " integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 " crossorigin ="anonymous "> </ script >
1516 < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js " integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin ="anonymous "> </ script >
16-
17+ < script src =" https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js " > </ script >
1718 < link rel ="stylesheet " href ="css/main.css ">
1819 < script src ="js/main.js "> </ script >
1920 < title > OHM Import</ title >
2021</ head >
2122< body >
22- < div class ="container ">
23+ < div class ="container " id =" main " >
2324 < div class ="row ">
2425 < h1 > OHM-Shapefile Import</ h1 >
2526 </ div >
26- < div class ="row ">
27- < form method ="POST " action ="/ShapeImport " enctype ="multipart/form-data ">
27+ < div class ="row " style =" width: 90% " >
28+ < form method ="POST " action ="/ShapeImport " enctype ="multipart/form-data " >
2829 < div class ="form-group row ">
29- < label for ="inputFile "> Shapefile</ label >
30- < input type ="file " id ="inputFile " name ="shapefile " accept ="application/zip "/>
30+ < div class ="first-col "> < label for ="inputFile "> Shapefile</ label > </ div >
31+ < div class ="sec-col "> < input class ="required " type ="file " id ="inputFile " name ="shapefile " accept ="application/zip "/> </ div >
32+
33+ < div class ="info ">
34+ < i class ="icon-info-sign "> </ i >
35+
36+ < span class ="extra-info ">
37+ Hier wird die zu importierte Shapefile ausgewählt und geladen.
38+
39+
40+ </ span >
41+ </ div >
3142 </ div >
3243 < div class ="form-group row ">
33- < label for ="userName "> Username</ label >
34- < input type ="text " id ="userName " name ="userName "/>
44+ < div class ="first-col "> < label for ="userName "> Username</ label > </ div >
45+ < div class ="sec-col "> < input class ="required " type ="text " id ="userName " name ="userName "/> </ div >
46+
47+ < div class ="info ">
48+ < i class ="icon-info-sign "> </ i >
49+
50+ < span class ="extra-info "> Bitte geben Sie der Name der aktuellen User fur den Import ein.
51+ </ span >
52+ </ div >
53+ </ div >
54+ <!-- <div class="form-group row">
55+ <div class="first-col"><label for="startDate">Valid since</label></div>
56+ <div class="sec-col"><input class="required" type="date" value="" id="startDate" name="startDate"/></div>
57+
58+ <div class="info">
59+ <i class="icon-info-sign"></i>
60+
61+ <span class="extra-info">
62+ A little column extra info. Aaand just a little bit more
63+ </span>
64+ </div>
65+ </div>
66+ <div class="form-group row">
67+ <div class="first-col"><label for="endDate">Valid until</label></div>
68+ <div class="sec-col"><input class="required" type="date" value="" id="endDate" name="endDate"/></div>
69+
70+ <div class="info">
71+ <i class="icon-info-sign"></i>
72+
73+ <span class="extra-info">
74+ A little column extra info. Aaand just a little bit more
75+ </span>
76+ </div>
3577 </div>
3678 <div class="form-group row">
37- < button type ="submit " class ="btn btn-primary " id ="btnSubmit "> Upload</ button >
79+ <div class="first-col"><label for="classificationId">Classification Id</label></div>
80+ <div class="sec-col"><input class="required" type="text" value="" id="classificationId" name="classificationId"/></div>
81+
82+ <div class="info">
83+ <i class="icon-info-sign"></i>
84+
85+ <span class="extra-info">
86+ A little column extra info. Aaand just a little bit more
87+ </span>
88+ </div>
89+ </div>-->
90+ < div class ="form-group row ">
91+ < button type ="submit " class ="btn btn-primary toggle-disabled " id ="btnSubmit " > Upload</ button >
92+
3893 </ div >
3994 </ form >
4095 </ div >
96+
4197</ div >
4298</ body >
4399</ html >
0 commit comments