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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="BBSWrite.aspx.cs" Inherits="BBS_BBSWrite" %>
  2. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4. <html>
  5. <head>
  6.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  7. </head>
  8.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  9. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  10. <form runat="server" id="fm1">
  11.     <br>
  12.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  13.         border="0">
  14.         <tr>
  15.             <th colspan="3" style="height: 25px">
  16.                 发表新帖</th>
  17.         </tr>
  18.                <tr>
  19.                
  20.             <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
  21.                 <br />
  22.                 主题:<asp:TextBox ID="TextBoxTitle" runat="server" Width="229px"></asp:TextBox>  &nbsp; &nbsp;&nbsp;版块:<asp:DropDownList ID="DropDownListType" runat="server">
  23.                 </asp:DropDownList><br />
  24.                 <br />
  25.                 <ce:editor id="Editor1" runat="server" Height="450px" Width="100%" editorwysiwygmodecss="example.css"></ce:editor>
  26.               
  27.                
  28.        
  29.          
  30.             </td>
  31.         </tr>
  32.         <tr>
  33.             <td align="center" class="usertablerow1" colspan="2">
  34.                 <asp:Button ID="Button1" Class="ptsbutton"  runat="server" Text="发表" OnClick="Button1_Click" />
  35.                 &nbsp; &nbsp;&nbsp;
  36.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
  37.                                 </div>   </td>
  38.          
  39.         </tr>
  40.      
  41.     </table>
  42.     <br>
  43.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  44.         border="0">
  45.         <tr>
  46.             <th colspan="2">
  47.                 使用方法</th>
  48.         </tr>
  49.         <tr>
  50.             <td class="usertablerow1" align="right" width="11%">
  51.                 <strong>特殊说明</strong></td>
  52.             <td class="usertablerow1" width="89%">
  53.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  54.         </tr>
  55.     </table>
  56.     </form>
  57.     
  58. </body>
  59. </html>