?? xml_menu_res.jsp
字號:
<%@ page contentType="text/xml; charset=utf-8"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%
response.setContentType("text/xml");
// out.println("<?xml version='1.0'?>");
out.println("<!DOCTYPE tree SYSTEM \"tree.dtd\">");
out.println("<tree>");
%>
<cms4j:picture_class site_id="root" parent_id="${param.parent_id}">
<% if(pic_class_info.isHasChild()) {
out.println("<tree text=\""+pic_class_info.getCLASS_NAME()+ "\" src=\"xmltree/xml_menu_res.jsp?parent_id="+pic_class_info.getCLASS_ID()+"\" action=\"javascript:goto('mainFrame','../pic/pic_info_main.jsp?class_id="+pic_class_info.getCLASS_ID()+"')\" />");
}else{
out.println("<tree text=\""+pic_class_info.getCLASS_NAME()+ "\" action=\"javascript:goto('mainFrame','../pic/pic_info_main.jsp?class_id="+pic_class_info.getCLASS_ID()+"')\" />");
}
%>
</cms4j:picture_class>
<% out.println("</tree>");
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -