dreamjob/app/View/Service/versicherungen.ctp

24 lines
872 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>Versicherungen</h1>
<?php $style='margin:20px;'; $styleButton='float: right; margin:20px;'; ?>
<br/><br/>
<?=$this->Html->image('service/vuf.png',array('style'=>$style));?>
Versicherungs- unf Finanzkontor
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'versicherungen','item'=>'vuf'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
<br/><br/><br/><br/>
<?=$this->Html->image('service/dak.jpg',array('style'=>$style));?>
DAK
<?=$this->Html->link('mehr Informationen',array('controller'=>'service','action'=>'serviceItem','list'=>'versicherungen','item'=>'dak'),array('class'=>'btn btn-default','style'=>$styleButton));?><br/>
</div>