📄 public_char_register_failure.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="table.css" type="text/css">
<script type="text/javascript" src="javascript/comm/comm.js"></script>
</head>
<body>
<form method="post" action="configpublicchar.do">
<table width="100%" >
<tr>
<td colspan="2">
<font color="#0000CC">您正在做的业务是:人力资源--客户化设置--人力资源档案管理设置--公共属性设置 </font></td>
</tr>
<tr>
<td width="49%"> 录入失败,属性 <bean:write name="configpubliccharForm" property="item.attributeKind"/> / <bean:write name="configpubliccharForm" property="item.attributeName"/> 已经存在,请返回。</td>
<td width="51%" align="right"> <input type="button" value="继续录入" class="BUTTON_STYLE1" onclick="javascript:toAdd();">
<input type="button" value="返回" class="BUTTON_STYLE1" onclick="javascript:reBack();"></td></tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -