/[mws]/trunk/templates/results.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

Contents of /trunk/templates/results.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Tue May 4 15:47:14 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 268 byte(s)
added CGI interface (slow), global configuration, templates

1 Search results for [% query %] produced [% results.size %] results...
2
3 <hr>
4 [% FOR result = results %]
5 <big style="color: #808080">[% result.subject %]</big>
6 <br>
7 [% FOR f = result.from %]
8 <em>[% f %]</em>,
9 [% END %]
10
11 <br><pre>
12 [% result.body %]
13 </pre>
14
15 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26