%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%
// 버전 정보. webcrypto의 버전과 맞춰서 넣음
String version = "3.0.0.10";
// webcrypto 파일들의 root 경로
String baseURL = "/sso/webcrypto";
String userAgent = (String) request.getHeader("User-Agent");
String[] mobileOS = { "iPhone", "iPod", "Android", "BlackBerry", "Windows CE",
"Nokia", "Webos", "Opera Mini", "SonyEricsson", "Opera Mobi", "IEMobile" };
Boolean addonSupport = true;
if (userAgent != null && !userAgent.equals("")) {
for (int i = 0; i < mobileOS.length; i++) {
if (userAgent.indexOf(mobileOS[i]) >= 0) {
addonSupport = false;
}
}
}
%>
<% if (addonSupport) { %>
<% } %>
<% if (addonSupport) { %>
<% } %>
<% if (addonSupport) { %>
<% } %>