📄 addclientserver.jsp
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>录入客户服务信息</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #333333;
}
a:active {
text-decoration: none;
color: #333333;
}
-->
</style>
<link href="../css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {
font-size: 14px;
font-weight: bold;
}
.STYLE2 {
color: #FFFFFF;
font-weight: bold;
}
.STYLE3 {font-size: 14px}
-->
</style>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script type="text/javascript">
function fan(){
window.location="/oa/showOneEmpAllClientInfo.do";
}
function checkAdd()
{
if(document.clientServerForm.serverMode.value == "")
{
alert("请输入服务方式!");
return false;
}
if(document.clientServerForm.serverMode.value != "")
{
if(document.clientServerForm.serverMode.value.length > 20)
{
alert("你输入的服务方式长度过长,最长为10个字符!");
return false;
}
}
if(document.clientServerForm.serverTime.value == "")
{
alert("请输入服务时间!");
return false;
}
if(document.clientServerForm.serverTime.value != "")
{
if(document.clientServerForm.serverTime.value.length > 20)
{
alert("你输入的服务时间长度太长,不能插入!");
return false;
}
}
if(document.clientServerForm.serverContent.value == "" && document.clientServerForm.fkInfo.value == "")
{
alert("服务内容与反馈信息至少要填写一顶!");
return false;
}
return true;
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body>
<html:form action="/addClientServer" method="request">
<table width="557" border="0" cellpadding="0" cellspacing="1"
bgcolor="#3868F8">
<tr>
<td width="435" height="25" bgcolor="#A4B5E3">
<span class="STYLE1"> </span><span class="STYLE3"><span
class="STYLE2"> 录入客户服务信息</span> </span>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" valign="top"
style="padding-bottom:5px; padding-top:8px; padding-left:5px; padding-right:5px;">
<table width="533" border="0" align="center" cellpadding="0"
cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td width="80" height="22" bgcolor="#FFFFFF">
<div align="center">
服务编号
</div>
</td>
<td width="174" bgcolor="#FFFFFF">
(自动生成)
</td>
<td width="80" bgcolor="#FFFFFF">
<div align="center">
服务方式
</div>
</td>
<td width="94" bgcolor="#FFFFFF">
<html:text property="serverMode"></html:text>
</td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF">
<div align="center">
录入时间
</div>
</td>
<td height="22" bgcolor="#FFFFFF">
(自动生成)
</td>
<td height="22" bgcolor="#FFFFFF">
<div align="center">
操作编号
</div>
</td>
<td height="22" bgcolor="#FFFFFF">
(自动生成)
</td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF">
<div align="center">
服务时间
</div>
</td>
<td height="22" bgcolor="#FFFFFF" colspan="3">
<html:text property="serverTime" size="20"></html:text>
</td>
</tr>
<tr>
<td width="80" height="22" bgcolor="#FFFFFF">
<div align="center">
服务内容
</div>
</td>
<td height="22" colspan="3" bgcolor="#FFFFFF"
style="padding-bottom:4px; padding-top:6px;">
<html:textarea property="serverContent" rows="3" cols="55"></html:textarea>
</td>
</tr>
<tr>
<td width="80" height="22" bgcolor="#FFFFFF">
<div align="center">
反馈内容
</div>
</td>
<td height="22" colspan="3" bgcolor="#FFFFFF"
style="padding-bottom:4px; padding-top:6px;">
<html:textarea property="fkInfo" rows="3" cols="55"></html:textarea>
</td>
</tr>
<tr>
<td height="35" colspan="4" bgcolor="#FFFFFF">
<div align="center">
<input name="Submit2" type="submit" class="anniu" value="提 交" onclick="return checkAdd();" />
<input name="Submit22" type="reset" class="anniu" value="重 填" />
<input name="Submit21" type="button" class="anniu" value="返回"
onclick="return fan()" />
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -