<% var videos = tempVideo.videos(paginator.pageNo,paginator.pageSize,album_selected); %> <% var headContent = { %> <% include("/template/video/includes/header.html"){} %> <% }; %> <% var bodyContent = { %> <% include("/template/video/includes/header_menu.html"){} %>
<% for(item in videos.list){ %>
<% if(!strutil.isEmpty(item.thumbnail)){ %> <% } else { %> <% } %>
<% } %>
<%include("/template/video/includes/paginator.html",{page:videos}){} %>
<% include("/template/video/includes/recommend.html"){} %> <% include("/template/video/includes/friendly.html"){} %>
<% include("/template/video/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>