% set url = $config.db_cgi_url %> <% set show_thumbnail = '' %> <%if Link_Type eq 'photo' and Image1_thumbnail %> <% set show_thumbnail = "$url/jump.cgi?ID=$ID&v=Image1_thumbnail" %> <%elseif Link_Type eq 'video' and Thumbnail_Path %> <% set show_thumbnail = "$url/jump.cgi?ID=$ID&v=Thumbnail_Path" %> <%elseif Link_Type eq 'video' and Thumbnail_URL and Thumbnail_URL ne 'http://' %> <% set show_thumbnail = $Thumbnail_URL %> <%endif%> <%rewrite_detail_url%>
<%if isValidated eq 'Yes'%><%endif%><%if highlight%><%set equery = escape_html $query%><%set eURL = escape_html $URL%><%Links::Tools::highlight($eURL, $equery)%><%else%><%escape_html URL%><%endif%><%if isValidated eq 'Yes'%><%endif%>
<%endif%> <%if Description%><% set desc = shorten_it($Description,200) %>