|
|
|
|
@ -16,8 +16,8 @@
|
|
|
|
|
<p class="text-style item-list-first-date">{{item.date}}</p>
|
|
|
|
|
<h2 class="text-style item-list-first-h" *ngIf="direction === 'en'">{{item.title_EN}}</h2>
|
|
|
|
|
<h2 class="text-style item-list-first-h" *ngIf="direction === 'ar'">{{item.title_AR}}</h2>
|
|
|
|
|
<p class="text-style item-list-first-p" *ngIf="direction === 'en'"><span [innerHTML]="item.body_EN"></span></p>
|
|
|
|
|
<p class="text-style item-list-first-p" *ngIf="direction === 'ar'">{{item.body_AR}}</p>
|
|
|
|
|
<!-- <p class="text-style item-list-first-p" *ngIf="direction === 'en'"><span [innerHTML]="item.body_EN"></span></p> -->
|
|
|
|
|
<!-- <p class="text-style item-list-first-p" *ngIf="direction === 'ar'">{{item.body_AR}}</p> -->
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
</ion-card>
|
|
|
|
|
@ -42,10 +42,10 @@
|
|
|
|
|
<img [src]="item.img" [ngClass]="direction === 'en'? 'image-item-en': 'image-item-ar' ">
|
|
|
|
|
<ion-label style="margin: 5px; margin-top: -20px;">
|
|
|
|
|
<h2 class="item-list-h" *ngIf="direction === 'en'">{{item.title_EN}}</h2>
|
|
|
|
|
<p class="item-list-p-title" *ngIf="direction === 'en'"><span [innerHTML]="item.body_EN"></span></p>
|
|
|
|
|
<!-- <p class="item-list-p-title" *ngIf="direction === 'en'"><span [innerHTML]="item.body_EN"></span></p> -->
|
|
|
|
|
|
|
|
|
|
<h2 class="item-list-h" *ngIf="direction === 'ar'">{{item.title_AR}}</h2>
|
|
|
|
|
<p class="item-list-p-title" *ngIf="direction === 'ar'">{{item.body_AR}}</p>
|
|
|
|
|
<!-- <p class="item-list-p-title" *ngIf="direction === 'ar'">{{item.body_AR}}</p> -->
|
|
|
|
|
<p class="item-list-date-title">{{item.date}}</p>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
<p class="item-list-p-title" *ngIf="direction === 'en'"><span [innerHTML]="item.body_EN"></span></p>
|
|
|
|
|
|
|
|
|
|
<h2 class="item-list-h" *ngIf="direction === 'ar'">{{item.title_AR}}</h2>
|
|
|
|
|
<p class="item-list-p-title" *ngIf="direction === 'ar'">{{item.body_AR}}</p>
|
|
|
|
|
<p class="item-list-p-title" *ngIf="direction === 'ar'"><span [innerHTML]="item.body_AR"></span></p>
|
|
|
|
|
<p class="item-list-date-title">{{item.date}}</p>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item>
|
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
</ion-card-header>
|
|
|
|
|
<ion-card-content>
|
|
|
|
|
<p *ngIf="direction === 'en'"><span [innerHTML]="item.body_EN"></span></p>
|
|
|
|
|
<p *ngIf="direction === 'ar'">{{item.body_AR}}</p>
|
|
|
|
|
<p *ngIf="direction === 'ar'"><span [innerHTML]="item.body_AR"></span></p>
|
|
|
|
|
</ion-card-content>
|
|
|
|
|
</ion-card>
|
|
|
|
|
</div>
|
|
|
|
|
|