=$this->Html->image('start-company.jpg'); ?>
Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'company'),array("class" => "btn btn-primary"));
?>
Stellen ausschreiben
Unternehmen darstellen
Bewerbungen verwalten
Unser Prospekt für Arbeitgeber
- Unser kostenloses Angebot
- was dreamJOB Ihnen bietet
=$this->Html->link($this->Html->image('start-company-broschuere.jpg'),$this->Html->url('/files/dreamJOBinfo.pdf'),array('ref' => 'eventOff','escape'=>false,'target'=>'_blank'));?>
=$this->Html->link($this->Html->image('start-company-job4u.jpg',array('style'=>'margin-top:40px;')),$this->Html->url('https://job4u-praktikum.de/'),array('ref' => 'external','escape'=>false,'target'=>'_blank'));?>
Bei Fragen kontaktieren Sie gerne unser Service-Team
'margin-top:15px;');
$default_Form['inputDefaults']['between']=false;
$default_Form['inputDefaults']['after']=false;
$default_Form['inputDefaults']['label']=false;
echo $this->Form->create(null,$default_Form);
echo $this->Form->input('mail.last_name',array('placeholder'=>'Name'));
echo $this->Form->input('mail.first_name',array('placeholder'=>'Vorname'));
echo $this->Form->input('mail.adresse',array('placeholder'=>'E-Mail'));
echo $this->Form->input('mail.subject',array('placeholder'=>'Betreff'));
echo $this->Form->input('mail.text',array('placeholder'=>'Nachricht'));
?>
=$this->Form->button('senden',array('div' => false,'class'=>"btn btn-primary ",'type' => 'submit'));?>
Form->end();
?>