<%- include('../includes/header.ejs') %> <%- include('../includes/navigation.ejs') %>

Search

<%- title %>

<%if(results.length > 0){%>

<%- totalCount %> Page Founds.

<%for(var i=0;i <% } %>
ID Image Name Url Views Count Options
<%- results[i].page_id %> <%if(results[i].image){ %> <%}else{%> --- <%}%> <%- results[i].label; %> <%- results[i].url ? results[i].url : "N/A" %> <%- results[i].type == "page_not_found" ? "-" : results[i].view_count %> Edit Delete
<%if (paggingData) { %> <% } %>
<% }else{%> <% if(Object.keys(query).length){%>

No pages found with your matching criteria.

<% }else{ %>

No page created by you yet.

<% } %> <% } %>
<%- include('../includes/scripts.ejs') %> <%- include('../includes/footer.ejs') %>