|
Revision 617, 416 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 | <h1 align=center> |
|---|
| 7 | [% site_name %] - Backlinks to <span class="node_name">[% node_name %]</span> |
|---|
| 8 | </h1> |
|---|
| 9 | |
|---|
| 10 | <p>Results found: [% num_results %]</p> |
|---|
| 11 | |
|---|
| 12 | <ul> |
|---|
| 13 | [% FOREACH hit = results %] |
|---|
| 14 | <li><a href="[% cgi_url %]?[% hit.url %]">[% hit.title %]</a></li> |
|---|
| 15 | [% END %] |
|---|
| 16 | </ul> |
|---|
| 17 | |
|---|
| 18 | </div> |
|---|
| 19 | [% INCLUDE footer.tt %] |
|---|