Last change
on this file since ac51326 was 28d7d35, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Maps, geolocation api, dialogs & more
|
-
Property mode
set to
100644
|
File size:
923 bytes
|
Rev | Line | |
---|
[28d7d35] | 1 | <h3>Повеќе информации</h3>
|
---|
| 2 | <table class="table table-striped">
|
---|
| 3 | <tbody>
|
---|
| 4 | <tr>
|
---|
| 5 | <td>Име</td>
|
---|
| 6 | <td>{{facility?.name}}</td>
|
---|
| 7 | </tr>
|
---|
| 8 | <tr>
|
---|
| 9 | <td>Општина</td>
|
---|
| 10 | <td>{{facility?.municipality}}</td>
|
---|
| 11 | </tr>
|
---|
| 12 | <tr>
|
---|
| 13 | <td>Тип на установа</td>
|
---|
| 14 | <td>{{facility?.type}}</td>
|
---|
| 15 | </tr>
|
---|
| 16 | <tr>
|
---|
| 17 | <td>Адреса</td>
|
---|
| 18 | <td>{{facility?.address}}</td>
|
---|
| 19 | </tr>
|
---|
| 20 | <tr>
|
---|
| 21 | <td>Е-пошта</td>
|
---|
| 22 | <td>{{facility?.email}}</td>
|
---|
| 23 | </tr>
|
---|
| 24 | <tr>
|
---|
| 25 | <td>Телефон</td>
|
---|
| 26 | <td>{{facility?.phone}}</td>
|
---|
| 27 | </tr>
|
---|
| 28 | </tbody>
|
---|
| 29 | </table>
|
---|
| 30 |
|
---|
| 31 | <div style="height: 200px;" leaflet [leafletOptions]="options" *ngIf="mapShown"></div>
|
---|
[ee137aa] | 32 | <br>
|
---|
[28d7d35] | 33 | <p><button mat-button color="primary" (click)="close()">Затвори</button></p> |
---|
Note:
See
TracBrowser
for help on using the repository browser.