Total Results : 214
Al-Baha Region
Aseer Region
public Service Establishments
Social services
Social services
Administrative Region
Administrative Services
Administrative Services by Administrative Regions 2001
Administrative Services by Administrative Regions
Educational services civil
Private Education Services by Administrative Regions (2001) 1422/1421
Umrah Statistics Q4 of 2024
Umrah Statistics Q1 of 2024
Umrah Statistics Q2 of 2024
Umrah Statistics Q3 of 2024
Tourism Establishments Survey 2018
Tourism sector statistics
Tourism Establishment Statistics 2022
Tourism Establishments Statistics 2021
Tourism Establishments Statistics for 2020
Tourism Establishments Statistics for 2019
Tourism Establishments Survey 2016
Tourist Establishments Survey Bulletin 2017
Umrah Statistics 2023
Umrah Statistics 2022
Umrah Survey 2016
Umrah Statistics Bulletin 2017
Umrah Statistics Bulletin, 2018
Umrah Statistics Bulletin, 2019
Umrah Statistics 2021
Umrah Statistics Bulletin, 2020
Hajj Statistics 2023
The number of pilgrims from 1995 to 2015
Hajj statistics
Hajj statistics 2019
Hajj Statistics 2022
Hajj Statistics
Hajj Statistics
Hajj statistics 2021
Air Transport Statistics Publication 2023
Air Transport 2022
Air traffic 2021
Maritime Transports Statistics Publication 2023
Maritime Transport Statistics 2022
Water traffic 2021
Land Transport Statistics Publication 2023
Land Transport Statistics Publication 2022
Railway Transport Statistics Publication 2023
Rate of Saudi nature reserves area increase in 1986-2018
Ratio of waste water to fresh water treated for Saudi municipalities use in 2010-2018
Per capita waste generation in Saudi Arabia during the period 2010-2018
An error occurred while processing the template.
For "#if" condition: Expected a boolean, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> catId1 [in template "11099719610328#20119#127288" at line 29, column 102] ---- FTL stack trace ("~" means nesting-related): - Failed at: #if catId1 [in template "11099719610328#20119#127288" at line 29, column 97] ----
1<#assign AssetCategoryLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")>
2
3<div class="dl-card card-white">
4 <#if entries?has_content>
5
6 <#list entries as entry>
7 <#if entry.getModelResource()=='Web Content Article' || entry.getModelResource()=='محتوى الويب'>
8 <#assign journalArticleLocalService=serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") StructureLocalService=serviceLocator.findService("com.liferay.dynamic.data.mapping.service.DDMStructureLocalService") />
9 <#if (entry.classPK)??>
10 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) structure=StructureLocalService.getStructure(article.getDDMStructure().getPrimaryKey()) structureName=structure.getName() />
11 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) structure=StructureLocalService.getStructure(article.getDDMStructure().getPrimaryKey()) structureName=structure.getName() />
12 <#if structureName?contains("Information board")>
13 <#assign categories=AssetCategoryLocalService.getCategories("com.liferay.journal.model.JournalArticle",entry.classPK) />
14 <#list categories as sortedCat>
15 <#assign cat=sortedCat />
16 <#assign catId=sortedCat />
17 <#assign treePath=cat.treePath />
18 <#assign tempList = treePath?split('/')/>
19 <#if tempList?size==5>
20 <#assign catId1=tempList[tempList?size-2]/>
21
22 <#break/>
23 <#elseif tempList?size==6>
24 <#assign catId1=tempList[tempList?size-3]/>
25 <#break/>
26
27 </#if>
28 </#list>
29 <#if catId1>
30 <a href="/publication?category=${catId1}&index=4" target="_blank" class="p-4">
31 <div class="card p-4">
32 <div class="d-flex">
33 <div class="card-body">
34 <h3 class="fs-lg fw-700">${entry.getTitle() }</h3>
35
36 </div>
37 </div>
38 </div>
39 </a>
40 </#if>
41
42 </#if>
43 </#if>
44 </#if>
45 </#list>
46 <#else>
47 <h2>
48
49 <@liferay.language key="no-results-found"/>
50 </h2>
51
52 </#if>
53 </div>