dreamjob/app/View/Service/berufsorientierung.ctp

21 lines
885 B
Plaintext
Raw Normal View History

2014-05-15 19:38:25 +02:00
<?php
/*
*
*/
?>
<div class="box">
<?=$this->element('service_navbar');?>
<br/><br/>
<h1>Berufsorientierung</h1>
<?php $style='margin:20px;'; $styleButton='float: right; margin:20px;'; ?>
<br/><br/>
<?=$this->Html->image('service/logo_job4u.jpg',array('style'=>$style));?>
Job4u
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'berufsorientierung','item'=>'job4u'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
<br/><br/><br/><br/>
<?=$this->Html->image('service/uts.jpg',array('style'=>$style));?>
Unternehmen treffen Schulen
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'berufsorientierung','item'=>'uts'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
</div>