This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/WebRoot/page/system/showImportUserError.jsp
wangwenrui dc168fa9b9 1.事务添加
2.亦庄bug修改
3.业务系统添加逻辑变更
2018-09-29 09:52:11 +08:00

90 lines
2.4 KiB
Plaintext

<%@ page language="java" pageEncoding="UTF-8"%>
<%@include file="/common/taglib.jsp"%>
<%
String path = request.getContextPath();
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>i18n_siue.message.title_n81i</title>
<link href="<c:url value='/css/nms.css'/>" rel="stylesheet"
type="text/css" />
<script type="text/javascript">
function goBack(){
document.form1.action="<%=path%>/sysManage/sysPopedomManage!execute.do?action=queryUserInfo";
document.form1.submit();
}
</script>
</head>
<body>
<div class="middle_list">
/<!--中间部分右边开始-->
<form action="" name="form1" id="form1" method="post">
<table align="center" border="0" cellpadding="0"
cellspacing="0" class="table1">
<tr>
<td height="30" class="color_7" colspan="5">
<strong>i18n_siue.text.title_n81i</strong>
</td>
</tr>
<tr>
<td class="color_1">
i18n_siue.text.yhbh_n81i
</td>
<td class="color_1">
i18n_siue.text.yhmc_n81i
</td>
<!--
<td class="color_1">
用户密码
</td>
-->
<td class="color_1">
Email
</td>
<td class="color_7">
i18n_siue.text.showError_n81i
</td>
</tr>
<c:forEach items="${errorList}" var="info">
<tr>
<td class="color_3">
${info.yhbh }
</td>
<td class="color_3">
${info.yhmc }
</td>
<!--
<td class="color_3">
${info.yhmm }
</td>
-->
<td class="color_3">
${info.email }
</td>
<td class="color_6">
${info.showError }
</td>
</tr>
</c:forEach>
<tr>
<td class="color_7" colspan="6">
<input type="button" class=btn3_mouseout
onmouseover="this.className='btn3_mouseover'"
onmouseout="this.className='btn3_mouseout'"
onmousedown="this.className='btn3_mousedown'"
onmouseup="this.className='btn3_mouseup'" onclick="goBack()" value="i18n_siue.text.back_n81i"/>
&nbsp;
</td>
</tr>
</table>
</form>
<!--中间部分右边结束-->
</div>
</body>
</html>