addtz.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:5k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" validateRequest="false" CodeFile="addtz.aspx.cs" Inherits="tzManager_addtz" %>
- <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
- <!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>
- <style type="text/css">
- <!--
- body {
- margin-top: 2px;
- }
- -->
- div.RoundedCorner{background: #5AAE18}
- b.rtop, b.rbottom{display:block;background: #FFF}
- b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18}
- b.r1{margin: 0 4px}
- b.r2{margin: 0 3px}
- b.r3{margin: 0 2px}
- b.rtop b.r4, {margin: 0 1px;height: 1px}
- .style1 {
- font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- </style>
- <title>写通知</title>
- <link href="../css/link.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div align="center">
- <form runat="server" method="post" action="mohuchaxun.aspx" onsubmit="return dis()" id="Form1" >
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <table width="96%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="33%" valign="middle"> </td>
- <td width="47%" valign="middle"><div align="right">
- <asp:TextBox ID="txtwhere" runat="server"></asp:TextBox>
- <asp:Button ID="btnselect" runat="server" OnClick="btnselect_Click" Text="查 询" />
- </div></td>
- <td width="3%"><div align="center">
- <img src="../images/huiyan/jieshoutongzhi.gif" /></div></td>
- <td width="7%"><span class="style4"><a href="sendwordindex.aspx" class="style4">接收通知</a></span></td>
- <td width="2%"><span class="style4">
- <img src="../images/huiyan/tongzhiguanli.gif" /></span></td>
- <td width="7%"><div align="center" class="style4"><a href="guanlitongzhi.aspx">通知管理</a> </div></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <div class="RoundedCorner">
- <b class="rtop"><b class="r1"></b><b class="r2"></b>
- <b class="r3"></b><b class="r4"></b></b> <span class="style1">发 布 通 知</span></div>
- <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
- <tr>
- <td height="250" bgcolor="#FFFFFF">
- <table width="99%" border="0" cellpadding="0" cellspacing="0">
- <tr bgcolor="#FFFFFF">
- <td colspan="2"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2" style="height: 11px"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td width="90" style="height: 25px"> 标 题:</td>
- <td width="660" bgcolor="#FFFFFF" style="height: 25px; text-align: left">
- <asp:TextBox ID="txtTitle" runat="server" Width="75%" Wrap="False"></asp:TextBox></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><div align="left" style="text-align: center"><br/>
- <table width="11" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td style="width: 71px; height: 36px"> 内 容:</td>
- </tr>
- <tr>
- <td style="width: 71px">
- <img src="../images/huiyan/neirong.gif" /></td>
- </tr>
- </table>
- </div></td>
- <td bgcolor="#FFFFFF" style="text-align: left">
- <ftb:freetextbox id="ftbContent" runat="server"></ftb:freetextbox>
- </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2" style="height: 15px"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="8" colspan="2"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2" height="4"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td>
-
- </td>
- <td bgcolor="#FFFFFF" style="text-align: left">
- <asp:Button ID="btnfabu" runat="server" Height="28px" OnClick="btnfabu_Click"
- Text=" 发 布 " />
-
- <asp:Button ID="btnquxiao" runat="server" Height="28px" Text=" 取 消 " OnClick="btnquxiao_Click" />
-
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </div>
- </body>
- </html>