📄 codenavigatelist.jsp
字号:
<%@ page language="java" contentType="text/html;charset=GBK"%><%@ include file="/include/header.inc"%><%href="CodeNavigate!query.action";target="";%><script language="javascript"> function Query(){ document.listForm.action ="CodeNavigate!query.action"; document.listForm.submit(); } function EditById(cn_id,codeType,isDept,levels,isAdd,groupNo,prefix,layerRule){ if(isDept=="0"){ prefix = prefix + document.listForm.deptId.value; } window.location.href = "CodeTable!query.action?cn_id="+cn_id+"&codeType="+codeType+"&fatherCode="+codeType+prefix+"&isDept="+isDept+"&levels="+levels+"&isAdd="+isAdd+"&groupNo="+groupNo+"&layer=1"+"&prefix="+prefix+"&layerRule="+layerRule; } function QueryById(cn_id,codeType,isDept,levels,isAdd,groupNo,prefix,layerRule){ if(isDept=="0"){ prefix = prefix + document.listForm.deptId.value; } window.location.href = "CodeTableQuery!query.action?cn_id="+cn_id+"&codeType="+codeType+"&fatherCode="+codeType+prefix+"&isDept="+isDept+"&levels="+levels+"&isAdd="+isAdd+"&groupNo="+groupNo+"&layer=1"+"&prefix="+prefix+"&layerRule="+layerRule; }</script><html><body><form name="listForm" method="POST" ><input name="groupNo" type="hidden" value="<ww:property value="groupNo"/>"><input name="deptId" type="hidden" value="<ww:property value="deptId"/>"><table cellspacing="0" cellpadding="0" align="center"> <tr><td class="topg"/></tr></table><table cellspacing="0" cellpadding="0" align="center" class="wukuang" > <tr> <td width="1%" align="left" ><img class="img" src="<%= request.getContextPath() %>/images/tleft.gif"></td> <td width="98%" align="left" >[代码类别信息]</td> <td width="1%" align="left" ><img class="img" src="<%= request.getContextPath() %>/images/tright.gif"></td> </tr></table><input name="deptId" type="hidden" value="<ww:property value="deptId"/>"><table cellspacing="0" cellpadding="0" align="center"> <tr><td class="topg"/></tr></table><table align="center" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img class="img" src="<%= request.getContextPath() %>/images/result.gif" align="absmiddle"></td> </tr></table><table border="1" cellspacing="1" cellpadding="2" align="center" class="bgtable" style="table-layout:fixed"> <tr align="center" class="henglan"> <td width="10%">操作</td> <td width="20%">代码类别</td> <td width="60%">代码描述</td> <td width="10%">层次划分</td> </tr> <ww:iterator value="codeNavigates" status="status"> <ww:if test="#status.odd == true"> <tr class="tabtd1" onMouseOver="MouseMoveIn(this);" onMouseOut="MouseMoveOut(this);"> </ww:if><ww:else> <tr class="tabtd2" onMouseOver="MouseMoveIn(this);" onMouseOut="MouseMoveOut(this);"> </ww:else> <td align="center"> <ww:if test="isEdit.equals(\"0\")"> <a href="javascript:EditById('<ww:property value="cn_id"/>','<ww:property value="codeType"/>','<ww:property value="isDept"/>','<ww:property value="levels"/>','<ww:property value="isAdd"/>','<ww:property value="groupNo"/>','<ww:property value="prefix"/>','<ww:property value="layerRule"/>');"><img class="img" src="<%= request.getContextPath() %>/images/button/modify.gif" alt="修改"></a> </ww:if><ww:else> <a href="javascript:QueryById('<ww:property value="cn_id"/>','<ww:property value="codeType"/>','<ww:property value="isDept"/>','<ww:property value="levels"/>','<ww:property value="isAdd"/>','<ww:property value="groupNo"/>','<ww:property value="prefix"/>','<ww:property value="layerRule"/>');"><img class="img" src="<%= request.getContextPath() %>/images/button/view.gif" alt="查看"></a> </ww:else> </td> <td align = "left" nowrap title="<ww:property value="codeType"/>"><ww:property value="codeType"/></td> <td align = "left" nowrap title="<ww:property value="codeExplain"/>"><ww:property value="codeExplain"/></td> <td align = "center" nowrap title="<ww:property value="levels"/>"><ww:property value="levels"/></td> </tr> </ww:iterator> </form> <form name="PageForm" method="POST"></table> <input name="groupNo" type="hidden" value="<ww:property value="groupNo"/>"> <table border=0 cellspacing="0" align="center" cellpadding="0"> <tr> <td align="left"> <%@ include file="/include/pagecontrol.inc"%> </td> </tr></form></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -