?? pricing_fail.jsp
字號:
<%@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>-> 錯誤</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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -