[% PROCESS 'html-incblocks.txt' %] [% global.SearchString = variables.SEARCH; clearVar('SEARCH') %] [% INCLUDE htmlstart title='Global Search results: ' _ global.SearchString contentClass="SingleColumnContent" noTopMenu=1 %]
[% INCLUDE shortcut url=url() text="Top" title="Choose from the list of trees"%]

Global Search results: [% global.SearchString %]

[% results = searchResults( global.SearchString ); counter = 0; FOREACH entry = results; counter = counter + 1; IF counter % 2 == 0; evenRow = 1; ELSE; evenRow = 0; END; %]
[%entry.0%]: [% entry.1 %]
[% END %]
[% global.contentFinished = 1 %]
[% INCLUDE globalsearchdialog %]
[% INCLUDE htmlend %]