مركز الوسائط
مركز الوسائط
الأخبار
عرض المزيد حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> articleService [in template "775047#775088#880166" at line 5, column 51] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${articleService.getContentByClassPK(... [in template "775047#775088#880166" at line 5, column 49] ----
1<div class="swiper swiper-container News2-slider ">
2 <div class="swiper-wrapper ">
3 <#if entries?has_content>
4 <#list entries as curEntry>
5 ${articleService.getContentByClassPK(curEntry.classPK?number, "38563")}
6
7 </#list>
8</#if>
9
10 </div>
11 </div>
الفعاليات
عرض المزيد حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> articleService [in template "775047#775088#880169" at line 6, column 35] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${articleService.getContentByClassPK(... [in template "775047#775088#880169" at line 6, column 33] ----
1<div class="swiper swiper-container Events-slider ">
2 <div class="swiper-wrapper ">
3
4<#if entries?has_content>
5 <#list entries as curEntry>
6 ${articleService.getContentByClassPK(curEntry.classPK?number, "38571")}
7
8 </#list>
9</#if>
10 </div>
11</div>
مركز الوسائط
عرض المزيد حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> articleService [in template "775047#775088#880172" at line 8, column 35] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${articleService.getContentByClassPK(... [in template "775047#775088#880172" at line 8, column 33] ----
1<#assign k=0 />
2<div class="swiper swiper-container Media-gallery-slider ">
3 <div class="swiper-wrapper ">
4<#if entries?has_content>
5 <#list entries as curEntry>
6 <div class="swiper-slide ">
7 <a href="" class="card-gallery mx-3" data-bs-toggle="modal" data-bs-target="#galleryModal" onclick="sliderTarget(${k})">
8 ${articleService.getContentByClassPK(curEntry.classPK?number, "38890")}
9 </a>
10 </div>
11 <#assign k=k+1/>
12 </#list>
13</#if>
14 </div>
15</div>