pricing_fail.jsp

来自「ERP管理功能」· JSP 代码 · 共 30 行

JSP
30
字号
<%@page contentType="text/html;charset=UTF-8" %><html>
<head>
<title>ums-modify-fail</title>
<link href="<%= request.getContextPath()%>/style/style.css" rel="stylesheet" type="text/css">
</head>
<body background="<%= request.getContextPath()%>/images/body_main.gif" topmargin="0" leftmargin="0">

<jsp:include page="/header.jsp" />

<table border="0" cellspacing="0" cellpadding="3" width="100%">
	<tr>
		<td height="40">
		  <font color="blue"><b>您的位置:</b></font>
		  <font color="blue"><b>-&gt; 错误</b></font>
		</td>
	</tr>    
</table>
<br>
<table border="1" width="350" align="center" cellspacing="0" cellpadding="3" bgcolor="#FFFFFF">
    <tr>
        <td height="50" align="center">对不起,资费名字:${pricingItem.pricing_name} 有重复!请<a href="javascript:history.back()">返回</a></td>
    </tr>
</table>

<jsp:include page="/footer.jsp" />
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?