您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->BlogEngine v1.3 多皮肤多语言版源码>>admin/Pages/Pages.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:BlogEngine v1.3 多皮肤多语言版源码


当前文件路径:BlogEngine/admin/Pages/Pages.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/admin/admin1.master" AutoEventWireup="true" CodeFile="Pages.aspx.cs" ValidateRequest="false" Inherits="admin_Pages_pages" Title="Add page" %> 2<%@ Register Src="../htmlEditor.ascx" TagPrefix="Blog" TagName="TextEditor" %> 3 4<asp:Content ID="Content1" ContentPlaceHolderID="cphAdmin" Runat="Server"> 5 <script type="text/javascript"> 6 function ToggleVisibility() 7 { 8 var element = document.getElementById('<%=ulPages.ClientID%>'); 9 if (element.style.display == "none") 10 element.style.display = "block"; 11 else 12 element.style.display = "none"; 13 } 14 </script> 15 16 <div id="divPages" runat="server" visible="true" enableviewstate="False" style="margin-bottom: 10px"> 17 <a id="aPages" runat="server" href="javascript:void(ToggleVisibility());" /> 18 <ul id="ulPages" runat="server" style="display:none;list-style-type:circle" /> 19 </div> 20 21 <label for="<%=txtTitle.ClientID %>"><%=Resources.labels.title %></label> 22 <asp:TextBox runat="server" ID="txtTitle" Width="400px" /> 23 <asp:RequiredFieldValidator runat="server" ControlToValidate="txtTitle" Display="Dynamic" ErrorMessage="Please enter a title" />&nbsp;&nbsp;&nbsp; 24 25 <label for="<%=ddlParent.ClientID %>"><%=Resources.labels.selectParent %></label> 26 <asp:DropDownList runat="server" id="ddlParent" />&nbsp;&nbsp;&nbsp; 27 28 <asp:CheckBox runat="Server" ID="cbIsFrontPage" Text="<%$ Resources:labels, isFrontPage %>" /> 29 30 <asp:CheckBox runat="Server" ID="cbShowInList" Text="<%$ Resources:labels, showInList %>" Checked="true" /> 31 <br /><br /> 32 33 <blog:TextEditor runat="server" id="txtContent" TabIndex="4" /> 34 35 <table id="entrySettings"> 36 <tr> 37 <td class="label"><%=Resources.labels.uploadImage %></td> 38 <td> 39 <asp:FileUpload runat="server" ID="txtUploadImage" Width="400" /> 40 <asp:Button runat="server" ID="btnUploadImage" Text="Upload" CausesValidation="False" /> 41 </td> 42 </tr> 43 <tr> 44 <td class="label"><%=Resources.labels.uploadFile %></td> 45 <td> 46 <asp:FileUpload runat="server" ID="txtUploadFile" Width="400" /> 47 <asp:Button runat="server" ID="btnUploadFile" Text="Upload" CausesValidation="False" ValidationGroup="fileUpload" /> 48 <asp:RequiredFieldValidator runat="server" ControlToValidate="txtUploadFile" ErrorMessage="Specify a file name" ValidationGroup="fileUpload" /> 49 </td> 50 </tr> 51 <tr> 52 <td class="label"><%=Resources.labels.description %></td> 53 <td><asp:TextBox runat="server" ID="txtDescription" TextMode="multiLine" Columns="50" Rows="5" /></td> 54 </tr> 55 <tr> 56 <td class="label"><%=Resources.labels.keywords %></td> 57 <td><asp:TextBox runat="server" ID="txtKeyword" Width="400" /></td> 58 </tr> 59 <tr> 60 <td class="label"><%=Resources.labels.settings %></td> 61 <td><asp:CheckBox runat="Server" ID="cbIsPublished" Checked="true" Text="<%$ Resources:labels, publish %>" /></td> 62 </tr> 63 </table> 64 65 <div style="text-align:right"> 66 <asp:Button runat="server" ID="btnSave" /> 67 </div> 68 <br /> 69</asp:Content>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:BlogEngine v1.3 多皮肤多语言版源码

- 安徽某画室网站源码

- 小孔子文章管理系统(Ajax+C#..

- 小风留言板1.0源码

- Asp.net客户管理系统源码

- 三层结构示例项目源码 Codem..

- 森林Asp.net留言板(C#.net)源..

- hww企业网站实用源码 V2.0

- 易想商城V2.41源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号