You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
482 B

7 years ago
  1. <?=$form_open?>
  2. <div class="panel panel-default" style="max-width:300px; margin:auto">
  3. <div class="panel-heading">
  4. <h1 class="page-title" style="font-size:18px;margin:10px 0px;">패스워드 확인</h1>
  5. </div>
  6. <div class="panel-body">
  7. <input type="password" class="form-control" name="password" maxlength="16" autofocus>
  8. </div>
  9. <div class="panel-footer">
  10. <button class="btn btn-primary">확인</button>
  11. </div>
  12. </div>
  13. <?=$form_close?>