Chi tiết văn bản QPPL - Sở Ngoại Vụ
- TRANG CHỦ
- GIỚI THIỆU ▼
- CHỈ ĐẠO ĐIỀU HÀNH
- Văn bản sở ban hành, tiếp nhận
- Hồ sơ công việc
- Thông tin phục vụ công chức
- Thực hiện nhiêm vụ UBND tỉnh giao
- Thư điện tử công vụ
- Văn bản QPPL
- Điều ước quốc tế
- CƠ SỞ DỮ LIỆU ▼
- TIN TỨC - SỰ KIỆN
- Hợp tác quốc tế
- Biên giới, biển đảo
- Thông tin đối ngoại
- Công tác PCP nước ngoài
- Lễ tân đối ngoại
- Hành lang kinh tế Đông - Tây
- Công tác lãnh sự
- Người VN ở nước ngoài
- Đối ngoại nhân dân
- Đảng, Đoàn thể
- Cải cách hành chính
Có lỗi xảy ra trong quá trình xử lý biểu mẫu.
The following has evaluated to null or missing:
==> noidungchitiet [in template "10131#10164#2218625" at line 5, column 19]
----
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: ${noidungchitiet.getTheloai().getTent... [in template "10131#10164#2218625" at line 5, column 17]
---- 1<div class="detail col-md-12"> 2 <div class="panel panel-default"> 3 <div class="panel-heading" style="background-color: #f5f5f5; 4 border-color: #dddddd;color: #333333;"> 5 <h2>${noidungchitiet.getTheloai().getTentheloai()}</h2> 6 </div> 7 <div class="panel-body"> 8 <p>${noidungchitiet.trichyeu}</p> 9 <hr> 10 <ul class="list-info"> 11 <li><label>Số / ký hiệu</label>${noidungchitiet.so}</li> 12 <li><label>Loại văn bản</label><a title="${noidungchitiet.getTheloai().getTentheloai()}">${noidungchitiet.getTheloai().getTentheloai()}</a></li> 13 <#if noidungchitiet.getLinhvucvbpq()?has_content> 14 <li><label>Lĩnh vực</label><a title="${noidungchitiet.getLinhvucvbpq().getTenlinhvuc()}">${noidungchitiet.getLinhvucvbpq().getTenlinhvuc()}</a></li> 15 <#else> 16 <li><label>Lĩnh vực</label><a>-</a></li> 17 </#if> 18 19 <li><label>Cơ quan ban hành</label><a title="${noidungchitiet.getCqbanhanh().getTencqbanhanh()}">${noidungchitiet.getCqbanhanh().getTencqbanhanh()}</a></li> 20 <li><label>Ngày ban hành</label>${noidungchitiet.ngayky?datetime?string["dd/MM/yyyy"]}</li> 21 <!--li><label>Ngày hiệu lực</label>01/11/2022</li--> 22 <!--li><label>Ngày hết hiệu lực</label>-</li--> 23 <li><label>Người ký văn bản</label><a title="${noidungchitiet.getNguoiky().getHoten()}">${noidungchitiet.getNguoiky().getHoten()}</a></li> 24 </ul> 25 </div> 26 </div> 27 <div class="panel panel-default"> 28 <div class="panel-heading" style="background-color: #f5f5f5; 29 border-color: #dddddd;color: #333333;">Đính kèm</div> 30 <div class="panel-body"> 31 <ul> 32 <#list lstNoidungFiles as file> 33 <li> 34 35 <div class="row"> 36 <div class="col-xs-12 col-sm-12 col-md-12"> 37 <a href="javascript:void(0);" onclick="downloadFile('${file.filecode}'); return !1;" class="show" title="Tải về Tải về ${file.filename}"><em class="fa fa-download fa-pointer"> </em>Tải về ${file.filename}</a> 38 </div> 39 40 </div> 41 <div class="clearfix"></div> 42 43 </li> 44 </#list> 45 </ul> 46 </div> 47 </div> 48</div> 