Last change
on this file since b738035 was b738035, checked in by Ema <ema_spirova@…>, 3 years ago |
signup/login server errors on front and remove location from planner
|
-
Property mode
set to
100644
|
File size:
992 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | <p>Details for the location</p>
|
---|
| 2 | <p>{{locationDetails.name}}</p>
|
---|
| 3 | <p>{{locationDetails.description}}</p>
|
---|
| 4 |
|
---|
| 5 | <div class="content-section implementation">
|
---|
| 6 | <div class="card">
|
---|
[e29cc2e] | 7 | <p-galleria [value]="images" [responsiveOptions]="responsiveOptions" [containerStyle]="{'max-width': '640px'}"
|
---|
[8d391a1] | 8 | [numVisible]="5" [circular]="true" [showItemNavigators]="true" [showThumbnails]="false">
|
---|
[59329aa] | 9 | <ng-template pTemplate="item" let-image>
|
---|
[e29cc2e] | 10 | <img src="data:image/png;base64,{{image.content}}"
|
---|
| 11 | style="width: 100%; height: 350px; display: block;" />
|
---|
[59329aa] | 12 | </ng-template>
|
---|
| 13 | <ng-template pTemplate="thumbnail" let-image>
|
---|
| 14 | <div class="p-grid p-nogutter p-justify-center">
|
---|
[e29cc2e] | 15 | <img src="data:image/png;base64,{{image.content}}"
|
---|
[8d391a1] | 16 | style=" display: block;" />
|
---|
[59329aa] | 17 | </div>
|
---|
| 18 | </ng-template>
|
---|
| 19 | </p-galleria>
|
---|
[b738035] | 20 | <br>
|
---|
| 21 | <p-rating></p-rating>
|
---|
[e29cc2e] | 22 | </div>
|
---|
[8d391a1] | 23 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.