pictcode / app / View / users / confirm.ctp @ 00f32066
履歴 | 表示 | アノテート | ダウンロード (1.254 KB)
| 1 | 04e657a7 | root | <main role="main"> |
|---|---|---|---|
| 2 | <article class="register"> |
||
| 3 | <h2> |
||
| 4 | <img src="/img/img_h1_register02.png" alt="PictCode登録 - 情報入力"> |
||
| 5 | </h2> |
||
| 6 | <ol> |
||
| 7 | <li id="navigator01_off"></li> |
||
| 8 | <li id="navigator02_on"></li> |
||
| 9 | <li id="navigator03_off"></li> |
||
| 10 | <li id="navigator04_off"></li> |
||
| 11 | </ol> |
||
| 12 | <p class="">PictCodeに新規登録を行います。登録の際にはご両親の付き添い、または管理のもと、お間違いのないよう入力を行ってください。</p> |
||
| 13 | <div id="contents"> |
||
| 14 | <section> |
||
| 15 | <dl> |
||
| 16 | <dt><label for="">ニックネーム</label></dt> |
||
| 17 | <dd><p><?php echo $register['User']['login_id'];?></p></dd> |
||
| 18 | <dt><label for="">パスワード</label></dt> |
||
| 19 | <dd><p><?php echo $register['User']['password'];?></p></dd> |
||
| 20 | <dt><label for="">メールアドレス</label></dt> |
||
| 21 | <dd><p><?php echo $register['User']['email'];?></p></dd> |
||
| 22 | <!-- <dt><label for="">キャプチャコード</label></dt> |
||
| 23 | <dd><p><?php //echo data[User][email];?></p></dd> |
||
| 24 | --> </dl> |
||
| 25 | </section> |
||
| 26 | </div> |
||
| 27 | <section class="button_area01"> |
||
| 28 | 8b8631af | hasse | <a href="javascript:history.back();"><p class="button btn_alter01"></p></a> |
| 29 | 04e657a7 | root | <a href="/users/sent"><p class="button btn_register"></p></a> |
| 30 | </section> |
||
| 31 | </article> |
||
| 32 | </main> |