1 [% PROCESS 'html-incblocks.txt' %]
2 [% global.SearchString = variables.SEARCH; clearVar('SEARCH') %]
4 title='Search results: ' _ global.SearchString
5 contentClass="SingleColumnContent" %]
7 <H1>Search results: [% global.SearchString %]</H1>
10 [% results = searchResults(global.SearchString);
13 FOREACH entry = results;
15 counter = counter + 1;
22 etoken = pathToken(entry.0);
24 <DIV CLASS="[% evenRow ? 'ListRowEven' : 'ListRow' %]">
25 <SPAN CLASS="NodeName"><A HREF="[%persistentUrl(etoken)%]">
26 [% entry.0 %]</A></SPAN>
27 <SPAN CLASS="NodeDescr">
28 [% IF entry.1; entry.1 _ ': ' _ xmlnorm(nodeParam(etoken, entry.1));
36 </DIV><!-- Content -->[% global.contentFinished = 1 %]
37 <DIV CLASS="BottomMenu">
38 [% INCLUDE shortcut url=url(pathToken('/')) text="Datasources tree"
39 title="Back to the datasources tree" %]
40 [% INCLUDE searchdialog %]