besttopic.tpl

来自「动网8.2SQL商业版[20081021]版」· TPL 代码 · 共 1 行

TPL
1
字号
query|||7200|||bbs|||select top 10  B.PostUserName, B.Title, B.Rootid as topicid, B.Boardid, B.Dateandtime as topictime, B.Announceid as postid, B.Id as bestid, B.Expression From Dv_BestTopic B INNER JOIN Dv_Topic T ON B.RootID = T.TopicID where B.boardid not in(444,777) and Datediff(day, B.DateAndTime, GetDate()) <= 90 order by B.id desc|||<ul>|||<LI><A href="dispbbs.asp?boardid={$Boardid}&amp;id={$ID}">{$Topic}</A></LI>|||</ul>|||10$1$1$$0$2$3|||28|||2

⌨️ 快捷键说明

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