⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addtz.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ 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">&nbsp;</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="查 询" />&nbsp;
                  </div></td>
              <td width="3%"><div align="center">
                  &nbsp;<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>
                       &nbsp;&nbsp;
                   </td>
                   <td bgcolor="#FFFFFF" style="text-align: left">
                       &nbsp;<asp:Button ID="btnfabu" runat="server" Height="28px" OnClick="btnfabu_Click"
                           Text=" 发 布 " />
                       &nbsp;
                       <asp:Button ID="btnquxiao" runat="server" Height="28px" Text=" 取 消 " OnClick="btnquxiao_Click" />&nbsp; &nbsp;
                       &nbsp;&nbsp;
                   </td>
                 </tr>
               </table>
               
               </td>         
           </tr>
        </table>  
     </form>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -