<%@ page import="java.sql.*" %> <%@ page contentType="text/html;charset=euc-kr" %> <%! public String toParamStr(String oldStr, String newStr) { try { if (oldStr == null || oldStr.equals("")) { return newStr; } else { return oldStr.trim(); } } catch (Exception e) { return oldStr; } } public String toEucKr(String s) { try { return new String(s.getBytes("iso-8859-1"), "EUC-KR"); } catch (Exception e) { return s; } } %> <% String spage = request.getParameter("spage"); String no = request.getParameter("no"); String galtype = request.getParameter("galtype"); String galseason = request.getParameter("galseason"); String menuId = request.getParameter("menuId"); if(menuId == null || menuId.equals("")) menuId = "11"; %> ¹«Á¦ ¹®¼­ <%@ include file="/hanmaum/Intro/01_subimg.jsp" %>
<%@ include file="/hanmaum/gallery/left_menu.jsp" %>
Ȩ > °¶·¯¸® > <% if(galtype.equals("1")) { %>ÁÖº¯Ç³°æ<% } else if(galtype.equals("2")) { %>ÇѸ¶À½¿¬¼ö¿ø Àü°æ<% } else if(galtype.equals("3")) { %>½Ç³»ÀÎÅ׸®¾î<% } else if(galtype.equals("4")) { %>»ç¿ëÀÚ°¶·¯¸®<% } %><% if(galtype.equals("1") || galtype.equals("2")) { %> > <% if(galseason.equals("1")) { %>º½<% } else if(galseason.equals("2")) { %>¿©¸§<% } else if(galseason.equals("3")) { %>°¡À»<% } else if(galseason.equals("4")) { %>°Ü¿ï<% } %><% } %>
<% if(galtype.equals("1")) { %> <% } else if(galtype.equals("2")) { %> <% } else if(galtype.equals("3")) { %> <% } else if(galtype.equals("4")) { %> <% } %>
 
ºñ¹Ð¹øÈ£ 20ÀÚ Á¦ÇÑ
<%@ include file="/hanmaum/bottom.jsp" %>