- <%@page contentType="text/html; charset=utf-8" %>
<%@ page import="java.util.Enumeration"%>
<html>
<head>
<title>KNUH 인증번호 받기</title>
<link href="../css/hismain.css" rel="stylesheet" type="text/css">
<script type="text/javascript" language="javascript">
<!--
function onBodyLoad() {
}
function closePopup() {
window.close();
}
//-->
</script>
</head>
<body onLoad="onBodyLoad();">
<br/>
<div align="center">
<table id="formtbl">
<tr>
<td><B><font color="blue" size="2">< 등록된 전화번호가 없거나 다른 경우 대처법 ></font></B></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td><font color="black" size="2">0. </font><font color="blue" size="2"><B>HIS나 MIS</B></font><font color="black" size="2"> 어느쪽이든 로그인이 되는 곳으로 </font><font color="blue" size="2"><B>로그인</B></font><font color="black" size="2"> (어느 곳이든 로그인 불가능 시에는 의료정보과로 연락)</font></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td><font color="black" size="2">1. 화면 우측 상단의 </font><font color="blue" size="2"><B>정보변경 버튼 클릭</B></font></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td><font color="black" size="2">2. 정보 변경 창의 아래에 휴대전화번호란에 </font><font color="blue" size="2"><B>휴대폰번호를 적고</B></font></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td><font color="black" size="2">3. 번호변경 버튼을 눌러 </font><font color="blue" size="2"><B>저장</B></font></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td><font color="black" size="2">4. 그리고 현재 정보변경 창을 닫고 </font><font color="blue" size="2"><B>다시 인증받기를 버튼을 클릭</B></font><font color="black" size="2">하여 진행하시면 됩니다.</font></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td><img src="../images/auth_guide01.gif" alt="" border="0"></td>
</tr>
</table>
</div>
<br/>
</body>
|