This commit is contained in:
Martin Müller 2014-05-12 12:53:26 +02:00
parent 9022c4bcac
commit c513fada16
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,10 @@
<div class="box start-search-box"> <div class="box start-search-box">
<div class="img"> <div class="img">
<?=$this->Html->image('start-company.jpg'); ?> <?=$this->Html->image('start-company.jpg'); ?>
<?=$this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'company'),array("class" => "btn btn-primary"));?> <?php
if(!empty($isLoggedin))
echo $this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'company'),array("class" => "btn btn-primary"));
?>
</div> </div>
<div class="bluebox"> <div class="bluebox">
Stellen ausschreiben<br/> Stellen ausschreiben<br/>
@ -34,10 +37,7 @@
- was dreamJOB Ihnen bietet<br/> - was dreamJOB Ihnen bietet<br/>
<br/> <br/>
<?php <?=$this->Html->link($this->Html->image('start-company-broschuere.jpg'),$this->Html->url('/files/dreamJOBinfo.pdf'),array('ref' => 'eventOff','escape'=>false,'target'=>'_blank'));?>
if(!empty($isLoggedin))
echo $this->Html->link($this->Html->image('start-company-broschuere.jpg'),$this->Html->url('/files/dreamJOBinfo.pdf'),array('ref' => 'eventOff','escape'=>false,'target'=>'_blank'));
?>
</div> </div>
<div class="bar" style="width:20px;"></div> <div class="bar" style="width:20px;"></div>
<div class="box bar" style="font-size:16px;"> <div class="box bar" style="font-size:16px;">