⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stationlist.jsp.svn-base

📁 石油管理系统。主要实现了加油站对石油的库存
💻 SVN-BASE
字号:
<%@ page language="java" contentType="text/html;charset=GB2312"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<%@ taglib uri="/WEB-INF/extremecomponents.tld" prefix="ec"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
	<HEAD>
		<title>StateList.jsp</title>
		<link rel="stylesheet" type="text/css"
			href="${pageContext.request.contextPath}/css/extremecomponents.css">
		<link rel="stylesheet" type="text/css"
			href="${pageContext.request.contextPath}/css/style.css">
	</HEAD>
	<body>
		<tiles:insert page="/inc/CurrentPosition.jsp" />
		<tiles:insert page="/inc/ActionMessagesAndErrors.jsp" />
		<div class=eXtremetable>
			<table cellSpacing=0 cellPadding=0 width="100%" border=0>
				<tbody>
					<tr>
						<td>
							<SPAN class=title>加油站信息列表</SPAN>
						</td>
						<td align=right>
							<table class=toolbar cellSpacing=1 cellPadding=0 border=0>
								<tbody>
									<tr>
										<td>
											<img alt=第一页 src="../images/firstPageDisabled.gif">
										</td>
										<td>
											<IMG alt=上一页 src="../images/prevPageDisabled.gif">
										</td>
										<td>
											<A
												href="javascript:document.forms.ec.ec_eti.value='';document.forms.ec.ec_p.value='2';document.forms.ec.action='/dlhy/agentAction.do?method=list';document.forms.ec.method='post';document.forms.ec.submit()"><IMG
													title=下一页 alt=下一页 src="../images/nextPage.gif"> </A>
										</td>
										<td>
											<A
												href="javascript:document.forms.ec.ec_eti.value='';document.forms.ec.ec_p.value='2';document.forms.ec.action='/dlhy/agentAction.do?method=list';document.forms.ec.method='post';document.forms.ec.submit()"><IMG
													title=最后页 alt=最后页 src="../images/lastPage.gif"> </A>
										</td>
										<td>
											<img alt=Separator src="../images/separator.gif">
										</td>
										<td>
											<SELECT onchange="" name=ec_rd>
												<option value=10 selected>
													10
												</option>
												<option value=50>
													50
												</option>
												<option value=100>
													100
												</option>
											</SELECT>
											<IMG alt="Rows Displayed" src="../images/rowsDisplayed.gif">
										</td>
										<td>
											<img alt=Separator src="../images/separator.gif">
										</td>
										<td>
											<A
												href="javascript:document.forms.ec.ec_eti.value='ec';document.forms.ec.ec_ev.value='pdf';document.forms.ec.ec_efn.value='output.pdf';document.forms.ec.action='/dlhy/agentAction.do?method=list';document.forms.ec.method='post';document.forms.ec.submit()"><IMG
													title="Export PDF" alt=导出PDF src="../images/pdf.gif">
											</A>
										</td>
										<td>
											<A
												href="javascript:document.forms.ec.ec_eti.value='ec';document.forms.ec.ec_ev.value='xls';document.forms.ec.ec_efn.value='output.xls';document.forms.ec.action='/dlhy/agentAction.do?method=list';document.forms.ec.method='post';document.forms.ec.submit()"><IMG
													title="Export Excel" alt=导出XLS src="../images/xls.gif">
											</A>
										</td>
									</tr>
								</tbody>
							</table>
						</td>
					</tr>
				</tbody>
			</table>

			<ec:table items="stations" var="station"
				retrieveRowsCallback="process"
				action="${pageContext.request.contextPath}/StationQueryAction.do?actionMethod=queryStation"
				imagePath="${pageContext.request.contextPath}/images/table/*.gif"
				title="加油站信息列表" width="100%" rowsDisplayed="10" filterable="false"
				showPagination="true" sortable="true" autoIncludeParameters="false">
				<ec:row styleClass="special">
					<ec:column property="stationId" title="选择" sortable="false">
						<input type="radio" name="id" value="" />
					</ec:column>
					<ec:column property="stationName" title="加油站名" />
					<ec:column property="stationAddress" title="加油站地址" />
					<ec:column property="code" title="加油站编号" />
					<ec:column property="orgName" title="组织名称" />
					<ec:column property="groupName" title="所属配送组" />
					<ec:column property="connectMethod" title="接入方式" />
					<ec:column property="contact" title="联系人" />
					<ec:column property="contactTele" title="联系电话" />
					<ec:column property="fax" title="传真" />
					<ec:column property="runType" title="运营方式" />
					<ec:column property="map" title="图片" />
					<ec:column property="connectTime" title="接入时间" />
					<ec:column property="status" title="状态" />
				</ec:row>
			</ec:table>
		</div>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -