EntertainTypeSetting.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:4k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="EntertainTypeSetting.aspx.cs" Inherits="Entertain_EntertainTypeSetting" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 值班类型设置</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  20.                     class="small" width="400">
  21.                     <tr>
  22.                         <td class="usertablerow2">
  23.                             类别名称:</td>
  24.                         <td class="usertablerow2" style="width: 286px">
  25.                             <input id="txtTypeName" class="BigInput" maxlength="50" name="txtTypeName" size="25" />
  26.                         </td>
  27.                     </tr></table>
  28.                 <br />
  29.                          <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  30.                     class="small" width="400">
  31.                           <tr>
  32.                         <td class="usertablerow2" style="width: 208px; height: 25px" align="center">
  33.                             类别名称</td>
  34.                         <td class="usertablerow2" style="width: 286px; height: 25px;" align="center">
  35.                             操作
  36.                         </td>
  37.                     </tr>
  38.                                 <tr>
  39.                         <td class="usertablerow2" style="width: 208px" align="center">
  40.                             来访</td>
  41.                         <td class="usertablerow2" style="width: 286px" align="center">
  42.                            <a href="#"> 删除</a>
  43.                         </td>
  44.                     </tr>
  45.                                      <tr>
  46.                         <td class="usertablerow2" style="width: 208px" align="center">
  47.                             审查</td>
  48.                         <td class="usertablerow2" style="width: 286px" align="center">
  49.                            <a href="#"> 删除</a>
  50.                         </td>
  51.                     </tr>
  52.                                             <tr>
  53.                         <td class="usertablerow2" style="width: 208px" align="center">
  54.                             客户</td>
  55.                         <td class="usertablerow2" style="width: 286px" align="center">
  56.                            <a href="#"> 删除</a>
  57.                         </td>
  58.                     </tr>
  59.                 </table>
  60.                 
  61.          
  62.             </td>
  63.         </tr>
  64.         <tr>
  65.             <td align="center" class="usertablerow1" colspan="2">
  66.                 &nbsp;
  67.                 <input type="Button" id="Button2"  Class="ptsbutton" value="添加"  />
  68.                         &nbsp;&nbsp;
  69.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='CardManager.aspx'" /><div id="Div2">
  70.                                 </div>   </td>
  71.          
  72.         </tr>
  73.      
  74.     </table>
  75.     <br>
  76.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  77.         border="0">
  78.         <tr>
  79.             <th colspan="2">
  80.                 使用方法</th>
  81.         </tr>
  82.         <tr>
  83.             <td class="usertablerow1" align="right" width="11%">
  84.                 <strong>特殊说明</strong></td>
  85.             <td class="usertablerow1" width="89%">
  86.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  87.         </tr>
  88.     </table>
  89.     </form>
  90.     
  91. </body>
  92. </html>