22 lines
392 B
Plaintext
22 lines
392 B
Plaintext
|
<?php
|
||
|
/*
|
||
|
*
|
||
|
*/
|
||
|
?>
|
||
|
<div class="box">
|
||
|
<?php
|
||
|
echo $this->element('search_navbar',array('SEARCH_auto'=>true));
|
||
|
?>
|
||
|
<h1><?=__('dreamjob.search.auto');?></h1>
|
||
|
<?=__('dreamjob.search.auto.text');?>
|
||
|
</div>
|
||
|
<div class="box">
|
||
|
<div class="openinggroup">
|
||
|
<?php
|
||
|
foreach($openings as $opening){
|
||
|
echo $this->element('job_opening_item',array('opening' => $opening));
|
||
|
}
|
||
|
?>
|
||
|
</div>
|
||
|
</div>
|