Total Results : 1782
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
Population by Age Groups ,and Gender 2019
Population by Age Groups ,and Gender mid year 2020
Housing by administrative region
Number of inhabitants in cities with a population greater than (5000) people
Dwellings by administrative region
Detailed results for Makkah(general population and housing census 2010-1431))
Voluntary work survey 2018
Specialized Agricultural Projects Survey Bulletin - Broiler Chicken, Rabbit, Quail and Pigeon Farms 2019
Distribution of the population in the provinces.
Digital Economy Statistics 2022
Mobile broadband subscription per 100 inhabitants from 2014 to 2018
Cellular phone subscriptions per 100 inhabitants from 2014 to 2018
ICT Access and Usage by Households and Individuals Survey 2017
Survey of Access & Usage Households & Individuals to ICT 2020
Small and Medium Enterprises Statistics 2021
Average Prices of Goods and Services, August 2019
Average Prices of Goods and Services, September 2020
Tourism sector statistics 2016
Comprehensive Economic Survey 2023
Statistics of small and medium enterprises during 2023
industrial activities during 2023
Services activities during 2023
Transportation and storage activities during 2023
Information and communications activities during 2023
Wholesale and retail trade activities during 2023
Research and Development Statistics Survey 2023
Foreign Direct Investment, Quarter 3 2024
Services Statistics Publication 2023
Land Accounts 2023
Average Prices of Goods and Services, July 2024
Average Prices of Goods and Services, June 2024
Average Prices of Goods and Services, May 2024
Average Prices of Goods and Services, September 2024
Average Prices of Goods and Services, December 2023
Average Prices of Goods and Services, March 2024
Average Prices of Goods and Services, February 2024
Average Prices of Goods and Services, January 2024
Average Prices of Goods and Services, November 2023
Average Prices of Goods and Services, July 2023
Average Prices of Goods and Services, May 2023
Average Prices of Goods and Services, March 2023
Average Prices of Goods and Services, February 2023
Average Prices of Goods and Services, January 2023
Average Prices of Goods and Services, September 2022
Marine Fishery and Aquaculture Publication 2023
Labor Market Statistics Q3/2024
Register-based Labour Market Statistics- Q3, 2024
Water Accounts Publication 2023
Agriculture and Fisheries Accounts 2023
Industrial Production, November 2024
Consumer Price Index, November 2024
Wholesale Price Index December 2024
Household Energy Statistics 2023
Average Prices of Goods and Services, December 2024
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>