JobSearchPage.ss

A snippet combining HTML and server-side includes to create a job search page with form and results, designed for a web application.
 avatar
unknown
php
2 days ago
365 B
6
Indexable
<% include SideBar %>
<div class="content-container unit size3of4 lastUnit" style="margin-left:360px">
    <h3>Search jobs</h3>
	$SearchJobsForm
    <button type="button" class="action btn-lg btn-fullcolor">
        <a href="/community/search" style="color:#fff">
            RESET SEARCH
        </a>
    </button>
	<% include JobSearchResult %>
</div>
Editor is loading...
Leave a Comment