24 lines
872 B
Plaintext
24 lines
872 B
Plaintext
|
<?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>
|
||
|
|
||
|
|