📄 look_thing.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-logic" prefix="logic" %>
<html>
<head>
<html:base/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>浏览办公用品</title>
</head>
<body>
<center>
<table width=967 border=1 cellpadding="0" cellspacing="0" bordercolor=gray bordercolorlight=gray bordercolordark=white>
<tr>
<td colspan=2 align=center height=100 vliagn=top>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="/top.jsp"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100 valign=top>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="/side.jsp"/></td>
</tr>
</table>
</td>
<td align="center" valign="top" width=900 background="<%=request.getContextPath()%>/image/right_round.jpg">
<br>
<br>
<table><tr><td align=center><html:errors/></td></tr></table>
<table width="90%" border="1" cellspacing="" cellpadding="0" bordercolor=black bordercolorlight=black bordercolordark=white>
<tr bgcolor="#DFE5F5">
<td width="31%" height="25" align="left"> </td>
<td width="24%" align="center"><a href="<%=request.getContextPath()%>/money/money_cars_look.do">[浏览车辆信息]</a></td>
<td width="24%" align="center"><html:link page="/money/money_things_add.do?addtype=link">[添加办公用品]</html:link></td>
<td width="21%" align="right"><strong>资产管理 </strong></td>
</tr>
</table>
<table width="90%" border="1" cellspacing="-10" cellpadding="5" bordercolor="black" bordercolorlight="black" bordercolordark="white">
<html:form action="/money/money_things_look" focus="subsqlvalue">
<tr align="left">
<td height="20" colspan="1" class="style3">浏览办公用品信息</td>
<td height="20" colspan=7 align="center">快速搜索:
<html:text property="subsqlvalue" size="40" style="border:1 solid"/>
类型:
<html:select property="subsql">
<html:options collection="thingtypelist" property="value" labelProperty="label"/>
</html:select>
<html:submit value="搜索"/>
</tr>
</html:form>
<tr align="center" bgcolor="#DFE5F5">
<td width="18%" height="25">类别</td>
<td width="18%">品牌规格</td>
<td width="9%">数量</td>
<td width="10%" height="25">金额(元)</td>
<td height="25">购买日期</td>
<td height="25">购买部门</td>
<td height="25" colspan="2">操作</td>
</tr>
<logic:notEmpty name="thinglist">
<logic:iterate id="thingsigle" name="thinglist">
<tr>
<td height="30" align="center"><bean:write name="thingsigle" property="type"/></td>
<td height="30" align="center"><bean:write name="thingsigle" property="model"/></td>
<td height="30" align="center"><bean:write name="thingsigle" property="number"/></td>
<td height="30" align="center"><bean:write name="thingsigle" property="cost"/></td>
<td align="center"><bean:write name="thingsigle" property="buytime"/></td>
<td align="center"><bean:write name="thingsigle" property="buybranch"/></td>
<td height="30" align="center"><a href="<%=request.getContextPath()%>/money/money_things_update.do?id=<bean:write name='thingsigle' property='thingid'/>&updatetype=link">[修改]</a></td>
<td height="30" align="center"><a href="<%=request.getContextPath()%>/money/money_things_del.do?id=<bean:write name='thingsigle' property='thingid'/>&page=<%=session.getAttribute("currentpage")%>" onclick="return(confirm('确认要删除该记录吗?'))">[删除]</a></td>
</tr>
</logic:iterate>
</logic:notEmpty>
<logic:empty name="thinglist">
<tr><td colspan="8" align="center"><li><b>没有记录显示!</b></li></td></tr>
</logic:empty>
</table>
<jsp:include page="/page.jsp"/>
</td>
</tr>
<tr>
<td colspan="2"><jsp:include page="/end.jsp"/></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -