sso update
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<%@ page language="java" contentType="text/html; charset=EUC-KR"
|
||||
pageEncoding="EUC-KR"%>
|
||||
<%@ page language="java" contentType="text/html; charset=UTF8" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
|
||||
<%
|
||||
@@ -11,18 +10,18 @@
|
||||
%>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8>
|
||||
<title>Insert title here</title>
|
||||
</head>
|
||||
<body>
|
||||
<h4>Single Sign On [<%=user_id %>]</h4>
|
||||
<font size=2>
|
||||
<b>[ 업무시스템 - (SAMPLE_APP)]</b>
|
||||
<b>[ 업무시스템 - (SAMPLE_APP-UTF8)]</b>
|
||||
</font>
|
||||
|
||||
<table border=0 width=700 cellpadding=4 cellspacing=1 style="border: solid 1px;">
|
||||
<tr>
|
||||
<td width=200 bgcolor=#C3C3C3><font size=2>* 사용자ID</font></td>
|
||||
<td width=200 bgcolor=#C3C3C3><font size=2>* 사용자ID</font></td>
|
||||
<td><font size=2><%=user_id%></font></td>
|
||||
</tr>
|
||||
|
||||
@@ -33,13 +32,13 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=200 bgcolor=#C3C3C3><font size=2>* 확장정보</font></td>
|
||||
<td width=200 bgcolor=#C3C3C3><font size=2>* 확장정보</font></td>
|
||||
<td><font size=2><%=ext_info%></font></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width=200 bgcolor=#C3C3C3><font size=2>* 인증토큰 상태</font></td>
|
||||
<td><font size=2>retCode = [<%=retCode%>] (1000:누락, 1001:시간, 1002:비정상)</font></td>
|
||||
<td width=200 bgcolor=#C3C3C3><font size=2>* 인증토큰 상태</font></td>
|
||||
<td><font size=2>retCode = [<%=retCode%>] (1000:누락, 1001:시간, 1002:비정상)</font></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user