<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ include file="/jsp/work/taglib.jsp" %> <%@ page import="kr.co.hsnc.j2ee.waf.controller.web.util.WebKeys" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject user = ctx.getUser(); ValueObject params = ctx.getParams(); RowSet notiRowSet = storage.getRowSet("notiRowSet"); int rowSize = notiRowSet.size(); if(rowSize > 5) { rowSize = 5; } boolean signedOn = false; HttpSession htSession = request.getSession(); if( request.getSession().getAttribute(WebKeys.SIGNED_ON_USER) != null ) { signedOn = true; } String yyyymmdd = (new java.text.SimpleDateFormat ("yyyyMMdd")).format (new java.util.Date()); %>
아이디저장
<% for( int i=0; i <% } %>
);" style="cursor: pointer;"> <% if( notiRowSet.getRow(i).get("title").length() > 22 ) { %> <%=notiRowSet.getRow(i).get("title").substring(0, 22) + "..."%> <% } else { %> <%=notiRowSet.getRow(i).get("title")%> <% } %> <%= notiRowSet.getRow(i).get("noti_dy").substring(0,4) + "-" + notiRowSet.getRow(i).get("noti_dy").substring(4,6) + "-" + notiRowSet.getRow(i).get("noti_dy").substring(6,8) %>