[% PROCESS 'html-incblocks.txt' %]
[% INCLUDE htmlstart
     title="Torrus Top: " _ companyName
     contentClass="SingleColumnContent"
     noTopMenu=1 %]
Choose the datasource tree
[%   counter = 0;
     evenRow = 0;
     FOREACH tree = treeNames();
     IF not userAuth or mayDisplayTree(tree);
         counter = counter + 1;
         IF counter % 2 == 0;
           evenRow = 1;
         ELSE;
           evenRow = 0;
         END;
%]
  
  [% END %]
[% END %]