put Results at bottom - still WIP!

This commit is contained in:
Ashley 2022-11-18 11:38:13 +00:00
parent 3a8c3ee046
commit 71cd37ad17

View file

@ -257,27 +257,19 @@ video[counter].classList.add("shake");
<% if (Array.isArray( j.Search.Results.Video)) { %> <% if (Array.isArray( j.Search.Results.Video)) { %>
<center> <center>
<% if (j.Search.Results.DynamicItem) { %>
<p style="font-family: Inter;text-align: left;margin-left: 16em;">
<%=j.Search.estimatedResults.toLocaleString()%> Results (estimated)
<p style="text-align: left;margin-left: 16em;">
<a href="/search?query=<%=q%>&continuation=<%=j.Search.continuation%>">Next Page</a> </p>
</p>
<% if (j.Search.Results.DynamicItem) { %>
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %> <% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
<div style="text-align: left;margin-left: 16em;"> <div style="text-align: left;margin-left: 14.5em;">
<p> <p>
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3 Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3
</p> </p>
</div> </div>
<% } %> <% } %> <% } %> <% } %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 14.5em;/*! width: 4.5em; */height: 0;">
</center> </center>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 16em;/*! width: 4.5em; */height: 0;">
<% if (!continuation) { %> <% if (!continuation) { %>
@ -364,6 +356,10 @@ video[counter].classList.add("shake");
<% }) %> <% }) %>
<p style="font-family: Inter;text-align: left;margin-left: 16em;">
<%=j.Search.estimatedResults.toLocaleString()%> Results (estimated)
</p>