uploadexcle.jsp

来自「SSH示范」· JSP 代码 · 共 57 行

JSP
57
字号
<%@page contentType="text/html; charset=UTF-8"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<html:html locale="true">
<head>
<TITLE></TITLE>
<LINK href="../css/iplan.css" rel=stylesheet type="text/css">
</head>

<html:form styleId="form1" action="/uploadExcleAction?method=submit" enctype="multipart/form-data" >
	<table width="100%" border="0" cellspacing="0" cellpadding="0" >
		<tr align="left">
			<td align="left" class="TableTxtBold">
			<P align="left"><bean:message key="prompt.excle.uploadExcle" /></P>
			</td>
		</tr>
		<tr>
			<td><FONT color="blue" size="2"><bean:message key="prompt.excle.uploadExcleInfo" /></FONT></td>
		</tr>		
	</table>
	<hr>
	<table width="100%" border="0" cellspacing="0" cellpadding="0" >
		<TR>
			<TD align="center" class="TableTxtBold">
					<html:messages id="msg" message="true" >
						<font color="red"><b><bean:write name="msg"/></b></font>
					</html:messages>			
			</TD>
		</TR>		
		<tr>
			<td class="TableTxtNorm"> 
				<html:select property="areaId" styleId="areaId" styleClass="formFill1line" >				
					<html:options name="areaIdList" labelName="areaNameList"></html:options>
				</html:select>
			</td>		
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>		
		<tr>	
			<td class="TableTxtNorm">
				<html:file property="theFile" />	
			</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>
				<button class="button" type="submit"><bean:message key="button.upload" /></button>
			</td>
		</tr>		
	</table>

</html:form>

</html:html>

⌨️ 快捷键说明

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