328 lines
9.9 KiB
Plaintext
328 lines
9.9 KiB
Plaintext
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
||
<%@ taglib uri="/jstl/c" prefix="c"%>
|
||
<%@ taglib prefix="fn" uri="/jstl/fn"%>
|
||
<%@ taglib prefix="fmt" uri="/jstl/fmt"%>
|
||
<%
|
||
String path = request.getContextPath();
|
||
String basePath = request.getScheme() + "://"
|
||
+ request.getServerName() + ":" + request.getServerPort()
|
||
+ path + "/";
|
||
%>
|
||
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>i18n_emi1.message.title_n81i</title>
|
||
<link href="<c:url value='/css/styles.css'/>" rel="stylesheet"
|
||
type="text/css" />
|
||
<link href="<c:url value='/desktop/css/index${userBgColor }.css'/>" rel="stylesheet"
|
||
type="text/css" />
|
||
<script src="<c:url value='/js/onmouse${userBgColor }.js'/>" type="text/javascript"></script>
|
||
<link href="<c:url value='/css/k.css'/>" rel="stylesheet" type="text/css" />
|
||
<script language="javascript" type="text/javascript"
|
||
src="<c:url value='/js/datepicker/WdatePicker.js'/>"></script>
|
||
<script type="text/javascript"
|
||
src="${pageContext.request.contextPath }/js/jquery.js"></script>
|
||
</head>
|
||
<script type="text/javascript">
|
||
function goBack(){
|
||
document.yhForm.action="<c:url value='/mission/simpleMission.do?action=select'/>";
|
||
document.yhForm.submit();
|
||
}
|
||
|
||
</script>
|
||
<body>
|
||
<form action="" name="yhForm" method="post">
|
||
<input type="hidden" id="missionType" name="missionState.missionType" value="${missionState.missionType }" />
|
||
<%-- <input type="hidden" name="missionState.missionType" value="1" />--%>
|
||
<c:forEach items="${list }" var="obs">
|
||
<table width="80%" align="center" border="0" cellpadding="0"
|
||
cellspacing="1" class="ta_color" >
|
||
<tr>
|
||
<td height="20" colspan="4" class="td_color">
|
||
<span class="STYLE1"> <strong>i18n_emi1.text.title_n81i</strong></span>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.missionName_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[1] }
|
||
</div>
|
||
</td>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.createTime_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
<fmt:formatDate pattern="yyyy-MM-dd HH:mm:ss" value="${obs[2]}" />
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.missionState_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[4] }
|
||
</div>
|
||
</td>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.viewLevel_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
<c:forEach items="${vlList }" var="vl" >
|
||
<c:if test="${vl[0] eq obs[5] }">${vl[1] }</c:if>
|
||
</c:forEach>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.addUser_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[8] }
|
||
</div>
|
||
</td>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.userGroup_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[10] }
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr >
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.nodeGroup_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" colspan="3" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[14] }
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr >
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.targetPath_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28"colspan='3' bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[15] }
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="td_color" width="20%">
|
||
<div align="right">
|
||
<span class="STYLE1">i18n_emi1.text.missionComments_n81i:</span>
|
||
</div>
|
||
</td>
|
||
<td height="28" colspan="3" bgcolor="#FFFFFF">
|
||
<div align="left" class="STYLE1">
|
||
${obs[16] }
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="20" colspan="4" class="td_color">
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td width="88%" align=right>
|
||
|
||
</td>
|
||
<td align=left width="4%">
|
||
<img src="<c:url value='/desktop/images/anniu/a_40${userBgColor }.gif'/>"
|
||
border="0" align="middle"
|
||
onclick="goBack()" />
|
||
|
||
</td>
|
||
<td align=left>
|
||
<img src="<c:url value='/desktop/images/anniu/a_21${userBgColor }.gif'/>"
|
||
border="0" align="middle"
|
||
onclick="goBack()" />
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</c:forEach>
|
||
<div style="height:22px;"> </div>
|
||
<table width="80%" align="center" border="0" cellpadding="0"
|
||
cellspacing="1" class="ta_color" >
|
||
<tr>
|
||
<td class="td_color">
|
||
<div align="center">
|
||
<span class="STYLE1">i18n_emi1.text.nodeIp_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td class="td_color">
|
||
<div align="center">
|
||
<span class="STYLE1">i18n_emi1.text.state_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td class="td_color">
|
||
<div align="center">
|
||
<span class="STYLE1">i18n_emi1.text.returnValue_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.100</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.success_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testA_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.102</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.success_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testA_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.103</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.success_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testA_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.105</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.success_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testA_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.106</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.success_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testA_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.107</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.faild_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testA_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">10.4.20.108</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.faild_n81i</span>
|
||
</div>
|
||
</td>
|
||
<td bgcolor="#FFFFFF" class="STYLE1">
|
||
<div align="center" class="STYLE1">
|
||
<span class="STYLE1">i18n_emi1.text.testB_n81i</span>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<div style="height:22px;"> </div>
|
||
</form>
|
||
<form action="" name="yhForm2" method="post"
|
||
<c:if test="${missionState.missionType ne 2}">
|
||
style="display:none;"
|
||
</c:if>
|
||
>
|
||
<input type="hidden" name="missionState.missionType" value="${missionState.missionType }" />
|
||
|
||
</form>
|
||
</body>
|
||
</html> |