温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:WebQuest发布系统源码及文档
当前文件:
WebQuest/Admin/admin_webquest_models.aspx,打开代码结构图
WebQuest/Admin/admin_webquest_models.aspx,打开代码结构图1<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_webquest_models.aspx.cs" Inherits="admin_webquest_models" Title="Quick-WebQuest" %> 2
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %><asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"><div id="main"> 3
<table width="800"> 4
<tr> 5
<td class="bright" style="width: 82px; height: 24px"> 6
</td> 7
<td class="ddl" style="width: 413px; height: 24px"> 8
模块添加</td> 9
</tr> 10
<tr> 11
<td class="bright" style="width: 82px; height: 24px"> 12
<asp:Label ID="Label6" runat="server" Text=" WebQuest模块"></asp:Label></td> 13
<td class="ddl" style="width: 413px; height: 24px"> 14
<asp:DropDownList ID="ddlModel" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlModel_SelectedIndexChanged"> 15
</asp:DropDownList></td> 16
</tr> 17
<tr> 18
<td class="bright" style="width: 82px"> 19
</td> 20
<td class="ddl" style="width: 413px"> 21
<fckeditorv2:fckeditor id="FCKeditor1" runat="server" width="100%" Height="400px"></fckeditorv2:fckeditor> 22
</td> 23
</tr> 24
<tr> 25
<td class="bright" style="width: 82px"> 26
</td> 27
<td class="ddl" style="width: 413px"> 28
<asp:Button ID="btnOk" runat="server" OnClick="btnOk_Click" Text="发布" /> 29
<asp:Label ID="Label5" runat="server" ForeColor="Red"></asp:Label> 30
<asp:LinkButton ID="LinkButton1" runat="server" BackColor="Transparent" Enabled="False" 31
ForeColor="Red" OnClick="LinkButton1_Click" Visible="False">查看</asp:LinkButton></td> 32
</tr> 33
</table> 34
</div> 35
</asp:Content> 36
37



