1. 환자 회원가입, 로그인 추가

2. 임직원 로그인 추가
3. 외래 or 입원, 건강검진 추가 예정
This commit is contained in:
mcutegs2
2020-06-25 16:57:40 +09:00
parent e55cee847a
commit 78e29d6686
22 changed files with 566 additions and 65 deletions

View File

@@ -33,7 +33,7 @@
</label>
</div>
<button class="btn btn-UserLogin btn-primary btn-block" type="submit">임직원 로그인</button>
<button class="btn btn-UserJoin btn-primary btn-block" onclick="location.href='UserJoin.do'">임직원 가입하기</button>
<button class="btn btn-UserJoin btn-primary btn-block" onclick="location.href='UserReg.do'">임직원 가입하기</button>
<br/>
<a style="text-decoration: none" href="home.do">홈으로</a>
<p class="mt-5 mb-3 text-muted">&copy; 2020-2020</p>