|
36 | 36 | </div> |
37 | 37 |
|
38 | 38 |
|
39 | | - <section style="padding: 1rem; margin-top: -2rem;" *ngIf="dataIsAvailable"> |
40 | | - <div class="card" style="padding:1rem;"> |
| 39 | + <section style="padding: 1rem; margin-top: -2rem;" *ngIf="dataIsAvailable && moreInfo"> |
| 40 | + <div class="card" style="padding:1rem;" (click)="moreInfo = false"> |
41 | 41 | <div style="font-size: 1.2rem; float: left;"> |
42 | | - Mehr Informationen |
| 42 | + Weniger Informationen |
43 | 43 | </div> |
44 | 44 | <div style="padding: 0.5rem;"> |
45 | | - <i class="fa fa-chevron-down " style="float: right;" aria-hidden="true"></i> |
| 45 | + <i class="fa fa-chevron-up " style="float: right;" aria-hidden="true"></i> |
46 | 46 | </div> |
47 | 47 | <div class="column is-12" style="padding-left: 0rem; padding-top: 1rem;"> |
48 | 48 | <div> |
49 | | - <p>Teilnehmer:{{singleCourse.KURS_REFERENT_ID}}</p> |
50 | | - <p>Termine:{{singleCourse.KURS_REFERENT_ID}}</p> |
51 | | - <p>Mitzubringen:{{singleCourse.KURS_REFERENT_ID}}</p> |
52 | | - <p>Kursgebühr:{{singleCourse.KURS_REFERENT_ID}}</p> |
53 | | - <p>Anmeldefrist:{{singleCourse.KURS_REFERENT_ID}}</p> |
54 | | - <p>Dauer:{{singleCourse.KURS_REFERENT_ID}}</p> |
| 49 | + <p>Teilnehmer: max. {{singleCourse.KURS_TEIL_MAX}} / min. {{singleCourse.KURS_TEIL_MIN}}</p> |
| 50 | + <p>Termine: {{singleCourse.KURS_ANZAHLTERMINE}}</p> |
| 51 | + <p>Mitzubringen: {{singleCourse.KURS_MITZUBRINGEN}}</p> |
| 52 | + <p>Kursgebühr: {{singleCourse.KURS_PREIS}}</p> |
| 53 | + <p>Anmeldefrist: {{singleCourse.KURS_ANMFRIST}}</p> |
| 54 | + <p>Ende: {{singleCourse.KURS_ENDE_UHRZEIT}}</p> |
55 | 55 | </div> |
56 | 56 | </div> |
57 | 57 | </div> |
58 | 58 | </section> |
59 | 59 |
|
| 60 | + <section style="padding: 1rem; margin-top: -2rem;" *ngIf="dataIsAvailable && !moreInfo"> |
| 61 | + <div class="card" style="padding:1rem; height: 4rem" (click)="moreInfo = true"> |
| 62 | + <div style="font-size: 1.2rem; float: left;"> |
| 63 | + Mehr Informationen |
| 64 | + </div> |
| 65 | + <div style="padding: 0.5rem;"> |
| 66 | + <i class="fa fa-chevron-down " style="float: right;" aria-hidden="true"></i> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + </section> |
| 70 | + |
60 | 71 | <section *ngIf="dataIsAvailable" style=" margin-bottom: 2rem"> |
61 | 72 | <div class="card" style="padding:1rem"> |
62 | 73 | <div style="font-size: 1.4rem"> |
|
0 commit comments