|
Revision 617, 370 bytes
(checked in by dom, 4 years ago)
|
|
New css id maincontent, and misc template bugfixes
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | [% INCLUDE header.tt %] |
|---|
| 2 | [% INCLUDE banner.tt %] |
|---|
| 3 | <div id="content"> |
|---|
| 4 | [% INCLUDE navbar.tt %] |
|---|
| 5 | <div id="maincontent"> |
|---|
| 6 | <h2>Search Results for [% search_terms %]</h2> |
|---|
| 7 | <p> |
|---|
| 8 | [% num_results %] pages found: |
|---|
| 9 | </p> |
|---|
| 10 | <ul> |
|---|
| 11 | [% FOREACH hit = results %] |
|---|
| 12 | <li><a href="[% cgi_url %]?[% hit.url %]">[% hit.title %]</a></li> |
|---|
| 13 | [% END %] |
|---|
| 14 | </ul></td> |
|---|
| 15 | </div> |
|---|
| 16 | [% INCLUDE footer.tt %] |
|---|