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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MeetingApply.aspx.cs" Inherits="General_MeetingApply" %>
  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.        <script type="text/javascript">
  7.           function GetMyValue(contrlname,myvalue)
  8.           {
  9.            if(typeof(myvalue)=="undefined")
  10.            {}
  11.            else
  12.            {
  13.            document.getElementById(contrlname).value+=myvalue+',';
  14.            }
  15.           }
  16.           function clr(contrlname)
  17.           {
  18.            document.getElementById(contrlname).value='';
  19.           }
  20.   </script>
  21. </head>
  22.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  23. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  24. <form runat="server" id="fm1">
  25.     <br>
  26.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  27.         border="0">
  28.         <tr>
  29.             <th colspan="3" style="height: 25px">
  30.                 会议申请</th>
  31.         </tr>
  32.                <tr>
  33.             <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
  34.                 <span class="big3">会议申请(<font size="2">申请之前,请查询“待批”,“已批准”,“进行中”三种状态的会议,以避免时间冲突</font>)</span>
  35.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  36.                     class="small" width="80%">
  37.                     <tr>
  38.                         <td class="usertablerow2" style="width: 180px">
  39.                             会议室:</td>
  40.                         <td class="usertablerow2">
  41.                             <asp:DropDownList ID="KeyValue_HYS" runat="server" AutoPostBack="True" CssClass="BigSelect"
  42.                                 OnSelectedIndexChanged="KeyValue_HYS_SelectedIndexChanged">
  43.                             </asp:DropDownList>&nbsp;&nbsp;
  44.                        </td>
  45.                     </tr>                    
  46.                     <tr>
  47.                         <td class="usertablerow2" style="width: 180px">
  48.                             名 称:</td>
  49.                         <td class="usertablerow2">
  50.                             <asp:TextBox ID="KeyValue_MC" runat="server" CssClass="BigInput" Width="255px"></asp:TextBox></td>
  51.                     </tr>
  52.                     <tr>
  53.                         <td class="usertablerow2" style="width: 180px">
  54.                             主 题:</td>
  55.                         <td class="usertablerow2">
  56.                             <asp:TextBox ID="KeyValue_ZT" runat="server" CssClass="BigInput" Width="255px"></asp:TextBox></td>
  57.                     </tr>
  58.                     <tr>
  59.                         <td class="usertablerow2" style="width: 180px">
  60.                             描 述(即申请原因):</td>
  61.                         <td class="usertablerow2">
  62.                             <asp:TextBox ID="KeyValue_MS" runat="server" Columns="55" CssClass="BigInput" Rows="3"
  63.                                 TextMode="MultiLine" Width="255px"></asp:TextBox></td>
  64.                     </tr>
  65.                     <tr>
  66.                         <td class="usertablerow2" style="width: 180px">
  67.                             申请人:</td>
  68.                         <td class="usertablerow2">
  69.                             <asp:TextBox ID="KeyValue_SQR" runat="server" CssClass="BigInput" Width="140px" ReadOnly="true"></asp:TextBox></td>
  70.                     </tr>
  71.                     <tr>
  72.                         <td class="usertablerow2" style="width: 180px">
  73.                             出席人员(内部):</td>
  74.                         <td class="usertablerow2">
  75.                             <asp:TextBox ID="KeyValue_CXRYNB" runat="server" Columns="55" CssClass="BigInput" Height="74px" Rows="3" TextMode="MultiLine" Width="327px"></asp:TextBox>
  76.                             <input type="Button" id="Leader2Button1"  Class="ptsbutton" onclick="GetMyValue('KeyValue_CXRYNB',window.showModalDialog('../SelectForm/SelectUserForm.aspx'))" value="添加"  />
  77.                             <input type="Button"  Class="ptsbutton" value="清空" onclick="clr('KeyValue_CXRYNB')" />
  78.                         </td>
  79.                     </tr>
  80.                     <tr>
  81.                         <td class="usertablerow2" style="width: 180px">
  82.                             出席人员(外部):</td>
  83.                         <td class="usertablerow2">
  84.                             <asp:TextBox ID="KeyValue_CXRYWB" runat="server" Columns="55" CssClass="BigInput" Height="74px"
  85.                                 Rows="3" TextMode="MultiLine" Width="327px"></asp:TextBox></td>
  86.                     </tr>
  87.                     <tr>
  88.                         <td class="usertablerow2" style="width: 180px">
  89.                             开始时间:</td>
  90.                         <td class="usertablerow2">
  91.                             <asp:TextBox ID="KeyValue_KSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  92.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  93.                             <img src="../images/clock.gif" />
  94.                         </td>
  95.                     </tr>
  96.                     <tr>
  97.                         <td class="usertablerow2" style="width: 180px">
  98.                             结束时间:</td>
  99.                         <td class="usertablerow2">
  100.                             <asp:TextBox ID="KeyValue_JSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  101.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  102.                             <img src="../images/clock.gif" />
  103.                         </td>
  104.                     </tr>
  105.                     <tr>
  106.                         <td class="usertablerow2" style="width: 180px">
  107.                             会议管理员:</td>
  108.                         <td class="usertablerow2">
  109.                             <asp:DropDownList ID="KeyValue_HYGLY" runat="server" CssClass="BigSelect" >
  110.                             </asp:DropDownList></td>
  111.                     </tr>
  112.                     <tr>
  113.                         <td class="usertablerow2" style="width: 180px">
  114.                             申请时间:</td>
  115.                         <td class="usertablerow2">
  116.                             <asp:TextBox ID="KeyValue_SQSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  117.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  118.                             <img src="../images/clock.gif" /></td>
  119.                     </tr>                    
  120. <%--                    <tr>
  121.                         <td class="usertablerow2">
  122.                             提醒会议管理员:</td>
  123.                         <td class="usertablerow2">
  124.                             <input id="ckbSms" checked="checked" name="ckbSms" type="checkbox" /><label for="ckbSms">使用内部短信</label>
  125.                             <input id="ckbMobile" name="ckbMobile" type="checkbox" /><label for="ckbMobile">使用手机短信</label></td>
  126.                     </tr>
  127.                     <tr>
  128.                         <td class="usertablerow2">
  129.                             通知出席人员:</td>
  130.                         <td class="usertablerow2">
  131.                             <input id="ckbSmsRemind" checked="checked" name="ckbSmsRemind" type="checkbox" /><label
  132.                                 for="ckbSmsRemind">使用内部短信</label>
  133.                             <input id="ckbMobileRemind" name="ckbMobileRemind" type="checkbox" /><label for="ckbMobileRemind">使用手机短信</label></td>
  134.                     </tr>--%>
  135.           
  136.                 </table>
  137.                 <br />
  138.                 <div align="center">
  139.                     <div id="pnlMain">
  140.                         <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  141.                             class="small" width="80%">
  142.                             <tr>
  143.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 180px">
  144.                                     会议室名称:</td>
  145.                                 <td class="usertablerow2">
  146.                                     <%=StrHtmlMC %></td>
  147.                             </tr>
  148.                             <tr>
  149.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 180px">
  150.                                     预定情况:</td>
  151.                                 <td class="usertablerow2">
  152.                                     <%--<a href="#" onclick="window.location='VehicleWait.aspx'" title="点击查看详情"><span style="color: #0000ff; text-decoration: underline">dddgd</span></a>  --%>
  153.                                     <%=StrHtmlYDQK %>
  154.                                 </td>
  155.                             </tr>
  156.                             <tr style="color: #0000ff; text-decoration: underline">
  157.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 180px">
  158.                                     当前状态:</td>
  159.                                 <td class="usertablerow2">
  160.                                     <%=StrHtmlDQZT %></td>
  161.                             </tr>
  162.                         </table>
  163.                     </div>
  164.         
  165.                 </div>            
  166.           
  167.          
  168.             </td>
  169.         </tr>
  170.         <tr>
  171.             <td align="center" class="usertablerow1" colspan="2">
  172.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  173.                     Text="添加" />
  174.                         &nbsp;&nbsp;
  175.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='MeetingWait.aspx'" /><div id="Div2">
  176.                                 </div>   </td>
  177.          
  178.         </tr>
  179.      
  180.     </table>
  181.     <br>
  182.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  183.         border="0">
  184.         <tr>
  185.             <th colspan="2">
  186.                 使用方法</th>
  187.         </tr>
  188.         <tr>
  189.             <td class="usertablerow1" align="right" width="11%">
  190.                 <strong>特殊说明</strong></td>
  191.             <td class="usertablerow1" width="89%">
  192.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  193.         </tr>
  194.     </table>
  195.     </form>
  196.     
  197. </body>
  198. </html>