%@ Control Language="C#" Inherits="CMS.Controls.CMSAbstractTransformation" %>
|
|
<%-- Search result title --%>
<%-- Search result content --%>
<%# SearchHighlight(HTMLHelper.HTMLEncode(TextHelper.LimitLength(HttpUtility.HtmlDecode(HTMLHelper.StripTags(GetSearchedContent(DataHelper.GetNotEmpty(Eval("Content"), "")), false, " ")), 280, "...")), "", "") %>
<%-- Relevance, URL, Creattion --%>
<%-- Relevance --%>
"
style="width: 50px; border: solid 1px #aaaaaa; margin-top: 7px; margin-right: 6px;
float: left; color: #0000ff; font-size: 2pt; line-height: 4px; height: 4px;">
<%-- URL --%>
<%# SearchHighlight(SearchResultUrl(true), "", "") %>
<%-- Creation --%>
<%# GetDateTimeString(ValidationHelper.GetDateTime(Eval("Created"), DateTimeHelper.ZERO_TIME), true) %>
|