Line 292: <asp:TemplateField HeaderText="标题">Line 293: <itemtemplate>Line 294: <a target="_blank" title="移动端URL" href="<%# Kesion.HtmlTags.BasicField.GetItemUrl(Utils.StrToInt(Eval("ChannelID")),Utils.StrToInt(Eval("InfoID")),true) %>"><span class="<%# GetInfoPic(Convert.ToString(Eval("DefaultPic"))) %>_<%=MyCache.GetCacheModel(ChannelID,4) %>"></span></a>Line 295: <a href="?channelid=<%# Eval("channelid") %>&classid=<%# Eval("classid") %>">[<%# MyCache.GetCacheClass(Convert.ToInt32(Eval("classid")),1) %>]</a>Line 296: <a href="<%# Kesion.HtmlTags.BasicField.GetItemUrl(Utils.StrToInt(Eval("ChannelID")),Utils.StrToInt(Eval("InfoID"))) %>" target="_blank" title='<%# Eval("Title") %>' style='color:<%# Eval("titlefontcolor")%>'><%# Utils.CutStr(Convert.ToString(Eval("Title")),50) %></a>
|