📄 exporimp.jsp
字号:
<%@include file="/common/taglibs.jsp"%>
<%@ page contentType="text/html;charset=GBK" language="java"%>
<html>
<head>
<title>{*[Export/Import]*}</title>
<link rel="stylesheet"
href="<c:out value='${pageContext.request.contextPath}'/>/resource/css/main.css"
type="text/css">
<style type="text/css">
<!--
label{
white-space:nowrap;
}
-->
</style>
<script src="<ww:url value='/script/list.js'/>"></script>
</head>
<body leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>
<ww:actionerror />
<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">{*[Module Exp/Imp]*}</td>
<td>
</td>
</tr>
</table>
<ww:form name="formList" action="list" method="post">
<center><table border="0">
<tr><td width="200px">
<!-- Export Module -->
<label>Export Datas</label>
<div>
<input type="image" src='<ww:url value="/resource/image/exp_module.gif" />'
onclick="forms[0].action='<ww:url action="start" namespace="/core/expimp/exp"/>';forms[0].submit();"
width="100" height="75" /></div>
</td>
<td>
<!-- Import Module -->
<label>Import Datas</label>
<div>
<input type="image" src='<ww:url value="/resource/image/imp_module.gif" />'
onclick="forms[0].action='<ww:url action="start" namespace="/core/expimp/imp"/>';forms[0].submit();"
width="100" height="75" /></div>
</td>
</tr>
</table></center>
</ww:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -