This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
$ ( document ) . ready ( ( ) => {
3
3
const healthAuthorityInput = $ ( "#health-authority" ) ;
4
4
const healthAuthorityIdInput = $ ( "#health-authority-id" ) ;
5
+ const healthAuthorityIdDisplay = $ ( "#health-authority-id-display" ) ;
5
6
const healthAuthorityDataList = $ ( "#health-authorities" ) ;
6
7
const piwTanButton = $ ( "#piw-tan-button" ) ;
7
8
16
17
if ( foundId ) {
17
18
piwTanButton . prop ( "disabled" , false ) ;
18
19
healthAuthorityIdInput . val ( foundId . nr ) ;
20
+ healthAuthorityIdDisplay . text ( foundId . nr ) ;
19
21
} else {
20
22
piwTanButton . prop ( "disabled" , true ) ;
21
23
}
Original file line number Diff line number Diff line change 47
47
< input class ="button " style ="top: 400px; " type ="submit " th:name ="${'TEST'} " value ="Eine TeleTan erzeugen " />
48
48
</ div >
49
49
50
- < div th:if ="${role_event} " class ="box " style ="border: 1px solid gray; border-radius: 3px; top: 480px; height: 200px ; width: 600px; left: 50%; margin-left: -300px; position: fixed ">
50
+ < div th:if ="${role_event} " class ="box " style ="border: 1px solid gray; border-radius: 3px; top: 480px; height: 240px ; width: 600px; left: 50%; margin-left: -300px; position: fixed ">
51
51
< div class ="box-title " style ="font-family: 'Telegrotesk Next Regular'; font-size: 18px; color: #262626; display: inline; position: relative; top: -10px; left: 20px; background-color: white; padding: 0 5px ">
52
52
PIW Tan (Positiver bei Event)
53
53
</ div >
57
57
</ div >
58
58
< input id ="health-authority " type ="text " class ="input " style ="top: 570px " list ="health-authorities " />
59
59
< datalist id ="health-authorities "> <!-- Populated by Script --> </ datalist >
60
- < input id ="piw-tan-button " class ="button " style ="top: 620px; " type ="submit " th:name ="${'EVENT'} " value ="Eine PIW Tan erzeugen " />
60
+ < div class ="text " style ="top: 620px; ">
61
+ Kopfnummer: < i id ="health-authority-id-display "> Wählen Sie das anfordernde Gesundheitsamt aus</ i >
62
+ </ div >
63
+ < input id ="piw-tan-button " class ="button " style ="top: 650px; " type ="submit " th:name ="${'EVENT'} " value ="Eine PIW Tan erzeugen " />
61
64
</ div >
62
65
< input type ="hidden " th:name ="${_csrf.parameterName} " th:value ="${_csrf.token} " />
63
66
< input id ="health-authority-id " type ="hidden " th:name ="${'HAID'} " />
You can’t perform that action at this time.
0 commit comments