dreamjob/app/View/Extra/premium.ctp

22 lines
774 B
Plaintext
Raw Normal View History

2014-06-01 19:07:41 +02:00
<?php
/*
2015-03-03 16:32:08 +01:00
* <h1><?=__('dreamjob.premium');?></h1><br/>
2014-06-01 19:07:41 +02:00
*/
?>
2014-06-01 22:46:55 +02:00
<div class="box">
2015-03-03 16:32:08 +01:00
<?=$this->Html->image('extra/premium.jpg',array('style'=>'margin:35px 35px 20px;'));?>
<p>Preisliste:</p>
<a href="http://info.dream-job.eu/preisliste/" rel="external" target="_blank">Hier</a>
<br/>
<br/>
<div>
2014-06-01 19:07:41 +02:00
<?php
2015-03-03 16:32:08 +01:00
echo $this->Form->create(null,$default_Form);
echo $this->Form->input('DreamjobCompanyPro.worker_mail',array('type'=>'hidden','value'=>1));
echo $this->Form->input('DreamjobCompanyPro.worker_profil',array('type'=>'hidden','value'=>1));
echo $this->Form->button('kostenpflichtig Bestellen',array('div' => false,'class'=>"btn btn-primary",'type' => 'submit'));
echo $this->Form->end();
2014-06-01 19:07:41 +02:00
?>
2015-03-03 16:32:08 +01:00
</div>
</div>