/[mws]/trunk/templates/apropos.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/templates/apropos.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (hide annotations)
Mon May 10 18:10:56 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 353 byte(s)
don't display apropos suggestion if no suggestions are found.

1 dpavlin 33 <span class="notice">
2     Can't find any results.
3     [% IF date_limit %]
4     <a href="/[% url_search(param.search) %]">Turn off date limit [% date_limit %]</a>
5 dpavlin 40 [% IF apropos %]
6     or try suggested alternatives:
7     [% ELSE %]
8     Suggested alternatives:
9     [% END %]
10     [% FOR a = apropos %]
11     <a href="[% url_search("message:$a") %]">[% a %]</a>
12     [% END %]
13 dpavlin 33 [% END %]
14     </span>

  ViewVC Help
Powered by ViewVC 1.1.26