📄 list.jsp
字号:
<%@include file="/common/taglibs.jsp"%>
<%@ page contentType="text/html;charset=GBK" language="java"%>
<html>
<head>
<head>
<title>FlowLog</title>
<script src="<ww:url value="/script/list.js"/>"></script>
</head>
<body>
<h3>FlowLog</h3>
<ww:actionerror />
<ww:form action="list">
<%@include file="/common/list.jsp"%>
<input type="image" alt="{*[New]*}"
onclick="forms[0].action='<ww:url action="new"/>'" />
<input type="image" alt="{*[Delete]*}"
onclick="forms[0].action='<ww:url action="delete"/>'" />
<table>
<tr>
<th><input type="checkbox" onclick="selectAll(this.checked)"></th>
<th><o:OrderTag field="writername">writername</o:OrderTag></th>
</tr>
<ww:iterator value="datas.datas">
<tr>
<td><input type="checkbox" name="_selects"
value="<ww:property value="id" />"></td>
<td><a
href="<ww:url action="edit">
<ww:param name="id" value="id"/>
<ww:param name="ISEDIT" value="'FALSE'"/>
</ww:url>">
<ww:property value="id" /></a></td>
</tr>
</ww:iterator>
</table>
</ww:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -