- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MeetingApply.aspx.cs" Inherits="General_MeetingApply" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- <script type="text/javascript">
- function GetMyValue(contrlname,myvalue)
- {
- if(typeof(myvalue)=="undefined")
- {}
- else
- {
- document.getElementById(contrlname).value+=myvalue+',';
- }
- }
- function clr(contrlname)
- {
- document.getElementById(contrlname).value='';
- }
- </script>
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 会议申请</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
- <span class="big3">会议申请(<font size="2">申请之前,请查询“待批”,“已批准”,“进行中”三种状态的会议,以避免时间冲突</font>)</span>
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="80%">
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 会议室:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_HYS" runat="server" AutoPostBack="True" CssClass="BigSelect"
- OnSelectedIndexChanged="KeyValue_HYS_SelectedIndexChanged">
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 名 称:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_MC" runat="server" CssClass="BigInput" Width="255px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 主 题:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_ZT" runat="server" CssClass="BigInput" Width="255px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 描 述(即申请原因):</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_MS" runat="server" Columns="55" CssClass="BigInput" Rows="3"
- TextMode="MultiLine" Width="255px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 申请人:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_SQR" runat="server" CssClass="BigInput" Width="140px" ReadOnly="true"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 出席人员(内部):</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_CXRYNB" runat="server" Columns="55" CssClass="BigInput" Height="74px" Rows="3" TextMode="MultiLine" Width="327px"></asp:TextBox>
- <input type="Button" id="Leader2Button1" Class="ptsbutton" onclick="GetMyValue('KeyValue_CXRYNB',window.showModalDialog('../SelectForm/SelectUserForm.aspx'))" value="添加" />
- <input type="Button" Class="ptsbutton" value="清空" onclick="clr('KeyValue_CXRYNB')" />
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 出席人员(外部):</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_CXRYWB" runat="server" Columns="55" CssClass="BigInput" Height="74px"
- Rows="3" TextMode="MultiLine" Width="327px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 开始时间:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_KSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- <img src="../images/clock.gif" />
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 结束时间:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_JSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- <img src="../images/clock.gif" />
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 会议管理员:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_HYGLY" runat="server" CssClass="BigSelect" >
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 180px">
- 申请时间:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_SQSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- <img src="../images/clock.gif" /></td>
- </tr>
- <%-- <tr>
- <td class="usertablerow2">
- 提醒会议管理员:</td>
- <td class="usertablerow2">
- <input id="ckbSms" checked="checked" name="ckbSms" type="checkbox" /><label for="ckbSms">使用内部短信</label>
- <input id="ckbMobile" name="ckbMobile" type="checkbox" /><label for="ckbMobile">使用手机短信</label></td>
- </tr>
- <tr>
- <td class="usertablerow2">
- 通知出席人员:</td>
- <td class="usertablerow2">
- <input id="ckbSmsRemind" checked="checked" name="ckbSmsRemind" type="checkbox" /><label
- for="ckbSmsRemind">使用内部短信</label>
- <input id="ckbMobileRemind" name="ckbMobileRemind" type="checkbox" /><label for="ckbMobileRemind">使用手机短信</label></td>
- </tr>--%>
- </table>
- <br />
- <div align="center">
- <div id="pnlMain">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="80%">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 180px">
- 会议室名称:</td>
- <td class="usertablerow2">
- <%=StrHtmlMC %></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 180px">
- 预定情况:</td>
- <td class="usertablerow2">
- <%--<a href="#" onclick="window.location='VehicleWait.aspx'" title="点击查看详情"><span style="color: #0000ff; text-decoration: underline">dddgd</span></a> --%>
- <%=StrHtmlYDQK %>
- </td>
- </tr>
- <tr style="color: #0000ff; text-decoration: underline">
- <td class="usertablerow2" nowrap="nowrap" style="width: 180px">
- 当前状态:</td>
- <td class="usertablerow2">
- <%=StrHtmlDQZT %></td>
- </tr>
- </table>
- </div>
- </div>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="添加" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='MeetingWait.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>