📄 c020e97d1226001d19b3d5b2cbdf6b4e
字号:
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld"prefix="logic" %>
<html:xhtml/>
<html:html>
<head>
<link type="text/css" rel="stylesheet" href="css/screen.css"/>
<title>批次编目</title>
<style type="text/css">
body,td {
font-size:12px;
}</style>
</head>
<script src="../js/ajaxshowcheckbookList.js"></script>
<script type="text/javascript">
function showAcceptList(){
if(xmlHttp.readyState == 4){
if(xmlHttp.status == 200){
var arryList = xmlHttp.responseText.split(';');
initPromptList(arryList[0].split(','),'acceptTable.acceptNum',0);
//initPromptList(arryList[1].split(','),'containerProperty',0);
}
}
}
</script>
<body bgcolor="#9999FF">
<html:errors/>
<html:form action="/checkAddAction" method="post">
<h1 align="left" style="margin-left:50px;color:#ffffff">按批次编目 </h1>
<br>
<table>
<tr>
<td align="right">图书验收批次:</td>
<td align="left"><html:text property="acceptTable.acceptNum" size="25" maxlength="30"/></td>
<td><html:submit value="提交"></html:submit></td>
</tr>
</table>
</html:form>
<form>
<display:table name="list" requestURI="" class="test nocol1" pagesize="5">
<display:column property="isbn" title="ISBN" sortable="true"></display:column>
<display:column property="titleZ" title="图书名称"></display:column>
<display:column property="author" title="图书作者"></display:column>
<display:column property="price" title="图书价格"></display:column>
</display:table>
</form>
</body>
<script language="javascript">
createPromptList('AcceptList',showAcceptList);
</script>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -