<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="import/home_main_java.jsp" %> <%=government_name %><%=website_name %>-<%=mtitle%>
進入內容區塊
<%@include file="import/logo.jsp" %> <%@include file="import/menu.jsp" %>
:::  目前位置:  首頁 <% if (qhomes != null && qhomes.size() > 0) { MenuItem qroot = (MenuItem) qhomes.get(0); String rootpath = qroot.getParentpath() + "," + id; if (!contentid.equals(id)) rootpath = rootpath + "," + contentid; String[] ary_rootpath = SvString.split(rootpath, ","); for (int i = 1; i < ary_rootpath.length; i++) { MenuData qmroot2 = new MenuData(); qmroot2.setShow("Y"); ArrayList qroot2s = qmroot2.findBymenuD(Integer.parseInt(ary_rootpath[i]), -1, menutable); if (qroot2s != null && qroot2s.size() > 0) { MenuItem qroot2 = (MenuItem) qroot2s.get(0); if (qroot2.getWebsitetype().equals("U")) { if (qroot2.getRelateurl().indexOf("http://") >= 0) {%> > <%=qroot2.getSubject()%> <%} else {%> > <%=qroot2.getSubject()%> <% } } else {%> > <%=qroot2.getSubject()%> <% } } } } else { MenuData queryroot = new MenuData(); ArrayList qlistsroot = queryroot.loaddata(Integer.parseInt(id), menutable); if (qlistsroot != null && qlistsroot.size() > 0) { MenuItem qlist = (MenuItem) qlistsroot.get(0); if (qlist.getParentid() >= 1) { MenuData query2 = new MenuData(); ArrayList qlist1s = query2.loaddata(qlist.getParentid(), menutable); MenuItem qlist1 = (MenuItem) qlist1s.get(0); %> > <%=qlist1.getSubject()%> <%}%> > <%=qlist.getSubject()%> <% } } %>
<%@include file="import/home_share.jsp" %> <%@include file="import/home_fontsize.jsp" %>

<%=mtitle %>

<%@include file="import/home_botton.jsp" %>
<%@include file="import/fatfooter.jsp" %> <%@include file="import/footer.jsp" %>