1 [% PROCESS 'html-incblocks.txt' %]
3 title="Torrus Top: " _ companyName
4 contentClass="SingleColumnContent"
7 <P>Choose the datasource tree</P>
13 FOREACH tree = treeNames();
15 IF not userAuth or mayDisplayTree(tree);
16 counter = counter + 1;
25 <DIV CLASS="[% evenRow ? 'ListRowEven' : 'ListRow' %]">
26 <SPAN CLASS="NodeName"><A HREF="[%url(tree)%]">[% tree %]</A></SPAN>
27 <SPAN CLASS="NodeDescr">[% xmlnorm(treeDescr(tree)) %]</SPAN>
33 </DIV><!-- Content -->[% global.contentFinished = 1 %]
34 <DIV CLASS="BottomMenu">
35 [% INCLUDE globalsearchdialog %]