This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
<form class="" id="frm_login_info">
|
||||
<div class="form-floating mb-4">
|
||||
<input name="user_id" id="user_id" placeholder="아이디 입력" type="text"
|
||||
value="<?= $user_id ?? '' ?>"
|
||||
class="form-control form-control-lg border-0 shadow-sm"
|
||||
style="border-radius: 16px; background: rgba(248, 250, 252, 0.8); height: 58px;">
|
||||
<label for="user_id" class="text-muted">
|
||||
@@ -101,9 +102,11 @@
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
||||
<div class="form-check">
|
||||
<input name="check" id="exampleCheck" type="checkbox"
|
||||
class="form-check-input" style="transform: scale(1.2);">
|
||||
<label for="exampleCheck"
|
||||
<input id="saveId" name="saveId" type="checkbox" class="form-check-input"
|
||||
style="transform: scale(1.2);" value="Y" <?php if (!empty($user_id)) {
|
||||
echo "checked";
|
||||
} ?>>
|
||||
<label for="saveId"
|
||||
class="form-check-label text-muted fw-medium">아이디저장</label>
|
||||
</div>
|
||||
<a onclick="faxOpen();" class="text-primary text-decoration-none fw-semibold">
|
||||
|
||||
Reference in New Issue
Block a user