感谢大家长期以来对科讯的关注与支持!!!
附送常用自定义SQL标签
WAP最新日志
Select top 5 ID,UserName,Title From KS_BlogInfo Where Status=0 Order By ID Desc
[loop=5]
<a href="/Wap/Space/List.asp?ID={$Field(ID,Num,0,2)}&UserName={$Field(UserName,Text,0,...,2,)}&{$WapValue}">{$Field(Title,Text,0,...,2,)}</a><br/>
[/loop]
WAP最新评论
Select top 5 LogID,UserName,Title From KS_BlogComment Order By AddDate Desc
[loop=5]
<a href="/Wap/Space/List.asp?ID={$Field(LogID,Num,0,2)}&UserName={$Field(UserName,Text,0,...,2,)}&{$WapValue}">{$Field(Title,Text,0,...,2,)}</a><br/>
[/loop]
WAP最新图册
Select top 1 ID,UserName,PhotoUrl,xcname,xps,hits from KS_Photoxc order by id desc
[loop=1]
<img src="{$Field(PhotoUrl,Text,0,...,0,)}" Width="140" height="100" alt="."/><br/>
<a href="/Wap/Space/ShowPhoto.asp?UserName={$Field(UserName,Text,0,...,0,)}&xcid={$Field(ID,Num,0,2)}&{$WapValue}">{$Field(xcname,Text,0,...,0,)}({$Field(xps,Num,0,2)}/{$Field(hits,Num,0,2)})</a><br/>
[/loop]