TTYT Huyện/Thị xã/T.Phố - Sở Y tế

THÔNG TIN LIÊN KẾT

THỐNG KÊ TRUY CẬP
  • Đang online 10

  • Hôm nay 1570

  • Tổng cộng 1.602.908

Có lỗi xảy ra trong quá trình xử lý biểu mẫu.
The following has evaluated to null or missing:
==> catalogue  [in template "10131#10164#7194330" at line 103, column 53]

----
Tip: If the failing expression is known to be 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: size = articleService.countArticles(c...  [in template "10131#10164#7194330" at line 103, column 17]
	- Reached through: #assign-container  [in template "10131#10164#7194330" at line 101, column 9]
----
1<!-- Danh sách tin có phân trang - QT --> 
2<style> 
3    .title_page_list { 
4        color: #fff; 
5        font-size: 16px; 
6        font-family: inherit; 
7        text-transform: uppercase; 
8		padding-bottom: 0px; 
9
10    .featured a { 
11		font-size: 16px !important; 
12		padding-left: 5px !important; 
13		color: #333 !important; 
14		font-family: inherit !important; 
15		margin-top: 10px; 
16		font-weight: bold; 
17
18    .featured img { 
19        margin-bottom: 10px; 
20
21    .featured p{ 
22        color: #666666 !important; 
23        margin-top: 10px !important; 
24        line-height: 18px !important; 
25    }a 
26    .panel-default{ 
27        box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px; 
28
29    .panel-body ul { 
30        margin: 0; 
31        padding: 0; 
32
33    .list-inline { 
34        list-style: none; 
35
36    .list-inline > li { 
37        display: inline-block; 
38        padding-left: 5px; 
39        padding-right: 5px; 
40
41    [class^="icon-"], [class*=" icon-"] { 
42    font-family: 'fontawesome-alloy' !important; 
43
44 
45.breadcrumb > li + li::before { 
46    content: ">>"; 
47    font-size: 13px; 
48    color: #fff; 
49    padding-left: 1px; 
50    font-weight: bold; 
51
52.breadcrumb { 
53    display: flex; 
54    flex-wrap: wrap; 
55    margin-bottom: 1rem; 
56    list-style: none; 
57    background-color: #2968bb; 
58	margin-bottom: 0px; 
59
60.news_column 
61
62    border-color:rgba(0, 0, 0, 0.125); 
63    border-style:solid; 
64    border-width:1px 1px 1px 1px; 
65    word-wrap:break-word; 
66
67.panel 
68
69    border-style: none; 
70    border-bottom:1px solid rgba(0, 0, 0, 0.125) !important; 
71    margin-left: 20px; 
72    margin-right: 20px; 
73    margin-top: 10px; 
74    margin-bottom: 10px; 
75
76.border_dashed 
77
78    border: none; 
79
80.a_page_list img { 
81    width:250px !important;  
82    height:100% !important; 
83    max-width: none; 
84
85 
86.pagging_select{ 
87        background-color: rgba(0, 0, 0, 0.1); 
88        text-align: center; 
89        padding: 8px 14px 8px 14px; 
90        font-size: 14px; 
91 
92
93    .pagging{ 
94        font-size: 14px; 
95        padding: 8px 14px 8px 14px; 
96        
97
98</style> 
99<#list catalogues as catalogue> 
100	 
101	<#assign 
102										 
103		size = articleService.countArticles(catalogue.catalogueid, organizationId) 
104		 
105		pageHolder = freemakerUtil.getPageHolder(size, number_page, currentPage) 
106		 
107		articles = articleService.getArticles( 
108			catalogue.catalogueid, organizationId,  
109				pageHolder.getStart(), (pageHolder.getStart() + pageHolder.getNumberObjects()), 
110					numberArticle, numberRelation) 
111		 
112		articlesMain = articles[0] 
113		articlesRelation = articles[1] 
114
115 
116        <div class="lstNews"> 
117            <div class="title_page_list"> 
118                <div style="display:none;"> 
119                    <ul> 
120                        <li>pageHolder.getStart() - ${pageHolder.getStart()}</li> 
121                        <li>pageHolder.getNumberObjects() - ${pageHolder.getNumberObjects() + pageHolder.getStart()}</li> 
122                        <li>numberArticle - ${numberArticle}</li> 
123                        <li>numberRelation - ${numberRelation}</li> 
124                        <ul> 
125                </div> 
126               <!-- ${ localization.getLocalization( catalogue.name_vn, "${languageId}" ) }--> 
127               <div class="titleNewsDetail"> 
128                <ol class="breadcrumb" style="padding: 10px;"> 
129                    <li style="padding-right: 5px;"> 
130                        <a style="color: white;" class="title-font white-text" href="/trang-chủ">Trang chủ</a> 
131                    </li>   
132                    <li> 
133                        <a class="title-font white-text" >${ localization.getLocalization( catalogue.name_vn, "${languageId}" ) }</a> 
134                    </li>                                  
135                </ol>           
136            </div> 
137            </div> 
138            <b class="border_dashed "></b> 
139 
140            <div class="news_column"> 
141                <#list articlesMain as article> 
142                    <div class="panel panel-default"> 
143                        <div class="featured"> 
144                            <div class="row"> 
145                                <#if article.imagename?has_content && article.imagename?length != 0> 
146                                <div class="col-md-4"> 
147                                    <a class="tag_a_hover" href="${freemakerUtil.getArticleDetailURL(catalogue.catalogueid, article.articleid, "chi-tiết-bài-viết")}" target="" title="${freemakerUtil.removeHTML(localization.getLocalization(article.title_vn, " ${languageId} "), 45)}" class="a_page_list"> 
148                                        <#if article.title_en?has_content && article.title_en?length != 0> 
149                                            <img src="/o/3cmsnew-portlet/ViewImage?imagename=${article.title_en}" width="250" height="100%" class="imgActicle"/>  
150                                        <#else> 
151                                             
152                                            <#if article.imagename?has_content && article.imagename?length != 0> 
153                                                <img src="/o/3cmsnew-portlet/ViewImage?imagename=${article.imagename}" width="250" height="100%" class="imgActicle"/>  
154                                            <#else> 
155                                            </#if> 
156                                        </#if> 
157                                    </a> 
158                                </div> 
159                                </#if> 
160                                <#if article.imagename?has_content && article.imagename?length != 0> 
161                                    <div class="col-md-8"> 
162                                <#else> 
163                                    <div class="col-md-12"> 
164                                </#if>   
165                                    <a class="tag_a_hover"  href="${freemakerUtil.getArticleDetailURL(catalogue.catalogueid, article.articleid, "chi-tiết-bài-viết")}" target="" title="${freemakerUtil.removeHTML(localization.getLocalization(article.title_vn, "${languageId}"), 45)}"> 
166										${freemakerUtil.removeHTML(localization.getLocalization(article.title_vn, "${languageId}"), 200)} 
167                                    </a> 
168                                    <div class="text-muted"> 
169                                        <ul class="list-unstyled list-inline"> 
170                                            <li> 
171                                                Ngày đăng: ${dateFormat.format(article.createdatetime, "dd-MM-yyyy")} 
172                                            </li> 
173                                            <li> 
174                                                <em class="icon-eye-open">&nbsp;</em> Lượt xem:  
175                                                <#if article.viewable??> 
176                                                    ${article.viewable} 
177                                                <#else> 
178
179                                                </#if> 
180                                            </li> 
181                                        </ul> 
182                                    </div> 
183                                    <p> 
184                                        ${freemakerUtil.removeHTML(localization.getLocalization(article.summarycontent_vn, "${languageId}"), 300)} 
185                                    </p> 
186                                </div> 
187                            </div> 
188                        </div> 
189                    </div> 
190                     
191                </#list> 
192            </div> 
193        </div> 
194         <#if (size > 10)> 
195        <script type="text/javascript"> 
196            $(document).ready(function(){ 
197                $(".pagging_select").text( 
198                    $(".pagging_select").html().replace(" ","") 
199                  ); 
200            }); 
201        </script> 
202        <div style="clear: both;padding-bottom: 10px"></div> 
203        <div>${freemakerUtil.googlePagePortlet(PublicArticleCatalogueController, pageHolder)}</div> 
204        <div style="clear: both;padding-bottom: 10px"></div> 
205        </#if> 
206</#list>