echo Configuration::getJSPath() . "jquery-1.7.2.js"; ?> "></script> </head> <body> <div id="holder"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td> <img src="<?php echo Configuration::getURLPath() . "/logo.php?domain=" . $domains->retrieveTitleByDomainName(Core_URL::getDomain()); ?> "></td> <td><?php echo HTMLLayout::signIn(); ?> </td> </tr> </table> <table width="100%"> <tr> <td width="500"> <ul id="mainmenu"> <li><a href="<?php echo Configuration::getURLPath(); ?> " title="Home">Home</a></li> <li><a href="<?php echo Configuration::getURLPath() . "/jobs";
?> '); <?php } ?> }); </script> <table width="100%"> <tr> <td><h1>Search Results</h1></td> <td align="right"> <button class="button" onclick="document.location.href='<?php echo Configuration::getURLPath() . "/search?" . $_SERVER['REDIRECT_QUERY_STRING']; ?> '"> Refine Search </button> </td> </tr> </table> <?php echo HTMLLayout::pagination($pages, $current_page); ?> <br> <div class="container"> <?php echo JobLayout::formatList($results); ?> </div>
<table width="100%"> <tr> <td><h1>Jobs</h1></td> <td align="right"><?php echo Form::quickSearch(); ?> </td> </tr> </table> <?php echo "<table align='center'><tr><td>" . HTMLLayout::pagination($jobs->pages, $jobs->current_page) . "</td></tr></table>"; ?> <div class="container"> <?php echo JobLayout::formatList($jobs->data); ?> </div><br> <?php echo "<table align='center'><tr><td>" . HTMLLayout::pagination($jobs->pages, $jobs->current_page) . "</td></tr></table>";