您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->三层新闻发布管理系统源码>>news2005/Web/otype.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层新闻发布管理系统源码
当前文件:文件类型 TreeLayerNews/news2005/Web/otype.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="otype.aspx.cs" Inherits="Web_otype" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3<table width="590" border="0" cellpadding="0" cellspacing="0"> 4<tr><td> 5 &nbsp;</td><td> 6 &nbsp;</td><td> 7 &nbsp;</td></tr> 8 <tr align="right"> 9 <td height="30" rowspan="2" style="width: 49px"><img src="../Web/images/sub.gif" width="31" height="30"></td> 10 <td width="76%" height="28" align="left"><FONT face="宋体"></FONT><FONT face="宋体"></FONT><FONT face="宋体"></FONT> 11 <asp:Label id="csort" runat="server"></asp:Label> 12 </td> 13 <td align="center" style="width: 18%"></td> 14 </tr> 15 <tr> 16 <td height="2" colspan="2" bgcolor="#6699cc"> 17 </td> 18 </tr> 19 <asp:Repeater id="Repeater1" runat="server"> 20 <ItemTemplate> 21 <tr> 22 <td height="24" align="center"></td> 23 <td height="24" colspan="2" style="BORDER-BOTTOM: #999999 1px dotted"> 24 <a href='ListView.aspx?cid=<%#DataBinder.Eval(Container.DataItem,"id")%>' target="_blank"><%#DataBinder.Eval(Container.DataItem,"title")%></a><font color="#999999"> 25 [<%#Convert.ToDateTime(DataBinder.Eval(Container.DataItem,"infotime")).ToShortDateString()%>] (阅读<font color="#ff0000"><%#DataBinder.Eval(Container.DataItem,"hits")%></font>次)</font> 26 </td> 27 </tr> 28 </ItemTemplate> 29 </asp:Repeater> 30 <tr valign="bottom"> 31 <td height="30" colspan="3" align="center"> 32 </td> 33 </tr> 34 <tr><td height=20 style="width: 49px"></td></tr> 35</table> 36</asp:Content> 37 38
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:三层新闻发布管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号