<div class="plusOrMinusmark">
                            <span class="plusMark">[+]</span><span class="minusMark">[-]</span>
                        </div>

                        <div class="jobItem">

                            <div class="vacancyTitle">
                                <h3><?php 
        echo $vacancy->getName();
        ?>
</h3>
                            </div>

                            <pre class="vacancyShortDescription"><?php 
        echo getShortDescription($vacancy->getDescription(), 250, "...");
        ?>
</pre>
                            <pre class="vacancyDescription"><?php 
        echo $vacancy->getDescription();
        ?>
</pre>
                            
                            <p class="borderBottom">
                                <input type="button" class="apply" name="applyButton" value="<?php 
        echo __("Apply");
        ?>
" onmouseout="moutButton(this);" onmouseover="moverButton(this);" />
                                <a href="<?php 
        echo public_path('index.php/recruitmentApply/applyVacancy/id/' . $vacancy->getId(), true);
        ?>
Exemplo n.º 2
0
            ?>
				<a href="#edit" onclick="return listItemTask('cb<?php 
            echo $k;
            ?>
','edit')">
				<?php 
            echo $row['tieu_de'];
            ?>
</a><span>
			<?php 
        }
        ?>
			</td>
			
			<td class="font11"><?php 
        echo strip_tags(getShortDescription($row['mo_ta_chi_tiet'], 150));
        ?>
</td>
			<?php 
        /*?><td class="font11"><img src="../images/property/<?php echo $row['id']?>/preview.jpg" /></td> */
        ?>
			<?php 
        /*?>
        		<td>
        		<?php
        		//tam thoi
        			//echo $row['gia'].' '.$row['don_vi_tien'].'/'.$row['don_vi_dien_tich'];
        			//echo $row[$k]['gia'];
        			echo $this->rows[$k]['gia'];
        		//	 print_r($this->rows[3]['gia']);
        		//	echo $this->test4;
Exemplo n.º 3
0
                echo "<img   class=\"img_bds_tm\" src='" . JURI::base() . "images/property/{$item['id']}/min.jpg' > ";
            }
            ?>
			</a>
	
			</div>
			<div class='f-r-tm1'>
<li class='items-add'>
				
					<h4 class='items-link'>
							<a href='<?php 
            echo $item['link'];
            ?>
' >
								<?php 
            echo getShortDescription($item['tieu_de'], $sotu);
            ?>
							</a>
					</h4>
				</li>
				
				<li class='font11'>
				<span class='gia'>
					<?php 
            echo $item['gia'];
            ?>
					</span>
				</li>
				<li class='items-add'>
			     <span>
				<?php