📄 import.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%><%@ taglib uri="webwork" prefix="ww"%>
<%@include file="/common/taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><link rel="stylesheet"
href="<c:out value='${pageContext.request.contextPath}'/>/resource/css/main.css"
type="text/css">
<title>{*[Import]*}</title><script>
function ev_init() {
var isUpload = '<ww:property value="#parameters._isUpload" />';
if (isUpload == 'true') {
imp_table.style.display = "none";
bt_table.style.display = "";
}
}
</script>
</head><body leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 onload="">
<table width="98%" class="list-table">
<tr class="list-toolbar">
<td width="10" class="image-label"><img
src="<ww:url value="/resource/image/email2.jpg"/>" /></td>
<td width="3"></td>
<td width="140" class="text-label">{*[Step One]*}</td>
<td>
<table width="100%" border=1 cellpadding="0" cellspacing="0" class="line-position" >
<tr><td ></td>
<td id="nextTD" class="line-position2" width="60" valign="top">
<button class="back-class" onClick="forms[0].action='<ww:url action="upload" />';forms[0].submit();">
<img src="<ww:url value="/resource/image/new2.jpg"/>">{*[Next]*}
</button>
</td>
</tr></table>
</td>
</tr>
</table>
<ww:if test="hasFieldErrors()">
<span class="errorMessage"> <b>Errors:</b><br>
<ww:iterator value="fieldErrors">
*<ww:property value="value[0]" />;
</ww:iterator> </span>
</ww:if>
<ww:form name="uploadForm" enctype="multipart/form-data" action="upload" method="post" theme="simple"> <table id="imp_table" >
<tr><td class="tdLabel"><label class="label">{*[Import All]*}:</label></td>
<td><ww:checkbox name="_impobj.impAll"/></td></tr>
<tr><td class="tdLabel"><label class="label">{*[ImportFile]*}:</label>
<td><ww:file name="impFile" /></td></tr>
<ww:hidden name="_isUpload" value="true" />
</ww:form>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -