?? graphicitemlist.jsp
字號:
<%@ include file="/common/taglibs.jsp" %>
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="domain.GraphicItem"%>
<%@ include file="/scripts/common.jsp" %>
<SCRIPT LANGUAGE=javascript >
setFormSelect("GraphicItemListForm","checkbox");
</SCRIPT>
<html><head><title>Spring app</title>
<link rel="stylesheet" href="<c:url value="/styles/screen.css"/>" type="text/css" />
</head>
<body>
<form name="GraphicItemListForm">
<display:table name="sessionScope.graphicItemList" pagesize="10" class="simple" id="list">
<display:column property="id" title="圖元編號" style="text-align:center;"/>
<display:column property="graphicitemName" title="圖元名稱"/>
<display:column property="graphicitemPath" title="圖元路徑" maxLength="40" nowrap="true"/>
<display:column property="graphictype.graphictypeName" title="圖元類型"/>
<display:column property="applettype.applettypeName" title="Appelt類型" style="text-align:center;"/>
<display:column title="選擇" style="text-align:center;"><input type="checkbox" name="checkbox<%=((GraphicItem)list).getId()%>" value="<%=((GraphicItem)list).getId()%>">
</display:column>
<display:column title="編輯" style="text-align:center;" href="/graphicItemEdit.htm" paramId="reqtype=edit&id" paramProperty="id">Edit
</display:column>
<display:setProperty name="paging.banner.include_first_last" value="true" />
</display:table>
</form>
<form name="submitForm" action = "/graphicItemEdit.htm?action=add" method = "post">
<input type="hidden" name="reqtype" value=""></input>
<input type="hidden" name="message" value=""></input>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -