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

<%- title %>

Search

<%if(searchResults && searchResults.length > 0){%>
<%for(var i=0;i
impVideoId" data-id="<%- i %>">
 
<%}%>
<% }else if(results && results.length > 0){%>
<%if(results.length > 0){%>

<%- results.length; %> Images Found

<%}%>
<%for(var i=0;i
" data-id="<%- results[i].id %>">
<%}%>
<% }else{%> <% if(Object.keys(query).length){%>

No image found with your matching criteria.

<% }else{ %>

Please select criteria to search images.

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