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
|
Line | |
---|
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">
|
---|
7 | <p-galleria [value]="images" [responsiveOptions]="responsiveOptions" [containerStyle]="{'max-width': '640px'}"
|
---|
8 | [numVisible]="5" [circular]="true" [showItemNavigators]="true" [showThumbnails]="false">
|
---|
9 | <ng-template pTemplate="item" let-image>
|
---|
10 | <img src="data:image/png;base64,{{image.content}}"
|
---|
11 | style="width: 100%; height: 350px; display: block;" />
|
---|
12 | </ng-template>
|
---|
13 | <ng-template pTemplate="thumbnail" let-image>
|
---|
14 | <div class="p-grid p-nogutter p-justify-center">
|
---|
15 | <img src="data:image/png;base64,{{image.content}}"
|
---|
16 | style=" display: block;" />
|
---|
17 | </div>
|
---|
18 | </ng-template>
|
---|
19 | </p-galleria>
|
---|
20 | <br>
|
---|
21 | <p-rating></p-rating>
|
---|
22 | </div>
|
---|
23 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.