실적관리 추가

This commit is contained in:
yangsh
2025-12-18 14:50:48 +09:00
parent 80826843d7
commit 59db781aef
58 changed files with 9587 additions and 28 deletions

View File

@@ -73,8 +73,8 @@
<div class="card-body p-5">
<div class="text-center mb-5">
<div class="app-logo mx-auto mb-4"></div>
<h1 class="fw-bold text-dark mb-2" style="font-size: 2rem;">Welcome Back!</h1>
<p class="text-muted fs-5 mb-0">Sign in to your account to continue</p>
<!-- <h1 class="fw-bold text-dark mb-2" style="font-size: 2rem;">환영합니다</h1> -->
<p class="text-muted fs-5 mb-0">아이디와 비밀번호를 적어 주세요.</p>
</div>
<form class="" id="frm_login_info">
@@ -111,7 +111,7 @@
</a>
</div>
<button type="button"
<button type="submit"
class="btn btn-gradient-primary btn-shadow btn-lg w-100 mb-4 fw-semibold text-white"
id="btn_login" style="border-radius: 16px; height: 58px; font-size: 1.1rem;">
<i class="fa fa-sign-in-alt me-2"></i>로그인
@@ -124,7 +124,7 @@
<div class="text-center mt-4">
<p class="text-white mb-0"
style="font-size: 0.9rem; text-shadow: 0 1px 2px rgba(0,0,0,0.1);">
Copyright © Confirms
Copyright © Confirms All Rights Reserved.
</p>
</div>
</div>
@@ -138,10 +138,8 @@
$(function () {
console.log('login page loaded')
$("#btn_login").on("click", function () {
$("#frm_login_info").on("submit", function (e) {
e.preventDefault(); // 기본 submit 막기
$.ajax({
url: '/login/chkLogin',