-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.php
23 lines (23 loc) · 1.08 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<script language="javascript" type="text/javascript" src="include/head.js"></script>
<meta charset="utf-8">
<title>민사페이</title>
</head>
<body>
<script language="javascript" type="text/javascript" src="include/header.js"></script>
<table>
<tr><th>
<h3 class = 'dataShower'>계좌 조회</h3>
</th></tr>
<tr><th>
<form method="POST" id="Balance Check Form" action="balance_check.php"autocomplete="off" >
<input type="number" name="studentid" placeholder = "아이디 입력 · RFID 태그" value="Student ID number"> <br>
</form>
</th></tr></table>
<button type="submit" class = "button1" form="Balance Check Form" value="잔액 확인">계좌 조회</button>
<button type="button" class = "button2" onclick="location.href='main.php' ">운영진 로그인</button>
<script language="javascript" type="text/javascript" src="include/footer.js"></script>
</body>
</html>