📄 tongxun_fenzu_add.jsp
字号:
<%@ page language="java" import="java.util.*,cn.jx.ecjtu.oa.ps.pojo.*" pageEncoding="GBK"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>添加新组</title>
<link href="../common/defaultFa/css/all.css" rel="stylesheet" type="text/css" />
<link href="../common/defaultFa/css/css.css" rel="stylesheet" type="text/css" />
<script>
function addGroup(){
var group_name=document.getElementById("group_name").value;
var ret=window.opener.doAddGroup(group_name);
if(ret){
window.close();
}
else{
alert("新组名与原组名重名,请重新输入新组名!");
}
}
</script>
</head>
<body style="overflow-y:auto" background="summer_relaxation_JD047.jpg">
<table border="0" align="center" cellpadding="0" cellspacing="0" class="tb_title">
<tr>
<th align="left" valign="middle">新建组</th>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tb_form">
<tr>
<td nowrap="nowrap"><div align="center"></div></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" class="tb_data" id="tb_query">
<thead>
<tr>
<td width="25%" align="center">组名</td>
<td width="75%" align="center"> </td>
</tr>
</thead>
<tr>
<td height="20"><input type="text" name="group_name" id="group_name" maxlength="50"></td>
<td align="center" nowrap="nowrap"><div align="left">
<input type="submit" name="submit" value=" 提 交 " onclick="javascript:addGroup()">
<input type="submit" name="Submit" value=" 返 回 " onClick="window.close()">
</div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -