openorannulsuccess.jsp
来自「移动彩信管理平台」· JSP 代码 · 共 61 行
JSP
61 行
<%@ page contentType="text/html; charset=utf-8"%>
<%@ include file="../common/taglibs.jsp" %>
<!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=gb2312" />
<title>单用户管理页</title>
<link href="${webctx }/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="8" align="left"><img src="${webctx}/demo/images/pny_01.jpg" width="8" height="25" /></td>
<td width="80" align="center" background="${webctx}/demo/images/pny_bg.gif" class="psize3">单用户管理</td>
<td width="8" align="right"><img src="${webctx}/demo/images/pny_02.jpg" width="8" height="25" /></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
<tr>
<td align="center">
<table width="99%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
<tr>
<td align="center" bgcolor="#A6D5D9" class="psize4">
<br/><br/>
<p align="center" bgcolor="#A6D5D9" class="psize4">
用户<font color="#adlkfjoe">[${mobile}]</font>
<s:if test="${flag}==true">
<s:if test="${isOpen}==1">
开户模拟上行成功,请稍候查证!
</s:if>
<s:else>
销户模拟上行成功,请稍候查证!
</s:else>
</s:if>
<s:else>
<s:if test="${isOpen}==1">
开户模拟上行失败!!!
</s:if>
<s:else>
销户模拟上行失败!!!
</s:else>
</s:else>
</p>
<br/><br/>
<p align="center"><a href="${webctx}/queryUser.do">返回用户信息页面</a></p>
<br/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?