JobSearchResult.ss
unknown
plain_text
2 days ago
1.5 kB
5
Indexable
<% include SideBar %> <div class="content-container unit size3of4 lastUnit"> <div style="margin:auto;width:100%"> <% if $Results %> <div class="row row-cols-6"> <% loop $Results %> <div class="col"> <p style="float:left;padding:3px"> <a href="$Link"> $Logo.Fit(80,80) </a> </p> <ul class=""> <li class=""><a href="$Link">$Title</a></li> <li class="">$StartDate.Format('dd/MM/yyyy')</li> <li class="">$Location</li> <li class="">$Type</li>> <li class="">$Postal</li> </ul> </div> <% end_loop %> </div> <div class=""> <% if $Results.MoreThanOnePage %> <div id="PageNumbers"> <div class="pagination"> <% if $Results.NotFirstPage %> <a class="prev" href="$Results.PrevLink" title="View the previous page">←</a> <% end_if %> <span> <% loop $Results.Pages %> <% if $CurrentBool %> $PageNum <% else %> <a href="$Link" title="View page number $PageNum" class="go-to-page">$PageNum</a> <% end_if %> <% end_loop %> </span> <% if $Results.NotLastPage %> <a class="next" href="$Results.NextLink" title="View the next page">→</a> <% end_if %> </div> <p>Page $Results.CurrentPage of $Results.TotalPages</p> </div> <% end_if %> </div> <% else %> Your job search did not yied any results. <% end_if %> </div> </div>
Editor is loading...
Leave a Comment