| 镇港物流有限公司
|
|
|
 |
|
 |
==友情链接== |
|
|
|
|
|
|
|
| 公司动态 |
<%
Collection infoWebBeans = (Collection)request.getAttribute("infoWebBeans");
if(infoWebBeans!=null)
{
%>
<%
Iterator iterator = infoWebBeans.iterator();
while(iterator.hasNext()) {
InfoWebBean infoWebBean = (InfoWebBean)iterator.next();
%>
|
<%=infoWebBean.getInfoTitle()%> |
<%=(infoWebBean.getDeliveredTime()).substring(0,4)+"."+(infoWebBean.getDeliveredTime()).substring(5,7)+"."+(infoWebBean.getDeliveredTime()).substring(8,10)%> |
<%
}
%>
|
<%
PageBean objPageBean=(PageBean)request.getAttribute("PageBean");
out.println(objPageBean.showPagination("infomationlist","&"+where));
%>
|
|
<%
}
%>
|
|