__section__
default
__description__

__title__

__page__
searchtoo
__lang__
en_US
__name__
commentsearch
__template__
[% IF constants.search_too_class == 'Slash::SearchToo::Classic' %]
<p>This search covers only subjects of comments that are posted.</p>
[% END %]

[% FOREACH comment=results.records %]
	[% user_email = Slash.db.getUser(comment.uid, ['fakeemail', 'nickname']) %]
	<b><a href="[% gSkin.rootdir %]/comments.pl?cid=[% comment.cid %]&amp;sid=[% comment.did %]">[% comment.subject %]</a></b>

	by <a href="mailto:[% user_email.fakeemail | strip_paramattr_nonhttp %]">[% user_email.nickname | strip_literal %]</a> on [% Slash.timeCalc(comment.date) %]<br>
	
	Attached to:  <a href="[% comment.url %]">[% comment.title %]</a> posted on [% Slash.timeCalc(comment.ts) %]<br>
	[% IF comment.score %]
		Score: [% comment.score %]<br>
	[% END %]
	
	<p>
[% END %]
[% PROCESS pagination %]
<p>


__seclev__
100
__version__
$Id: commentsearch;searchtoo;default,v 1.6 2006/02/01 23:02:58 pudge Exp $
