stas 02/03/24 19:35:51
Modified: src/search search.tt
Log:
more search tweaks
Obtained from: Bill Moseley <[EMAIL PROTECTED]>
Submitted by: stas
Revision Changes Path
1.7 +12 -8 modperl-docs/src/search/search.tt
Index: search.tt
===================================================================
RCS file: /home/cvs/modperl-docs/src/search/search.tt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- search.tt 24 Mar 2002 17:06:38 -0000 1.6
+++ search.tt 25 Mar 2002 03:35:51 -0000 1.7
@@ -87,7 +87,7 @@
[% search.stopwords_removed %]
<table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
- <td height=20 class="searchheader">
+ <td class="searchheader">
Results for <b>[% search.query_simple | html %]</b>
[% search.navigation('from') %] to [%
search.navigation('to') %] of [% search.navigation('hits') %] results.
</td>
@@ -107,7 +107,7 @@
<a href="[% search.query_href %]&start=[%
search.navigation('prev') %]">
Previous [% search.navigation('prev_count') %]</a>
[% END %]
-
+
[% IF search.navigation('next_count') %]
<a href="[% search.query_href %]&start=[%
search.navigation('next') %]">
Next [% search.navigation('next_count') %]</a>
@@ -134,13 +134,17 @@
<small>-- rank: <b>[% item.swishrank %]</b></small>
</dt>
- <dd class="searchsummary">
- [% item.swishdescription %]
+ <dd>
+ <div class="searchsummary">
+ [% item.swishdescription %]
+ </div>
</dd>
- <dd class="searchprops">
- [% item.swishdocpath %]<br>
- [% item.swishdocsize %] bytes
- [% item.swishlastmodified %]
+ <dd>
+ <div class="searchprops">
+ [% item.swishdocpath %]<br>
+ [% item.swishdocsize %] bytes
+ [% item.swishlastmodified %]
+ </div>
</dd>
</dl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]