Tin tức
Nhiều triển vọng về sự hợp tác giữa doanh nghiệp Ấn Độ và Đồng Tháp
Hội nghị Hợp tác Thương mại và Đầu tư giữa Ấn Độ và tỉnh Đồng Tháp năm 2023 đã khép lại. Mặc dù chưa có con số cụ thể về số dự án đầu tư, tổng nguồn vốn đăng ký nhưng có thể thấy cơ hội hợp tác giữa doanh nghiệp Ấn Độ và doanh nghiệp Đồng Tháp đang mở ra đầy triển vọng. Cùng điểm lại một số hoạt động nổi bật từ hình ảnh ghi tại Hội nghị.
- Doanh nghiệp Ấn Độ khảo sát Khu, cụm công nghiệp và doanh nghiệp Đồng Tháp
- Gặp gỡ, kết nối thương mại và đầu tư Ấn Độ và Đồng Tháp
- Khai mạc Hội nghị hợp tác giữa Ấn Độ và tỉnh Đồng Tháp
- Chủ tịch UBND Tỉnh phát biểu khai mạc Hội nghị Hợp tác Thương mại và Đầu tư giữa Ấn Độ và tỉnh Đồng Tháp
- Ngày Quốc tế Yoga lần thứ 9 tại Đồng Tháp với 500 người đồng diễn
Video về Đồng Tháp
An error occurred while processing the template.
The following has evaluated to null or missing:
==> curFileEntry.getExpandoBridge().getAttribute("Liên kết Website") [in template "20097#20123#5140982" at line 65, column 52]
----
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: ${curFileEntry.getExpandoBridge().get... [in template "20097#20123#5140982" at line 65, column 50]
----
1<#assign portletDisplayId = themeDisplay.getPortletDisplay().getId() />
2<!--<link
3 rel="stylesheet"
4 href="https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css"
5/>-->
6
7<script src="https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js"></script>
8<style>
9body.has-edit-mode-menu .indiaNhaDauTuLogo {
10 width: 600px !important;
11 max-width: 100%;
12}
13.${portletDisplayId} .title {
14 background-color: #f1f1f2;
15 color: #333;
16 font-weight: bold;
17 padding: 0.5rem 1rem;
18 border-left: 5px solid #1976d2;
19 font-size: 1.5rem;
20 margin-bottom: 0.5rem;
21}
22.${portletDisplayId} .indiaNhaDauTuLogo {
23 width: 100%;
24 padding-bottom: 40px;
25 /*height: 320px;*/
26}
27
28.${portletDisplayId} .swiper-slide {
29 text-align: center;
30 font-size: 18px;
31 background: #444;
32 display: flex;
33 justify-content: center;
34 align-items: center;
35}
36
37.${portletDisplayId} .swiper-slide iframe {
38 display: block;
39 width: 100%;
40 /*height: 100%;*/
41 object-fit: cover;
42}
43
44/* Pagination dạng bullet nhỏ */
45.${portletDisplayId} .swiper-pagination-bullet {
46 width: 8px;
47 height: 8px;
48 background: #999;
49 opacity: 1;
50}
51.${portletDisplayId} .swiper-pagination-bullet-active {
52 background: #1a73e8;
53}
54</style>
55<!-- Slider main container -->
56<div class="${portletDisplayId}">
57 <h2 class="title">Nhà đầu tư thành công</h2>
58 <div class="swiper indiaNhaDauTuLogo">
59 <!-- Additional required wrapper -->
60 <div class="swiper-wrapper">
61 <!-- Slides -->
62 <#assign sortedEntries = entries?sort_by("title") />
63 <#list sortedEntries as curFileEntry>
64 <div class="swiper-slide">
65 <a href='${curFileEntry.getExpandoBridge().getAttribute("Liên kết Website")}'>
66 <img src="/documents/${curFileEntry.getGroupId()}/${curFileEntry.getFolderId()}/${curFileEntry.getFileName()}" alt="${curFileEntry.title}"
67 data-link='${curFileEntry.getExpandoBridge().getAttribute("Liên kết Website")}'>
68 </a>
69 </div>
70 </#list>
71 </div>
72 <!-- Pagination -->
73 <div class="swiper-pagination"></div>
74 </div>
75</div>
76<script>
77var indiaNhaDauTuLogo = new Swiper(".indiaNhaDauTuLogo", {
78 slidesPerView: 3,
79 spaceBetween: 20,
80 loop: true,
81 autoplay: {
82 delay: 5000,
83 disableOnInteraction: false,
84 },
85 pagination: {
86 el: ".swiper-pagination",
87 clickable: true,
88 }
89});
90</script>
TẠI SAO LÀ ĐỒNG THÁP
Thông tin Kinh tế - Xã hội
An error occurred while processing the template.
The following has evaluated to null or missing:
==> curFileEntry.getExpandoBridge().getAttribute("Liên kết Website") [in template "20097#20123#5142112" at line 80, column 52]
----
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: ${curFileEntry.getExpandoBridge().get... [in template "20097#20123#5142112" at line 80, column 50]
----
1<#assign portletDisplayId = themeDisplay.getPortletDisplay().getId() />
2<!--<link
3 rel="stylesheet"
4 href="https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css"
5/>-->
6
7<script src="https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js"></script>
8<style>
9body.has-edit-mode-menu .indiaAnhDep {
10 width: 600px !important;
11 max-width: 100%;
12}
13.${portletDisplayId} {
14 max-width: 1140px;
15 margin: 0 auto;
16 text-align: center;
17 font-family: 'Arial';
18}
19
20.${portletDisplayId} h2,
21.${portletDisplayId} b {
22 font-family: 'Arial';
23}
24
25.${portletDisplayId} .title {
26 background-color: #f8f9f9;
27 color: #333;
28 font-weight: bold;
29 padding: 0.5rem 1rem;
30 /*border-left: 5px solid #1976d2;*/
31 font-size: 1.5rem;
32 width: fit-content;
33 margin: 0.5rem auto;
34 margin-bottom: 10px;
35 text-transform: uppercase;
36}
37.${portletDisplayId} .indiaAnhDep {
38 width: 100%;
39 padding-bottom: 40px;
40 /*height: 320px;*/
41}
42
43.${portletDisplayId} .swiper-slide {
44 text-align: center;
45 font-size: 18px;
46 background: #444;
47 display: flex;
48 justify-content: center;
49 align-items: center;
50}
51
52.${portletDisplayId} .swiper-slide iframe {
53 display: block;
54 width: 100%;
55 /*height: 100%;*/
56 object-fit: cover;
57}
58
59/* Pagination dạng bullet nhỏ */
60.${portletDisplayId} .swiper-pagination-bullet {
61 width: 8px;
62 height: 8px;
63 background: #999;
64 opacity: 1;
65}
66.${portletDisplayId} .swiper-pagination-bullet-active {
67 background: #1a73e8;
68}
69</style>
70<!-- Slider main container -->
71<div class="${portletDisplayId}">
72 <h2 class="title">Ảnh đẹp về Đồng Tháp</h2>
73 <div class="swiper indiaAnhDep">
74 <!-- Additional required wrapper -->
75 <div class="swiper-wrapper">
76 <!-- Slides -->
77 <#assign sortedEntries = entries?sort_by("title") />
78 <#list sortedEntries as curFileEntry>
79 <div class="swiper-slide">
80 <a href='${curFileEntry.getExpandoBridge().getAttribute("Liên kết Website")}'>
81 <img src="/documents/${curFileEntry.getGroupId()}/${curFileEntry.getFolderId()}/${curFileEntry.getFileName()}" alt="${curFileEntry.title}"
82 data-link='${curFileEntry.getExpandoBridge().getAttribute("Liên kết Website")}'>
83 </a>
84 </div>
85 </#list>
86 </div>
87 <!-- Pagination -->
88 <div class="swiper-pagination"></div>
89 </div>
90</div>
91<script>
92var indiaAnhDep = new Swiper(".indiaAnhDep", {
93 slidesPerView: 3,
94 spaceBetween: 20,
95 loop: true,
96 autoplay: {
97 delay: 5000,
98 disableOnInteraction: false,
99 },
100 pagination: {
101 el: ".swiper-pagination",
102 clickable: true,
103 }
104});
105</script>







