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
13 lines
482 B
<?=$form_open?>
|
|
<div class="panel panel-default" style="max-width:300px; margin:auto">
|
|
<div class="panel-heading">
|
|
<h1 class="page-title" style="font-size:18px;margin:10px 0px;">패스워드 확인</h1>
|
|
</div>
|
|
<div class="panel-body">
|
|
<input type="password" class="form-control" name="password" maxlength="16" autofocus>
|
|
</div>
|
|
<div class="panel-footer">
|
|
<button class="btn btn-primary">확인</button>
|
|
</div>
|
|
</div>
|
|
<?=$form_close?>
|