Last change
on this file since bdd6491 was 8d391a1, checked in by Ema <ema_spirova@…>, 3 years ago |
disabling to add location if it already exists in the planner
|
-
Property mode
set to
100644
|
File size:
949 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 | </div>
|
---|
21 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.