You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
<%@ page contentType="text/html; charset=UTF-8" |
|
import="java.text.SimpleDateFormat" |
|
import="java.net.URLEncoder" |
|
import="kr.co.kihyun.beans.user.HttpSSOLogin" |
|
import="kr.co.kihyun.lang.MLong" import="kr.co.kihyun.lang.MString" |
|
import="kr.co.kihyun.lang.Encoder" import="kr.co.kihyun.moumi.MoumiConfig" |
|
import="javax.jdo.PersistenceManager" |
|
import="kr.co.kihyun.beans.entity.util.*" |
|
import="kr.co.kihyun.beans.entity.TotReport" |
|
import="kr.co.kihyun.lang.MString" |
|
import="kr.co.kihyun.text.html.TagFilter" |
|
import="kr.co.kihyun.beans.entity.TotReport" |
|
import="kr.co.kihyun.beans.entity.Board" |
|
import="kr.co.kihyun.beans.entity.Category" |
|
import="javax.jdo.Transaction"%> |
|
<%@ page import="java.util.Map.Entry"%> |
|
<%@ page import="java.util.List"%> |
|
|
|
<%@ include file="/totsys/common/inc/sec/secure.inc.jsp"%> |
|
|
|
<html> |
|
<title> |
|
<head> |
|
|
|
</head> |
|
<body> |
|
<table> |
|
<jsp:include page="/totsys/repoper/mydocbox/endbox/report_view.jsp" flush="true" /> |
|
</table> |
|
</body> |
|
</title> |
|
</html>
|
|
|