BBSEdit.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:2k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="BBSEdit.aspx.cs" Inherits="BBS_BBSEdit" %>
- <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </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">
- <br />
- 主题:<asp:TextBox ID="TextBoxTitle" runat="server" Width="229px"></asp:TextBox> 版块:<asp:DropDownList ID="DropDownListType" runat="server">
- </asp:DropDownList><br />
- <br />
- <ce:editor id="Editor1" runat="server" Height="450px" Width="100%" editorwysiwygmodecss="example.css"></ce:editor>
-
-
-
-
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" Class="ptsbutton" runat="server" Text="发表" OnClick="Button1_Click" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><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>