buried more whitesapce
[torrus-plus.git] / src / templates / lazydays / globalsearch.html
blob6ccf963ab6dff2aa361f527d76b65fe3edaa6a7b
1 [% PROCESS 'html-incblocks.txt' %]
2 [% global.SearchString = variables.SEARCH; clearVar('SEARCH') %]
3 [% INCLUDE htmlstart
4 title='Global Search results: ' _ global.SearchString
5 contentClass="SingleColumnContent"
6 noTopMenu=1 %]
8 <!-- content template file is 'globalsearch.html' -->
9 <h1>Global Search results: [% global.SearchString %]</h1>
11 <p class="TopMenu">
12 [%- INCLUDE shortcut url=url() text="Top"
13 title="Choose from the list of trees" -%]
14 </p>
16 <dl class="Listing">
17 [% results = searchResults( global.SearchString );
19 FOREACH entry = results;
21 -%]
22 <dt class="NodeName">[%entry.0%]:</dt>
23 <dd class="NodeDescr"><a href="[%pathUrl(entry.0, entry.1)%]">[% entry.1 %]</a></dd>
24 [% END -%]
25 </dl>
27 <!-- START: BOTTOMMENU -->
28 <p class="BottomMenu">
29 [% INCLUDE globalsearchdialog %]
30 </p><!-- END BOTTOMMENU -->
31 [% INCLUDE htmlend %]