リビジョン 001918d1
app/Controller/TopController.php | ||
---|---|---|
79 | 79 |
public function howto() { |
80 | 80 |
} |
81 | 81 |
/** |
82 |
* howto |
|
83 |
*/ |
|
84 |
public function withdraw_check() { |
|
85 |
} |
|
86 |
/** |
|
87 |
* howto |
|
88 |
*/ |
|
89 |
public function withdraw_comp() { |
|
90 |
} |
|
91 |
/** |
|
82 | 92 |
* contact |
83 | 93 |
*/ |
84 | 94 |
public function contact() { |
app/View/top/contact.ctp | ||
---|---|---|
25 | 25 |
'label' => 'お名前', |
26 | 26 |
'placeholder'=>'お名前' |
27 | 27 |
)); |
28 |
echo $this->Form->input('age', |
|
29 |
array( 'placeholder'=>'半角数字', |
|
30 |
'label' => '年齢', |
|
31 |
'maxlength' => '2', |
|
32 |
'type' => 'text' |
|
33 |
)); |
|
34 | 28 |
echo $this->Form->input('email', |
35 | 29 |
array('placeholder'=>'半角英数字', |
36 | 30 |
'label' => 'メールアドレス', |
app/View/top/withdraw_check.ctp | ||
---|---|---|
1 |
<!-- ログイン リマインダー送信完了画面 --> |
|
2 |
<main role="main"> |
|
3 |
<article class="contact"> |
|
4 |
<h2> |
|
5 |
<img src="/img/img_h1_withdraw01.png" alt="退会処理"> |
|
6 |
</h2> |
|
7 |
<p>PictCodeの退会処理を行います。</p> |
|
8 |
<p>退会処理を行いますと、今まで作成し保存されたプログラミングのデータが全て削除されてしまいます。</p> |
|
9 |
<p>本当に退会してもよろしいですか?</p> |
|
10 |
<section class="button_area01"> |
|
11 |
<a href="/top/index"><p class="button btn_back01"></p></a> |
|
12 |
<a href="/withdraw/comp"><p class="button btn_withdraw01"></p></a> |
|
13 |
</section> |
|
14 |
</article> |
|
15 |
</main> |
app/View/top/withdraw_comp.ctp | ||
---|---|---|
1 |
<!-- ログイン リマインダー送信完了画面 --> |
|
2 |
<main role="main"> |
|
3 |
<article class="contact"> |
|
4 |
<h2> |
|
5 |
<img src="/img/img_h1_withdraw_comp.png" alt="退会処理 - 退会完了"> |
|
6 |
</h2> |
|
7 |
<p>PictCodeの退会処理が完了しました。</p> |
|
8 |
<p>またの機会がありましたら、ご利用よろしくお願いします。</p> |
|
9 |
<section class="image"> |
|
10 |
<img src="/img/img_img_withdraw.png"> |
|
11 |
</section> |
|
12 |
<section class="button_area01"> |
|
13 |
<a href="index.html"><p class="button btn_top02"></p></a> |
|
14 |
</section> |
|
15 |
</article> |
|
16 |
</main> |
app/webroot/css/main.css | ||
---|---|---|
1 |
@header-height: 100px; |
|
1 |
@header-height: 100px;
|
|
2 | 2 |
@header-color: white; |
3 | 3 |
@header-bg: black; |
4 | 4 |
@footer-height: 100px; |
... | ... | |
637 | 637 |
|
638 | 638 |
article.contact dl dd { |
639 | 639 |
margin:12px 0 0; |
640 |
padding: 6px 0 2px 155px;
|
|
640 |
padding: 6px 0 2px 275px;
|
|
641 | 641 |
} |
642 | 642 |
|
643 | 643 |
article.contact dl dt label{ |
... | ... | |
730 | 730 |
section.button_area01 .btn_top01 {background: url(../img/img_button_top01.png) top; margin:auto;} |
731 | 731 |
section.button_area01 .btn_top02 {background: url(../img/img_button_top02.png) top; margin:auto;} |
732 | 732 |
section.button_area01 .btn_top03 {background: url(../img/img_button_top03.png) top; margin:auto; width: 274px;} |
733 |
section.button_area01 .btn_withdraw01 {background: url(../img/img_button_withdraw01.png) top; float: right;} |
|
733 | 734 |
|
734 | 735 |
|
735 | 736 |
/* Reminder */ |
他の形式にエクスポート: Unified diff