- <%@ page language="C#" autoeventwireup="true" inherits="SysManage_Notice, App_Web_rlki_npp" theme="Normal" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>新建工作流公告</title>
- <base target="_self" />
- <script src="../js/calendar.js" type="text/javascript"></script>
- <script type="text/javascript">
- function modelesswin(url,mwidth,mheight)
- {
- var a=new Array(2);
- if (document.all&&window.print)
- {
- var re=window.showModalDialog(url,"","help:0;dialogWidth=350px;dialogHeight=400px,status=no;scroll=no;");
- if (re!=undefined)
- {
- a= re.split(',');
- document.getElementById("TB_AssUser").innerText=a[1];
- document.getElementById("txt_AssUserID").innerText=a[0];
- }
- }
- }
- </script>
- </head>
- <body bgcolor="#f7f7f7">
- <form id="form1" runat="server" >
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr valign="middle">
- <td height="25px" width="17%" >
- <img src="../Images/assignuser.ico" height="30" >
- </td>
- <td align="left" width="83%" style="font-size:15px">
- <strong> 更新工作流公告 </strong>
- </td>
- </tr>
- <tr>
- <td background="../Images/Menu_bg.jpg" height="20px">
- <img src="../Images/assignuser.ico" height="15px">
- </td>
- <td background="../Images/Menu_bg.jpg" align="left">
- </td>
- </tr>
- </TABLE>
- <TABLE width="100%" border="0" cellPadding="0" cellSpacing="0" >
- <tr>
- <td style="height: 24px; width: 80px;" > 公告标题:
- </td>
- <td style="width:180px; height: 27px;" >
- <asp:TextBox ID="TB_Title" runat="server" Width="120px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TB_Title" ValidationGroup="SaveButton" Display="Dynamic"></asp:RequiredFieldValidator>
- </td>
- <td style="height: 24px; width: 80px;"> 公告内容:
- </td>
- <td align="left" rowspan="2" valign="top" style="width: 200px">
- <asp:TextBox ID="TB_Content" runat="server" TextMode="MultiLine" Height="45px" Width="120px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TB_Content"
- Display="Dynamic" ErrorMessage="必填" ValidationGroup="SaveButton"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td style="height: 24px; width: 80px;">
- 失效时间:
- </td>
- <td style="height: 24px; width: 180px;">
- <asp:TextBox ID="TB_InvaidDate" runat="server" Width="120px" onfocus="setday(this)"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="必填" ControlToValidate="TB_InvaidDate" ValidationGroup="SaveButton" Display="Dynamic"></asp:RequiredFieldValidator>
- </td>
- <td style="height: 24px; width: 80px;"> </td>
- </tr>
- <tr height="2px">
- <td colspan="4" background="image/header_bg.gif" style="height: 2px"> </td>
- </tr>
- <tr height="10px" >
- <td style="height: 3px; width: 80px;"> 创建者:</td>
- <td style="height: 3px; width: 180px;">
- <asp:TextBox ID="TB_CreateUserID" runat="server" Width="120px" Enabled="false"></asp:TextBox></td>
- <td style="height: 3px; width: 80px;"> 公告时间:</td>
- <td style="height: 3px">
- <asp:TextBox ID="TB_NoticeDate" runat="server" Enabled="false" Width="120px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 23px; width: 80px;"> 接受角色:</td>
- <td style="width: 180px; height: 23px">
- <asp:DropDownList ID="DDL_Role" runat="server" Width="126px" AutoPostBack="True" OnSelectedIndexChanged="DDL_Role_SelectedIndexChanged" >
- </asp:DropDownList></td>
- <td style="height: 23px; width: 80px;">
- 接受用户:</td>
- <td style="height: 23px"> <asp:DropDownList ID="DDL_User" runat="server" Width="126px" >
- </asp:DropDownList></td>
- </tr>
- <tr height="20px">
- <td> </td>
- <td style="width: 180px"> </td>
- <td> </td>
- <td> </td>
- </tr>
- <tr height="2px">
- <td colspan="4" background="image/header_bg.gif"> </td>
- </tr>
- <%-- <tr>
- <td> </td>
- <td> </td>
- <td>
- <asp:Button ID="BT_Confirm" runat="server" Text="确 定" OnClick="BT_Confirm_Click" ValidationGroup="SaveButton"/>
- <button onclick="javascript: if(confirm('确认离开此页面吗?')){window.close();}" id="BT_Cancel"> 取 消</button>
- </td>
- <td> </td>
- </tr> --%>
- <tr>
- <td colspan="4" align="center">
- <asp:ImageButton ID="BT_Confirm" runat="server" ImageUrl="image/queding.gif" OnClick="BT_Confirm_Click" ValidationGroup="SaveButton"/>
- <asp:ImageButton ID="BT_Cancel" runat="server" ImageUrl="image/quxiao.gif" />
- </td>
- </tr>
- </TABLE>
- </form>
- </body>
- </html>