아이디 저장 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-21 14:22:12 +09:00
parent 87b8093f92
commit dce23d36cc
3 changed files with 22 additions and 5 deletions

View File

@@ -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">