リビジョン 33ddd711 app/View/top/contact.ctp
| app/View/top/contact.ctp | ||
|---|---|---|
| 9 | 9 |
</div> |
| 10 | 10 |
</div> |
| 11 | 11 |
</header> |
| 12 |
<div class="contact form"> |
|
| 13 |
<?php echo $this->Form->create('ContactValidate',array(
|
|
| 14 |
'inputDefaults' => array( |
|
| 15 |
'div' => 'form-group', |
|
| 16 |
'wrapInput' => false, |
|
| 17 |
'class' => 'form-control' |
|
| 18 |
), |
|
| 19 |
'class' => 'well')); ?> |
|
| 20 |
<fieldset> |
|
| 21 |
<legend><?php echo __('お問い合わせ'); ?></legend>
|
|
| 22 |
<?php |
|
| 23 |
echo $this->Form->input('name',array('label'=>'お名前'));
|
|
| 24 |
echo $this->Form->input('mail',array('label'=>'メールアドレス'));
|
|
| 25 |
echo $this->Form->input('comment',array('type'=>'textarea','label'=>'問い合わせ内容'));
|
|
| 26 |
?> |
|
| 27 |
<?php echo $this->Form->submit('送信する',array('class'=>'btn btn-info')); ?>
|
|
| 28 |
<?php echo $this->Form->end(); ?> |
|
| 29 |
</div> |
|
| 30 |
|
|
| 12 | 31 |
<?php echo $this->element('footer');?>
|
他の形式にエクスポート: Unified diff