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

📄 about.aspx

📁 小E单班同学录系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="About.aspx.cs" Inherits="Admin_About" %>

<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>

<!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 runat="server">
    <title>无标题页</title>
    <link href="Image/Admin.css" rel="stylesheet" />
</head>
<body>
<form id="form1" runat="server">
<div>
<br /><div id="CommonBody">
<table cellspacing="1" cellpadding="5" width="70%" border="0" id="CommonListArea" align="center">
<tbody>
<tr id="CommonListTitle">
<td align="center">
    关于班级</td>
</tr>
<tr id="CommonListCell">
<td align="center" style="background-color:#FFF">
    <FCKeditorV2:FCKeditor ID="fck" runat="server" Height="400px" Width="580px">
    </FCKeditorV2:FCKeditor>
</td>
</tr>
<tr class="tr">
<td align="center" style="background-color:#FFF">
    <asp:Button ID="btnSub" runat="server" Text="提 交" OnClick="btnSub_Click" />      <input id="Reset1" type="reset" value="重 置" /></td>
</tr>
</tbody>

</table>
</div>
</div>
<div id="CommonFooter"><hr width="80%" SIZE="0" id="Hr1" />Powered by <a target="_blank" href="http://19870123.cn"><b>http://19870123.cn</b></a>
&nbsp;&copy; 2006-2007, <b><a target="_blank" href="http://19870123.cn">Leehom</a></b></div>
<asp:Literal ID="ltlMessage" runat="server"></asp:Literal>    </form>
</body>
</html>

⌨️ 快捷键说明

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