Skip to content

Commit

Permalink
adding a22 images filter
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Oct 11, 2023
1 parent 4bb8a36 commit 05ad7aa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
@*<td>{{ activity.Id }}</td>*@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'sta'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'dss'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'idm'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
<img class="img-thumbnail img-responsive" ng-if="poi.Source == 'a22'" ng-src="{{ poi.ImageGallery[0] != NULL && poi.ImageGallery[0].ImageUrl + '&Width=150' || '../img/noimage.png' }}" title="{{ poi.ImageGallery[0].ImageDesc['de']}}" ng-click="showInfoModal(poi)" />
</div>
</td>
<td>{{ poi.Detail[lang].Title }}</td>
Expand Down

0 comments on commit 05ad7aa

Please sign in to comment.