⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 www_items_list.jsp

📁 java阿里巴巴代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK" %>
<%@ page import="java.util.*" %> 
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<html>
<head>
<title><bean:message key="system.tittle"/></title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link href="style/css.css" rel="stylesheet" type="text/css">
</head>
<%
	HashMap indexmenumap=new HashMap();
	indexmenumap.put("sjlmbs","");
	indexmenumap.put("lmjb","0");
	indexmenumap.put("trade_type_code","0119");
	request.setAttribute("indexmenumap",indexmenumap);  
%>

<body> 
    <%HashMap addmenumap=new HashMap();%>
    <logic:iterate id="query1" name="query" scope="request">	
        <bean:define id="key" name="query1" property="key"  type="java.lang.String"/>       
        <bean:define id="values" name="query1" property="value"  type="java.lang.String[]"/> 
        <%
        	addmenumap.put(key,values[0]);
        	addmenumap.put("trade_type_code","0118");
        %>
    </logic:iterate>
    <%request.setAttribute("addmenumap",addmenumap);%>
<table width="100%" border="0" cellpadding="0" cellspacing="1" align="center" bordercolor="#D1D1D1" >
	<tr>
		<td class="grayE" width="50%">
		<html:link action="/getadditemlist" name="indexmenumap">	
			<b><h5>回到首页</h5></b>
		</html:link>
		</td>
		<td class="grayE" align="right">
		<html:link action="/getadditeminterf" name="addmenumap">	
			<b><h5>新增本级栏目</h5></b>
		</html:link>
		</td>
	</tr>
</table>
<table width="100%" border="0" cellpadding="10" cellspacing="1" align="center" bordercolor="#D1D1D1" >
	<tr>
		<td class="grayD" width="10%">栏目级别
		</td>
		<td class="grayD">栏目名称
		</td>
		<td class="grayD">模版文件
		</td>
	</tr>
	<tr>                                                                                                     
    	<td class="grayD"  >
    		<logic:notEmpty name="result" scope="request">
	    	<logic:iterate id="result1" name="result" scope="request">		
	    	<tr>
				<logic:notEmpty name="result1" property="lmbs">
				<td class=grayBL widht="5"><bean:write name="result1" property="lmjb" filter="false"/></td>
				<td class=grayD onMouseover=this.className='grayE'; onMouseout=this.className='grayD' align=left>
					<bean:define id="lmBs" name="result1" property="lmbs" type="java.lang.String"/>
					<bean:define id="lmJb" name="result1" property="lmjb" type="java.lang.String"/>
					<%
						HashMap menumap=new HashMap();
		                menumap.put("sjlmbs",lmBs);
		                menumap.put("lmjb",lmJb);
		                menumap.put("trade_type_code","0119");
		                request.setAttribute("menumap",menumap);  
					%>
					<html:link action="/getadditemlist" name="menumap">	
						<bean:write name="result1" property="lmmc" filter="false"/>
					</html:link>
				 
				 <logic:empty name="result1" property="lmmc">
				 	<h5>用户无权限</h5>
				 	<!--bean:write name="result1" property="lmmc" filter="false"/-->
				 </logic:empty>
				</td>
				<td class=grayBL widht="5">
					<bean:write name="result1" property="mbwjlj" filter="false"/>
					<bean:write name="result1" property="mbwjm" filter="false"/>
				</td>
				</logic:notEmpty>
			</tr>	
		    </logic:iterate>
		    </logic:notEmpty>
    	</td>
  	</tr>
  	 
  </table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -