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

📄 ajaxtopnewpost.ascx

📁 Nt Discuz论坛2.6版更改头部导航栏插件
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ajaxtopnewpost.ascx.cs" Inherits="Discuz.Space.Manage.ajaxtopnewpost" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Import namespace="Discuz.Entity" %>
<%if(Discuz.Common.DNTRequest.GetString("load")!="true")
{
    Response.Write(WriteLoadingDiv("loadajaxtopnewpost", "正在加载最新日志列表"));
}
else
{
    if(hidetitle == 0)
    {
        Response.Write("<h2 class=\"modtitle\"><span class=\"modtitle_text\">最新日志列表</span></h2>");
	}
    Response.Write("<div class=\"dnt-newpost\"><ul class=\"ItemContent\">");
	if(__spacepostinfos!=null)
	{
		foreach(SpacePostInfo __spacepostinfo in __spacepostinfos)
		{%>				
			<li><a href="viewspacepost.aspx?postid=<%=__spacepostinfo.Postid%>&spaceid=<%=spaceid%>" title="<%=__spacepostinfo.Title%>" target="_blank"><% = __spacepostinfo.Title.Length>20?__spacepostinfo.Title.Substring(0,15)+"..":__spacepostinfo.Title%></a></li>
		<%}
	}
    Response.Write("</ul></div>");
}%>	

⌨️ 快捷键说明

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