?? showonequitclientinfooneserver.jsp
字號:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ 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 fanhui(){
window.location="/oa/showOneQuitClientInfo.do";
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<table width="437" 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="433" 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">
<bean:write name="clientServer" property="serverId" />
</td>
<td width="80" bgcolor="#FFFFFF">
<div align="center">
服務方式:
</div>
</td>
<td width="94" bgcolor="#FFFFFF">
<bean:write name="clientServer" property="serverMode" />
</td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF">
<div align="center">
錄入時間:
</div>
</td>
<td height="22" bgcolor="#FFFFFF">
<bean:write name="clientServer" property="createData" />
</td>
<td height="22" bgcolor="#FFFFFF">
<div align="center">
操作編號:
</div>
</td>
<td height="22" bgcolor="#FFFFFF">
<bean:write name="clientServer" property="empId" />
</td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF">
<div align="center">
服務時間:
</div>
</td>
<td height="22" bgcolor="#FFFFFF">
<bean:write name="clientServer" property="serverTime" />
</td>
<td height="22" bgcolor="#FFFFFF">
</td>
<td height="22" bgcolor="#FFFFFF">
</td>
</tr>
<logic:equal value="" name="cleintServer" parameter="serverContent">
<tr>
<td height="22" bgcolor="#FFFFFF" valign="top"
style="padding-left:10px; padding-right:5px; padding-top:8px;">
服務內容:
</td>
<td height="22" colspan="3" bgcolor="#FFFFFF"
style="padding-bottom:4px; padding-top:6px; padding-left:6px; padding-right:6px;">
<html:textarea property="serverContent" name="clientServer"
readonly="true" rows="3" cols="39"></html:textarea>
</td>
</tr>
</logic:equal>
<logic:equal value="" name="cleintServer" parameter="fkInfo">
<tr>
<td height="22" bgcolor="#FFFFFF" valign="top"
style="padding-left:10px; padding-right:5px; padding-top:8px;">
反饋信息:
</td>
<td height="22" colspan="3" bgcolor="#FFFFFF"
style="padding-bottom:4px; padding-top:6px; padding-left:6px; padding-right:6px;">
<html:textarea property="fkInfo" name="clientServer" rows="3"
readonly="true" cols="39"></html:textarea>
</td>
</tr>
</logic:equal>
<tr>
<td height="35" colspan="4" bgcolor="#FFFFFF">
<div align="center">
<input type="button" onClick="return fanhui();" value="返回">
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -