?? 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>錄入客戶服務(wù)信息</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("請輸入服務(wù)方式!");
return false;
}
if(document.clientServerForm.serverMode.value != "")
{
if(document.clientServerForm.serverMode.value.length > 20)
{
alert("你輸入的服務(wù)方式長度過長,最長為10個字符!");
return false;
}
}
if(document.clientServerForm.serverTime.value == "")
{
alert("請輸入服務(wù)時間!");
return false;
}
if(document.clientServerForm.serverTime.value != "")
{
if(document.clientServerForm.serverTime.value.length > 20)
{
alert("你輸入的服務(wù)時間長度太長,不能插入!");
return false;
}
}
if(document.clientServerForm.serverContent.value == "" && document.clientServerForm.fkInfo.value == "")
{
alert("服務(wù)內(nèi)容與反饋信息至少要填寫一頂!");
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"> 錄入客戶服務(wù)信息</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">
服務(wù)編號
</div>
</td>
<td width="174" bgcolor="#FFFFFF">
(自動生成)
</td>
<td width="80" bgcolor="#FFFFFF">
<div align="center">
服務(wù)方式
</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">
服務(wù)時間
</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">
服務(wù)內(nèi)容
</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">
反饋內(nèi)容
</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -