File tree Expand file tree Collapse file tree
src/main/webapp/app/scanexam Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< p-dialog [header] ="'scanexam.firsthelpTitle' | translate " [(visible)] ="firsthelp " [style] ="{ width: '90vw' } ">
22 < div style ="display: flex; justify-content: space-around ">
3- < span [translate ] ="'scanexam.firsthelpcoursedetail' "> </ span >
3+ < span [innerHTML ] ="'scanexam.firsthelpcoursedetail' | translate "> </ span >
44 </ div >
55 < BR />
66 < BR />
Original file line number Diff line number Diff line change 22 < p-toast > </ p-toast >
33 < p-dialog [header] ="'scanexam.firsthelpTitle' | translate " [(visible)] ="firsthelp " [style] ="{ width: '90vw' } ">
44 < div style ="display: flex; justify-content: space-around ">
5- < span [translate ] ="'scanexam.firsthelpdetail' "> </ span >
5+ < span [innerHTML ] ="'scanexam.firsthelpdetail' | translate "> </ span >
66 </ div >
77 < BR />
88 < BR />
1616 </ p-dialog >
1717
1818 < p-dialog [header] ="'scanexam.showInfoExamTitle' | translate " [(visible)] ="showInfoExam " [style] ="{ width: '50vw' } ">
19- < span [translate ] ="'scanexam.infoExamDetails' " [translateParams] =" infoExamDetail "> </ span >
19+ < div [innerHTML ] ="'scanexam.infoExamDetails' | translate: infoExamDetail "> </ div >
2020 < ng-template pTemplate ="footer ">
2121 < button type ="button " pButton label ="ok " (click) ="showInfoExam = false "> </ button >
2222 </ ng-template >
Original file line number Diff line number Diff line change 250250 }
251251 </ ng-template >
252252 @for (student of students; track student; let ii = $index) {
253- < ng-template pTemplate ="body " let-ii =" index " let-student [ngForOf] =" students " >
253+ < ng-template pTemplate ="body ">
254254 < tr [ngClass] ="{ alreadyimported: true } ">
255255 < td >
256256 {{ students.indexOf(student) + 1 }}
You can’t perform that action at this time.
0 commit comments