messageBoard.aspx
资源名称:MEIMS.rar [点击查看]
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:1k
源码类别:
数据库编程
开发平台:
Visual C++
- <%@ Page Language="C#" MasterPageFile = "../MasterPage2.master" AutoEventWireup="true" CodeFile="messageBoard.aspx.cs" Inherits="student_messageBoard" %>
- <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
- <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
- <div style="margin-top:10px;height:380px; margin-left:100px; width:500px;">
- <div style="float:left;">
- <img src="../image/biaoti_xiushi.gif" width="21" height="21" longdesc="../image/biaoti_xiushi.gif" />
- </div>
- <div style="float:left;">
- <span class="STYLE4">自我推荐</span>
- </div>
- <div style="background-image:url(../image/division.JPG);background-repeat:repeat-x; height:2px; width:500px;">
- </div>
- <div>
- <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" Width="500px" Height="500px" AutoDetectLanguage="false" DefaultLanguage="zh-cn">
- </FCKeditorV2:FCKeditor>
- </div>
- <div style="width:560px; height:20px; margin-bottom:5px; margin-top:20px;">
- <div style=" float:left; margin-left:100px;"></div>
- <asp:Button ID="Button2" runat="server" Text="确定" OnClick="submit_Click"/>
- <asp:Button ID="Button3" runat="server" Text="重置" OnClick="Button1_Click"/>
- </div>
- </div>
- </asp:Content>