📄 impall.jsp
字号:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ 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 All]*}</title></head><body> <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="70" class="text-label">{*[Import All]*}</td>
<td>
<table id="bt_table" width="100%" border=1 cellpadding="0" cellspacing="0" class="line-position">
<tr><td ></td>
<td class="line-position2" width="60" valign="top" >
<button class="back-class" onClick="forms[0].action='<ww:url action="imp"></ww:url>';forms[0].submit();"><img src="<ww:url value="/resource/image/new2.jpg"/>">{*[Import]*}</button>
</td>
</tr></table>
</td>
</tr>
</table>
<ww:form name="formList" action="imp" method="post" enctype="multipart/form-data">
<ww:hidden name="impFilePath" />
<ww:hidden name="_impobj.impAll" value="%{_impobj.impAll}" />
</ww:form>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -