jquery表格排序(7)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-16 20:03 点击:次
if(list==null){
list = new ArrayList();
}
//总页数
Integer v_out_total_page = (Integer)list.get(list.size()-1);
//总记录数
Integer v_out_recordcount = (Integer)list.get(list.size()-2);
//排序方式
String v_order_type=(String)request.getAttribute("v_order_type");
//排序字段
String v_order_field=(String)request.getAttribute("v_order_field");
%>
<div>
<form id="datapatchForm" action="<%=path%>/datapatch/initDatapatchInf.do" method="post">
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr>
<th colspan="6" align="left">查询条件</th>
</tr>
<tr>
<th class="specalt" scope="row" abbr="Model">DATAPATCH NUMBER:</th>
<td class="common"><input type="text" name="datapatchInf.serialnumber" value="${datapatchInf.serialnumber }"></td>
<th class="specalt_bt" scope="row" abbr="Model">System:</th>
<td class="common">
<select name="datapatchInf.system">
<option value="">请选择</option>
<logic:iterate id="s" name="systemList">
<option value="${s.sys_code }" <c:if test="${datapatchInf.system==s.sys_code }">selected</c:if> >${s.label }</option>
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>