您目前尚未登陆,请选择【登陆】或【注册
首页->全站代码->WebQuest发布系统源码及文档>>Admin/admin_webquest_models.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:WebQuest发布系统源码及文档
当前文件:文件类型 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 &nbsp;<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
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:WebQuest发布系统源码及文档
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号